summaryrefslogtreecommitdiff
path: root/LiteEditor/editor_options_general_guides_panel.h
diff options
context:
space:
mode:
authorJames Cowgill <james410@cowgill.org.uk>2014-03-21 12:42:00 +0000
committerJames Cowgill <james410@cowgill.org.uk>2014-03-21 12:42:00 +0000
commit01b494f950c9a63763683747ca330a2c70855f0f (patch)
tree00faa33f79482dc7d19db1b06e189e7760477a75 /LiteEditor/editor_options_general_guides_panel.h
parenta00e9147b0128de0375a207b4f81494e7a0681d4 (diff)
Imported Upstream version 5.4+dfsg
Diffstat (limited to 'LiteEditor/editor_options_general_guides_panel.h')
-rw-r--r--LiteEditor/editor_options_general_guides_panel.h97
1 files changed, 47 insertions, 50 deletions
diff --git a/LiteEditor/editor_options_general_guides_panel.h b/LiteEditor/editor_options_general_guides_panel.h
index 715212da..9e7c83f7 100644
--- a/LiteEditor/editor_options_general_guides_panel.h
+++ b/LiteEditor/editor_options_general_guides_panel.h
@@ -1,51 +1,48 @@
-//////////////////////////////////////////////////////////////////////////////
-//////////////////////////////////////////////////////////////////////////////
-//
-// copyright : (C) 2008 by Eran Ifrah
-// file name : editor_options_general_guides_panel.h
-//
-// -------------------------------------------------------------------------
-// A
-// _____ _ _ _ _
-// / __ \ | | | | (_) |
-// | / \/ ___ __| | ___| | _| |_ ___
-// | | / _ \ / _ |/ _ \ | | | __/ _ )
-// | \__/\ (_) | (_| | __/ |___| | || __/
-// \____/\___/ \__,_|\___\_____/_|\__\___|
-//
-// F i l e
-//
-// This program is free software; you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
-// the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version.
-//
-//////////////////////////////////////////////////////////////////////////////
-//////////////////////////////////////////////////////////////////////////////
-
-#ifndef __editor_options_general_guides_panel__
-#define __editor_options_general_guides_panel__
-
-/**
-@file
-Subclass of EditorOptionsGeneralGuidesPanelBase, which is generated by wxFormBuilder.
-*/
-
-#include "editoroptionsgeneralguidespanelbase.h"
-#include "treebooknodebase.h"
-
-/** Implementing EditorOptionsGeneralGuidesPanelBase */
-class EditorOptionsGeneralGuidesPanel
- : public EditorOptionsGeneralGuidesPanelBase
- , public TreeBookNode<EditorOptionsGeneralGuidesPanel>
-{
- void OnhighlightCaretLineUI(wxUpdateUIEvent& event);
-
-public:
- /** Constructor */
- EditorOptionsGeneralGuidesPanel( wxWindow* parent );
-
- void Save(OptionsConfigPtr options);
-};
-
+//////////////////////////////////////////////////////////////////////////////
+//////////////////////////////////////////////////////////////////////////////
+//
+// copyright : (C) 2008 by Eran Ifrah
+// file name : editor_options_general_guides_panel.h
+//
+// -------------------------------------------------------------------------
+// A
+// _____ _ _ _ _
+// / __ \ | | | | (_) |
+// | / \/ ___ __| | ___| | _| |_ ___
+// | | / _ \ / _ |/ _ \ | | | __/ _ )
+// | \__/\ (_) | (_| | __/ |___| | || __/
+// \____/\___/ \__,_|\___\_____/_|\__\___|
+//
+// F i l e
+//
+// This program is free software; you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation; either version 2 of the License, or
+// (at your option) any later version.
+//
+//////////////////////////////////////////////////////////////////////////////
+//////////////////////////////////////////////////////////////////////////////
+
+#ifndef __editor_options_general_guides_panel__
+#define __editor_options_general_guides_panel__
+
+#include "editoroptionsgeneralguidespanelbase.h"
+#include "treebooknodebase.h"
+
+class EditorOptionsGeneralGuidesPanel
+ : public EditorOptionsGeneralGuidesPanelBase
+ , public TreeBookNode<EditorOptionsGeneralGuidesPanel>
+{
+ void OnhighlightCaretLineUI(wxUpdateUIEvent& event);
+
+ StringManager m_EOLstringManager;
+ StringManager m_WSstringManager;
+public:
+ virtual void OnDebuggerLineUI(wxUpdateUIEvent& event);
+ /** Constructor */
+ EditorOptionsGeneralGuidesPanel( wxWindow* parent );
+
+ void Save(OptionsConfigPtr options);
+};
+
#endif // __editor_options_general_guides_panel__