![]() |
Editra 0.6.89
Editra API Documentation
|
Classes | |
| class | Editra.src.ed_stc.EditraStc |
| Defines a styled text control for editing text. More... | |
Packages | |
| package | Editra.src.ed_stc |
Functions | |
| def | Editra::src::ed_stc.jumpaction |
| Decorator method to notify clients about jump actions. | |
Variables | |
| string | Editra::src::ed_stc.__author__ = "Cody Precord <cprecord@editra.org>" |
| Name: ed_stc.py # Purpose: Editra's styled editing buffer # Author: Cody Precord <cprecord@editra.org> # Copyright: (c) 2008 Cody Precord <staff@editra.org> # License: wxWindows License #. | |
| string | Editra::src::ed_stc.__svnid__ = "$Id: ed_stc.py 70024 2011-12-17 16:37:13Z CJP $" |
| string | Editra::src::ed_stc.__revision__ = "$Revision: 70024 $" |
| Editra::src::ed_stc._ = wx.GetTranslation | |
| Editra::src::ed_stc.EDSTC_EOL_CR = ed_glob.EOL_MODE_CR | |
| Editra::src::ed_stc.EDSTC_EOL_LF = ed_glob.EOL_MODE_LF | |
| Editra::src::ed_stc.EDSTC_EOL_CRLF = ed_glob.EOL_MODE_CRLF | |
| string | Editra::src::ed_stc.SPACECHARS = " \t\r\n" |
| string | Editra::src::ed_stc.NONSPACE = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_" |
| string | Editra::src::ed_stc.OPERATORS = "./\?[]{}<>!@#$%^&*():=-+\"';," |
1.7.4