]> git.lyx.org Git - lyx.git/blobdiff - src/Text.h
List currently used shortcuts in the shortcuts panel of the preference dialog
[lyx.git] / src / Text.h
index a28353c2b07537b17c7f5dda8cc78cd0f320b8de..b542c36a15b5fec7ea81e487d81eb594ab26614b 100644 (file)
@@ -30,6 +30,7 @@ class FuncStatus;
 class Inset;
 class Color_color;
 class Cursor;
+class Lexer;
 class PainterInfo;
 class Spacing;
 
@@ -68,7 +69,7 @@ public:
                Font const & font, bool toggleall = false);
 
        /// what you expect when pressing \<enter\> at cursor position
-       void breakParagraph(Cursor & cur, bool keep_layout = false);
+       void breakParagraph(Cursor & cur, bool inverse_logic = false);
 
        /// set layout over selection
        void setLayout(Buffer const & buffer, pit_type start, pit_type end,