diff -r b112bfdde5cc -r 5b6ad7a7fd9d c_ext/CFileEditor.py --- a/c_ext/CFileEditor.py Sat Aug 19 21:06:54 2017 +0300 +++ b/c_ext/CFileEditor.py Mon Aug 21 21:55:18 2017 +0300 @@ -54,12 +54,11 @@ self.StyleSetSpec(stc.STC_C_OPERATOR, 'bold,size:%(size)d' % faces) self.StyleSetSpec(stc.STC_C_STRINGEOL, 'back:#FFD5FF,size:%(size)d' % faces) -#------------------------------------------------------------------------------- -# CFileEditor Main Frame Class -#------------------------------------------------------------------------------- - class CFileEditor(CodeFileEditor): + """ + CFileEditor Main Frame Class + """ CONFNODEEDITOR_TABS = [ (_("C code"), "_create_CodePanel")]