diff -r c02818d7e29f -r 7e61baa047f0 c_ext/CFileEditor.py --- a/c_ext/CFileEditor.py Mon Aug 14 22:30:41 2017 +0300 +++ b/c_ext/CFileEditor.py Mon Aug 14 23:27:15 2017 +0300 @@ -27,6 +27,7 @@ from controls.CustomStyledTextCtrl import faces from editors.CodeFileEditor import CodeFileEditor, CodeEditor + class CppEditor(CodeEditor): KEYWORDS = ["asm", "auto", "bool", "break", "case", "catch", "char", "class", @@ -57,6 +58,7 @@ # CFileEditor Main Frame Class #------------------------------------------------------------------------------- + class CFileEditor(CodeFileEditor): CONFNODEEDITOR_TABS = [