summaryrefslogtreecommitdiff
path: root/LiteEditor/syntaxhighlightbasedlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'LiteEditor/syntaxhighlightbasedlg.h')
-rw-r--r--LiteEditor/syntaxhighlightbasedlg.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/LiteEditor/syntaxhighlightbasedlg.h b/LiteEditor/syntaxhighlightbasedlg.h
index c38306af..d84791c4 100644
--- a/LiteEditor/syntaxhighlightbasedlg.h
+++ b/LiteEditor/syntaxhighlightbasedlg.h
@@ -1,3 +1,28 @@
+//////////////////////////////////////////////////////////////////////////////
+//////////////////////////////////////////////////////////////////////////////
+//
+// Copyright : (C) 2015 Eran Ifrah
+// File name : syntaxhighlightbasedlg.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.
+//
+//////////////////////////////////////////////////////////////////////////////
+//////////////////////////////////////////////////////////////////////////////
+
//////////////////////////////////////////////////////////////////////
// This file was auto-generated by codelite's wxCrafter Plugin
// wxCrafter project file: SyntaxHighlightBaseDlg.wxcp
@@ -27,6 +52,7 @@
#include <wx/choice.h>
#include <wx/arrstr.h>
#include <wx/clrpicker.h>
+#include <wx/stc/stc.h>
#include <wx/listbox.h>
#include <wx/textctrl.h>
#include <wx/checkbox.h>
@@ -66,6 +92,8 @@ protected:
wxColourPickerCtrl* m_colourPickerOutputPanesFgColour;
wxStaticText* m_staticText911;
wxColourPickerCtrl* m_colourPickerOutputPanesBgColour;
+ wxStaticText* m_staticText165;
+ wxStyledTextCtrl* m_stcPreview;
wxPanel* m_panelSyntaxHighlight;
wxListBox* m_listBox;
wxPanel* m_panel25;
@@ -155,6 +183,8 @@ public:
wxColourPickerCtrl* GetColourPickerOutputPanesFgColour() { return m_colourPickerOutputPanesFgColour; }
wxStaticText* GetStaticText911() { return m_staticText911; }
wxColourPickerCtrl* GetColourPickerOutputPanesBgColour() { return m_colourPickerOutputPanesBgColour; }
+ wxStaticText* GetStaticText165() { return m_staticText165; }
+ wxStyledTextCtrl* GetStcPreview() { return m_stcPreview; }
wxPanel* GetPanelGlobalColours() { return m_panelGlobalColours; }
wxListBox* GetListBox() { return m_listBox; }
wxStaticText* GetStaticText70() { return m_staticText70; }