py_ext/PythonEditor.py
changeset 1782 5b6ad7a7fd9d
parent 1740 b789b695b5c6
child 1881 091005ec69c4
equal deleted inserted replaced
1781:b112bfdde5cc 1782:5b6ad7a7fd9d
    70         # Identifiers. I leave this as not bold because everything seems
    70         # Identifiers. I leave this as not bold because everything seems
    71         # to be an identifier if it doesn't match the above criterae
    71         # to be an identifier if it doesn't match the above criterae
    72         self.StyleSetSpec(stc.STC_P_IDENTIFIER, 'fore:#000000,size:%(size)d' % faces)
    72         self.StyleSetSpec(stc.STC_P_IDENTIFIER, 'fore:#000000,size:%(size)d' % faces)
    73 
    73 
    74 
    74 
    75 #-------------------------------------------------------------------------------
    75 # -------------------------------------------------------------------------------
    76 #                          CFileEditor Main Frame Class
    76 #                          CFileEditor Main Frame Class
    77 #-------------------------------------------------------------------------------
    77 # -------------------------------------------------------------------------------
    78 
    78 
    79 class PythonEditor(CodeFileEditor):
    79 class PythonEditor(CodeFileEditor):
    80 
    80 
    81     CONFNODEEDITOR_TABS = [
    81     CONFNODEEDITOR_TABS = [
    82         (_("Python code"), "_create_CodePanel")]
    82         (_("Python code"), "_create_CodePanel")]