Ejemplo n.º 1
0
 def __init__(self, wId):
     LanguageSTCMix.__init__(self, wId,
                             (0, Preferences.STCLineNumMarginWidth), 'xml',
                             stcConfigPath)
     self.setStyles()
Ejemplo n.º 2
0
 def __init__(self, wId):
     LanguageSTCMix.__init__(self, wId, (), 'prop', stcConfigPath)
     self.setStyles()
Ejemplo n.º 3
0
 def __init__(self, wId):
     LanguageSTCMix.__init__(self, wId, (), 'prop', stcConfigPath)
     self.setStyles()
Ejemplo n.º 4
0
 def __init__(self, wId):
     LanguageSTCMix.__init__(self, wId,
           (0, Preferences.STCLineNumMarginWidth), 'cpp', stcConfigPath)
     self.setStyles()
Ejemplo n.º 5
0
 def __init__(self, wId):
     LanguageSTCMix.__init__(self, wId,
           (0, Preferences.STCLineNumMarginWidth), 'html', stcConfigPath)