From: Pavel Sanda Date: Fri, 6 Jun 2008 10:29:14 +0000 (+0000) Subject: LFUN_ERROR_NEXT removal. X-Git-Tag: 1.6.10~4481 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ed1ca813efed87df9d8ee8dad9e656103d85e17e;p=lyx.git LFUN_ERROR_NEXT removal. http://www.nabble.com/LFUN_ERROR_NEXT-td17667485.html git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25159 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 6a03e55c8d..4e84f7ff08 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -179,6 +179,11 @@ The following new LyX functions have been removed: - LFUN_INSET_REFRESH. +- LFUN_BREAK_PARAGRAPH_SKIP, LFUN_DELETE_BACKWARD_SKIP, LFUN_DELETE_FORWARD_SKIP. + +- LFUN_ERROR_NEXT + + For the detailed description of LyX functions look into doxygen documentation. diff --git a/src/FuncCode.h b/src/FuncCode.h index 213ffbb937..4504e59562 100644 --- a/src/FuncCode.h +++ b/src/FuncCode.h @@ -50,7 +50,7 @@ enum FuncCode // 15 LFUN_CUT, LFUN_COPY, - LFUN_ERROR_NEXT, + LFUN_CLOSE_TAB_GROUP, LFUN_NOTE_NEXT, LFUN_INSET_TOGGLE, // 20 @@ -402,13 +402,12 @@ enum FuncCode LFUN_UI_TOGGLE, LFUN_SPLIT_VIEW, // 310 - LFUN_CLOSE_TAB_GROUP, LFUN_COMPLETION_POPUP, LFUN_COMPLETION_INLINE, LFUN_COMPLETION_COMPLETE, LFUN_GRAPHICS_GROUPS_UNIFY, - // 315 LFUN_SET_GRAPHICS_GROUP, + // 315 LFUN_LASTACTION // end of the table }; diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 7a29462e3a..3a5d5bcae5 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -585,7 +585,6 @@ void LyXAction::init() */ { LFUN_SCREEN_RECENTER, "screen-recenter", ReadOnly, Edit }, - { LFUN_ERROR_NEXT, "error-next", ReadOnly, Edit }, /*! * \var lyx::FuncCode lyx::LFUN_CHAR_BACKWARD * \li Action: Moves the cursor one position logically backwards.