| Home | Trees | Indices | Help |
|
|---|
|
|
Provides an editor dialog for graphically editing how the text is presented in the editor when syntax highlighting is turned on. It does this by taking the data from the controls and formating it into an Editra Style Sheet that the editor can load to configure the styles of the text.
Author: Cody Precord <cprecord@editra.org>
|
|||
|
StyleEditor This class creates the window that contains the controls for editing/configuring the syntax highlighting styles it acts as a graphical way to interact with the ed_style.StyleMgr. |
|||
|
SettingsPanel Panel holding all settings controls for changing the font, colors, styles, ect.. |
|||
|
|||
|
|||
|
|||
|
|||
__svnid__ =
|
|||
__revision__ =
|
|||
ID_STYLES = 280
|
|||
ID_FORE_COLOR = 281
|
|||
ID_BACK_COLOR = 282
|
|||
ID_BOLD = 283
|
|||
ID_ITALIC = 284
|
|||
ID_EOL = 285
|
|||
ID_ULINE = 286
|
|||
ID_FONT = 287
|
|||
ID_FONT_SIZE = 288
|
|||
SETTINGS_IDS =
|
|||
|
|||
Duplicates the style dictionary to make a true copy of it, as simply assigning the dictionary to two different variables only copies a reference leaving both variables pointing to the same object.
|
Update the style used in all buffers
|
|
|||
__svnid__
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Apr 6 23:23:46 2009 | http://epydoc.sourceforge.net |