mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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
This commit is contained in:
parent
5fe7778d28
commit
ed1ca813ef
@ -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.
|
||||
|
||||
|
||||
|
@ -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
|
||||
};
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user