]> git.lyx.org Git - lyx.git/blobdiff - src/debug.C
two patches from john
[lyx.git] / src / debug.C
index 6a77781768c1c82229eaa55af074debe3380edfa..fcc14891cb03bda5d207dff153776108a9e0a55d 100644 (file)
@@ -53,7 +53,9 @@ error_item errorTags[] = {
        { Debug::DEPEND,    "depend",    N_("Dependency information")},
        { Debug::INSETS,    "insets",    N_("LyX Insets")},
        { Debug::FILES,     "files",     N_("Files used by LyX")},
-        { Debug::ANY,       "any",       N_("All debugging messages")}
+       { Debug::WORKAREA,  "workarea",  N_("Workarea events")},
+       { Debug::INSETTEXT, "insettext", N_("Insettext/tabular messanges")},
+       { Debug::ANY,       "any",       N_("All debugging messages")}
 };
 
 
@@ -67,7 +69,8 @@ Debug::type const Debug::ANY = Debug::type(
        Debug::PARSER | Debug::LYXRC | Debug::KBMAP | Debug::LATEX |
        Debug::MATHED | Debug::FONT | Debug::TCLASS | Debug::LYXVC |
        Debug::LYXSERVER | Debug::ROFF | Debug::ACTION | Debug::LYXLEX |
-       Debug::DEPEND | Debug::INSETS | Debug::FILES);
+       Debug::DEPEND | Debug::INSETS | Debug::FILES | Debug::WORKAREA |
+       Debug::INSETTEXT);
 
 
 Debug::type Debug::value(string const & val)