]> git.lyx.org Git - lyx.git/blobdiff - src/debug.h
John's Layout Tabular UI improvements and Martins fixes to clearing the
[lyx.git] / src / debug.h
index 617d93fbaa32a048054e8377dfb33162873ed86a..38c0b7e3df2514c91b5252a2ff7e3592c97f4b27 100644 (file)
@@ -19,7 +19,6 @@
 #include <iosfwd>
 
 #include "LString.h"
-#include "support/lstrings.h"
 
 /** Ideally this should have been a namespace, but since we try to be
     compilable on older C++ compilators too, we use a struct instead.
@@ -67,15 +66,13 @@ struct Debug {
                ///
                INSETS     = (1 << 17),
                ///
-               FILES      = (1 << 18)
+               FILES      = (1 << 18),
+               ///
+               WORKAREA   = (1 << 19),
+               ///
+               INSETTEXT  = (1 << 20)
        };
        ///
-//     static const type ANY = type(INFO | INIT | KEY | GUI |
-//                                  PARSER | LYXRC | KBMAP | LATEX |
-//                                  MATHED | FONT | TCLASS | LYXVC |
-//                                  LYXSERVER | ROFF | ACTION | LYXLEX |
-//                                  DEPEND | INSETS);
-       ///
        static type const ANY;
 
        /** A function to convert symbolic string names on debug levels