summaryrefslogtreecommitdiff
path: root/LiteEditor/editorsettingsdockingwindowsbase.h
diff options
context:
space:
mode:
authorAlessio Treglia <alessio@debian.org>2010-11-03 21:10:04 +0100
committerAlessio Treglia <alessio@debian.org>2010-11-03 21:10:04 +0100
commita00e9147b0128de0375a207b4f81494e7a0681d4 (patch)
tree0fe74d41b0ec7a0e404af68ae4d632a4c667e628 /LiteEditor/editorsettingsdockingwindowsbase.h
parentfd64e0ed90e44f7f1976a04e15354789c9abd9d1 (diff)
Imported Upstream version 2.8.0.4537~dfsg
Diffstat (limited to 'LiteEditor/editorsettingsdockingwindowsbase.h')
-rw-r--r--LiteEditor/editorsettingsdockingwindowsbase.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/LiteEditor/editorsettingsdockingwindowsbase.h b/LiteEditor/editorsettingsdockingwindowsbase.h
index 238e8fae..11273d46 100644
--- a/LiteEditor/editorsettingsdockingwindowsbase.h
+++ b/LiteEditor/editorsettingsdockingwindowsbase.h
@@ -32,9 +32,18 @@ class EditorSettingsDockingWindowsBase : public wxPanel
protected:
wxCheckBox* m_checkBoxHideOutputPaneOnClick;
+ wxCheckBox* m_checkBoxHideOutputPaneNotIfBuild;
+ wxCheckBox* m_checkBoxHideOutputPaneNotIfErrors;
+ wxCheckBox* m_checkBoxHideOutputPaneNotIfSearch;
+ wxCheckBox* m_checkBoxHideOutputPaneNotIfReplace;
+ wxCheckBox* m_checkBoxHideOutputPaneNotIfReferences;
+ wxCheckBox* m_checkBoxHideOutputPaneNotIfOutput;
wxCheckBox* m_checkBoxHideOutputPaneNotIfDebug;
+ wxCheckBox* m_checkBoxHideOutputPaneNotIfTrace;
+ wxCheckBox* m_checkBoxHideOutputPaneNotIfTasks;
wxCheckBox* m_checkBoxOutputPaneCanDock;
wxCheckBox* m_checkBoxFindBarAtBottom;
+ wxCheckBox* m_checkBoxShowDebugOnRun;
// Virtual event handlers, overide them in your derived class
virtual void OnHideOutputPaneNotIfDebugUI( wxUpdateUIEvent& event ) { event.Skip(); }