Package Editra :: Package src :: Module ed_basestc
[hide private]

Module ed_basestc

source code

The EditraBaseStc is the base StyledTextCtrl that provides automatic styling and syntax highlighting of all supported filetypes.


Author: Cody Precord <cprecord@editra.org>

Classes [hide private]
  EditraBaseStc
Base StyledTextCtrl that provides all the base code editing functionatlity.
Functions [hide private]
 
_GetMacKeyBindings()
Returns a list of 3-element tuples defining the standard key bindings for Mac text editors -- i.e., the behavior of option-arrow, shift-delete, and so on.
source code
Variables [hide private]
  __svnid__ = '$Id: ed_basestc.py 59714 2009-03-22 01:31:07Z CJP $'
  __revision__ = '$Revision: 59714 $'
  MARK_MARGIN = 0
  NUM_MARGIN = 1
  FOLD_MARGIN = 2
  ALT_SHIFT = 5
  CTRL_SHIFT = 3
Function Details [hide private]

_GetMacKeyBindings()

source code 

Returns a list of 3-element tuples defining the standard key bindings for Mac text editors -- i.e., the behavior of option-arrow, shift-delete, and so on.

Returns:
list of (key code, modifier keys, STC action)