| Trees | Indices | Help |
|
|---|
|
|
object --+
|
debug.debugmixin --+
|
object --+ |
| |
configprefs.ClassSettingsMixin --+
|
views.View --+
|
FundamentalView
|
|||
| createEditWindow(self, parent) | ||
| createSTC(self, parent, style=False) | ||
| setLexer(self) | ||
|
getKeyWords(self) Return a list of tuples that specify the keyword set and the list of keywords for that set. |
||
| applyDefaultStyle(self) | ||
| setWordWrap(self, enable=None) | ||
| setLineNumbers(self, enable=None) | ||
| styleSTC(self) | ||
| openPostHook(self) | ||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
pluginkey = 'fundamental'
|
||
|
keyword = 'Fundamental'
|
||
|
regex = '.*'
|
||
|
lexer = 1
|
||
|
defaultsettings = {'menu_actions': [[[('&Edit', 0.10000000000000001)],...
|
||
|
documents = {}
|
||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
|
Return a list of tuples that specify the keyword set and the
list of keywords for that set. The STC can handle multiple
sets of keywords in certain cases (HTML, CPP, others: see
L{http://www.yellowbrain.com/stc/lexing.html#setkw})
Keywords should be space separated.
@return: list of tuples
@rtype: list of (int, keywords)
|
|
|
|
|
|
|
|||
pluginkeyNone
|
keywordNone
|
regexNone
|
lexerNone
|
defaultsettingsNone
|
documentsNone
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Sat Jan 13 14:23:06 2007 | http://epydoc.sourceforge.net |