]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCommandParams.h
Fix left/right border UI when toggling formal
[lyx.git] / src / insets / InsetCommandParams.h
index 121fdac176c2af197643aa7b57fbf30f13b0892a..eb976c28d7ce612ae5372bf2120d8400c0108ccf 100644 (file)
@@ -42,9 +42,11 @@ public:
        };
        /// Special handling on output
        enum ParamHandling {
-               HANDLING_NONE,    /// no special handling
-               HANDLING_ESCAPE,  /// escape special characters
-               HANDLING_LATEXIFY /// transform special characters to LaTeX macros
+               HANDLING_NONE = 1,    /// no special handling
+               HANDLING_ESCAPE = 2,  /// escape special characters
+               HANDLING_LATEXIFY = 4, /// transform special characters to LaTeX macros
+               HANDLING_LTRIM = 8, /// trim blanks on the left
+               HANDLING_INDEX_ESCAPE = 16, /// escape makeindex special chars
        };
        ///
        class ParamData {