コード例 #1
0
 def __init__(self, wId):
     LanguageSTCMix.__init__(self, wId,
                             (0, Preferences.STCLineNumMarginWidth), 'xml',
                             stcConfigPath)
     self.setStyles()
コード例 #2
0
ファイル: ConfigSupport.py プロジェクト: aricsanders/boa
 def __init__(self, wId):
     LanguageSTCMix.__init__(self, wId, (), 'prop', stcConfigPath)
     self.setStyles()
コード例 #3
0
 def __init__(self, wId):
     LanguageSTCMix.__init__(self, wId, (), 'prop', stcConfigPath)
     self.setStyles()
コード例 #4
0
ファイル: CPPSupport.py プロジェクト: aricsanders/boa
 def __init__(self, wId):
     LanguageSTCMix.__init__(self, wId,
           (0, Preferences.STCLineNumMarginWidth), 'cpp', stcConfigPath)
     self.setStyles()
コード例 #5
0
ファイル: HTMLSupport.py プロジェクト: aricsanders/boa
 def __init__(self, wId):
     LanguageSTCMix.__init__(self, wId,
           (0, Preferences.STCLineNumMarginWidth), 'html', stcConfigPath)