]> git.lyx.org Git - lyx.git/commitdiff
LFUN_ERROR_NEXT removal.
authorPavel Sanda <sanda@lyx.org>
Fri, 6 Jun 2008 10:29:14 +0000 (10:29 +0000)
committerPavel Sanda <sanda@lyx.org>
Fri, 6 Jun 2008 10:29:14 +0000 (10:29 +0000)
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

RELEASE-NOTES
src/FuncCode.h
src/LyXAction.cpp

index 6a03e55c8d123a1a3bfa7c0edcb58c3210759ced..4e84f7ff08fec5d0e5be6b6d83370920af09af55 100644 (file)
@@ -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.
 
 
index 213ffbb9377c62104dc01d1223ff2827680b8e8c..4504e5956225dde5d4c6f49416df14f10258b340 100644 (file)
@@ -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
 };
 
index 7a29462e3acabc87bf01984cd17f92e141454f25..3a5d5bcae5d63a674e5fc949c06ec909e9bd9118 100644 (file)
@@ -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.