]> git.saurik.com Git - wxWidgets.git/blame - wxPython/contrib/stc/mac/stc.py
move the nodefault option into _defs.i too.
[wxWidgets.git] / wxPython / contrib / stc / mac / stc.py
CommitLineData
32fe5131 1# This file was created automatically by SWIG 1.3.27.
d14a1e28
RD
2# Don't modify this file, modify the SWIG interface instead.
3
a5ee0656
RD
4"""
5The `StyledTextCtrl` provides a text editor that can used as a syntax
6highlighting source code editor, or similar. Lexers for several programming
7languages are built-in.
8"""
9
d14a1e28
RD
10import _stc
11
36ed4f51
RD
12def _swig_setattr_nondynamic(self,class_type,name,value,static=1):
13 if (name == "this"):
14 if isinstance(value, class_type):
15 self.__dict__[name] = value.this
16 if hasattr(value,"thisown"): self.__dict__["thisown"] = value.thisown
17 del value.thisown
18 return
19 method = class_type.__swig_setmethods__.get(name,None)
20 if method: return method(self,value)
21 if (not static) or hasattr(self,name) or (name == "thisown"):
22 self.__dict__[name] = value
23 else:
24 raise AttributeError("You cannot add attributes to %s" % self)
25
26def _swig_setattr(self,class_type,name,value):
27 return _swig_setattr_nondynamic(self,class_type,name,value,0)
28
29def _swig_getattr(self,class_type,name):
30 method = class_type.__swig_getmethods__.get(name,None)
31 if method: return method(self)
32 raise AttributeError,name
33
34import types
35try:
36 _object = types.ObjectType
37 _newclass = 1
38except AttributeError:
39 class _object : pass
40 _newclass = 0
41del types
42
43
44def _swig_setattr_nondynamic_method(set):
45 def set_attr(self,name,value):
46 if hasattr(self,name) or (name in ("this", "thisown")):
47 set(self,name,value)
48 else:
49 raise AttributeError("You cannot add attributes to %s" % self)
50 return set_attr
51
52
d55e5bfc
RD
53import _core
54import _misc
55wx = _core
d6c14a4c 56__docfilter__ = wx.__DocFilter(globals())
d14a1e28
RD
57STC_USE_DND = _stc.STC_USE_DND
58STC_USE_POPUP = _stc.STC_USE_POPUP
59STC_INVALID_POSITION = _stc.STC_INVALID_POSITION
60STC_START = _stc.STC_START
61STC_OPTIONAL_START = _stc.STC_OPTIONAL_START
62STC_LEXER_START = _stc.STC_LEXER_START
63STC_WS_INVISIBLE = _stc.STC_WS_INVISIBLE
64STC_WS_VISIBLEALWAYS = _stc.STC_WS_VISIBLEALWAYS
65STC_WS_VISIBLEAFTERINDENT = _stc.STC_WS_VISIBLEAFTERINDENT
66STC_EOL_CRLF = _stc.STC_EOL_CRLF
67STC_EOL_CR = _stc.STC_EOL_CR
68STC_EOL_LF = _stc.STC_EOL_LF
69STC_CP_UTF8 = _stc.STC_CP_UTF8
70STC_CP_DBCS = _stc.STC_CP_DBCS
71STC_MARKER_MAX = _stc.STC_MARKER_MAX
72STC_MARK_CIRCLE = _stc.STC_MARK_CIRCLE
73STC_MARK_ROUNDRECT = _stc.STC_MARK_ROUNDRECT
74STC_MARK_ARROW = _stc.STC_MARK_ARROW
75STC_MARK_SMALLRECT = _stc.STC_MARK_SMALLRECT
76STC_MARK_SHORTARROW = _stc.STC_MARK_SHORTARROW
77STC_MARK_EMPTY = _stc.STC_MARK_EMPTY
78STC_MARK_ARROWDOWN = _stc.STC_MARK_ARROWDOWN
79STC_MARK_MINUS = _stc.STC_MARK_MINUS
80STC_MARK_PLUS = _stc.STC_MARK_PLUS
81STC_MARK_VLINE = _stc.STC_MARK_VLINE
82STC_MARK_LCORNER = _stc.STC_MARK_LCORNER
83STC_MARK_TCORNER = _stc.STC_MARK_TCORNER
84STC_MARK_BOXPLUS = _stc.STC_MARK_BOXPLUS
85STC_MARK_BOXPLUSCONNECTED = _stc.STC_MARK_BOXPLUSCONNECTED
86STC_MARK_BOXMINUS = _stc.STC_MARK_BOXMINUS
87STC_MARK_BOXMINUSCONNECTED = _stc.STC_MARK_BOXMINUSCONNECTED
88STC_MARK_LCORNERCURVE = _stc.STC_MARK_LCORNERCURVE
89STC_MARK_TCORNERCURVE = _stc.STC_MARK_TCORNERCURVE
90STC_MARK_CIRCLEPLUS = _stc.STC_MARK_CIRCLEPLUS
91STC_MARK_CIRCLEPLUSCONNECTED = _stc.STC_MARK_CIRCLEPLUSCONNECTED
92STC_MARK_CIRCLEMINUS = _stc.STC_MARK_CIRCLEMINUS
93STC_MARK_CIRCLEMINUSCONNECTED = _stc.STC_MARK_CIRCLEMINUSCONNECTED
94STC_MARK_BACKGROUND = _stc.STC_MARK_BACKGROUND
95STC_MARK_DOTDOTDOT = _stc.STC_MARK_DOTDOTDOT
96STC_MARK_ARROWS = _stc.STC_MARK_ARROWS
97STC_MARK_PIXMAP = _stc.STC_MARK_PIXMAP
98STC_MARK_CHARACTER = _stc.STC_MARK_CHARACTER
99STC_MARKNUM_FOLDEREND = _stc.STC_MARKNUM_FOLDEREND
100STC_MARKNUM_FOLDEROPENMID = _stc.STC_MARKNUM_FOLDEROPENMID
101STC_MARKNUM_FOLDERMIDTAIL = _stc.STC_MARKNUM_FOLDERMIDTAIL
102STC_MARKNUM_FOLDERTAIL = _stc.STC_MARKNUM_FOLDERTAIL
103STC_MARKNUM_FOLDERSUB = _stc.STC_MARKNUM_FOLDERSUB
104STC_MARKNUM_FOLDER = _stc.STC_MARKNUM_FOLDER
105STC_MARKNUM_FOLDEROPEN = _stc.STC_MARKNUM_FOLDEROPEN
106STC_MASK_FOLDERS = _stc.STC_MASK_FOLDERS
107STC_MARGIN_SYMBOL = _stc.STC_MARGIN_SYMBOL
108STC_MARGIN_NUMBER = _stc.STC_MARGIN_NUMBER
109STC_STYLE_DEFAULT = _stc.STC_STYLE_DEFAULT
110STC_STYLE_LINENUMBER = _stc.STC_STYLE_LINENUMBER
111STC_STYLE_BRACELIGHT = _stc.STC_STYLE_BRACELIGHT
112STC_STYLE_BRACEBAD = _stc.STC_STYLE_BRACEBAD
113STC_STYLE_CONTROLCHAR = _stc.STC_STYLE_CONTROLCHAR
114STC_STYLE_INDENTGUIDE = _stc.STC_STYLE_INDENTGUIDE
115STC_STYLE_LASTPREDEFINED = _stc.STC_STYLE_LASTPREDEFINED
116STC_STYLE_MAX = _stc.STC_STYLE_MAX
117STC_CHARSET_ANSI = _stc.STC_CHARSET_ANSI
118STC_CHARSET_DEFAULT = _stc.STC_CHARSET_DEFAULT
119STC_CHARSET_BALTIC = _stc.STC_CHARSET_BALTIC
120STC_CHARSET_CHINESEBIG5 = _stc.STC_CHARSET_CHINESEBIG5
121STC_CHARSET_EASTEUROPE = _stc.STC_CHARSET_EASTEUROPE
122STC_CHARSET_GB2312 = _stc.STC_CHARSET_GB2312
123STC_CHARSET_GREEK = _stc.STC_CHARSET_GREEK
124STC_CHARSET_HANGUL = _stc.STC_CHARSET_HANGUL
125STC_CHARSET_MAC = _stc.STC_CHARSET_MAC
126STC_CHARSET_OEM = _stc.STC_CHARSET_OEM
127STC_CHARSET_RUSSIAN = _stc.STC_CHARSET_RUSSIAN
128STC_CHARSET_SHIFTJIS = _stc.STC_CHARSET_SHIFTJIS
129STC_CHARSET_SYMBOL = _stc.STC_CHARSET_SYMBOL
130STC_CHARSET_TURKISH = _stc.STC_CHARSET_TURKISH
131STC_CHARSET_JOHAB = _stc.STC_CHARSET_JOHAB
132STC_CHARSET_HEBREW = _stc.STC_CHARSET_HEBREW
133STC_CHARSET_ARABIC = _stc.STC_CHARSET_ARABIC
134STC_CHARSET_VIETNAMESE = _stc.STC_CHARSET_VIETNAMESE
135STC_CHARSET_THAI = _stc.STC_CHARSET_THAI
136STC_CASE_MIXED = _stc.STC_CASE_MIXED
137STC_CASE_UPPER = _stc.STC_CASE_UPPER
138STC_CASE_LOWER = _stc.STC_CASE_LOWER
139STC_INDIC_MAX = _stc.STC_INDIC_MAX
140STC_INDIC_PLAIN = _stc.STC_INDIC_PLAIN
141STC_INDIC_SQUIGGLE = _stc.STC_INDIC_SQUIGGLE
142STC_INDIC_TT = _stc.STC_INDIC_TT
143STC_INDIC_DIAGONAL = _stc.STC_INDIC_DIAGONAL
144STC_INDIC_STRIKE = _stc.STC_INDIC_STRIKE
145STC_INDIC_HIDDEN = _stc.STC_INDIC_HIDDEN
96b3fa7c 146STC_INDIC_BOX = _stc.STC_INDIC_BOX
d14a1e28
RD
147STC_INDIC0_MASK = _stc.STC_INDIC0_MASK
148STC_INDIC1_MASK = _stc.STC_INDIC1_MASK
149STC_INDIC2_MASK = _stc.STC_INDIC2_MASK
150STC_INDICS_MASK = _stc.STC_INDICS_MASK
151STC_PRINT_NORMAL = _stc.STC_PRINT_NORMAL
152STC_PRINT_INVERTLIGHT = _stc.STC_PRINT_INVERTLIGHT
153STC_PRINT_BLACKONWHITE = _stc.STC_PRINT_BLACKONWHITE
154STC_PRINT_COLOURONWHITE = _stc.STC_PRINT_COLOURONWHITE
155STC_PRINT_COLOURONWHITEDEFAULTBG = _stc.STC_PRINT_COLOURONWHITEDEFAULTBG
156STC_FIND_WHOLEWORD = _stc.STC_FIND_WHOLEWORD
157STC_FIND_MATCHCASE = _stc.STC_FIND_MATCHCASE
158STC_FIND_WORDSTART = _stc.STC_FIND_WORDSTART
159STC_FIND_REGEXP = _stc.STC_FIND_REGEXP
160STC_FIND_POSIX = _stc.STC_FIND_POSIX
161STC_FOLDLEVELBASE = _stc.STC_FOLDLEVELBASE
162STC_FOLDLEVELWHITEFLAG = _stc.STC_FOLDLEVELWHITEFLAG
163STC_FOLDLEVELHEADERFLAG = _stc.STC_FOLDLEVELHEADERFLAG
164STC_FOLDLEVELBOXHEADERFLAG = _stc.STC_FOLDLEVELBOXHEADERFLAG
165STC_FOLDLEVELBOXFOOTERFLAG = _stc.STC_FOLDLEVELBOXFOOTERFLAG
166STC_FOLDLEVELCONTRACTED = _stc.STC_FOLDLEVELCONTRACTED
167STC_FOLDLEVELUNINDENT = _stc.STC_FOLDLEVELUNINDENT
168STC_FOLDLEVELNUMBERMASK = _stc.STC_FOLDLEVELNUMBERMASK
169STC_FOLDFLAG_LINEBEFORE_EXPANDED = _stc.STC_FOLDFLAG_LINEBEFORE_EXPANDED
170STC_FOLDFLAG_LINEBEFORE_CONTRACTED = _stc.STC_FOLDFLAG_LINEBEFORE_CONTRACTED
171STC_FOLDFLAG_LINEAFTER_EXPANDED = _stc.STC_FOLDFLAG_LINEAFTER_EXPANDED
172STC_FOLDFLAG_LINEAFTER_CONTRACTED = _stc.STC_FOLDFLAG_LINEAFTER_CONTRACTED
173STC_FOLDFLAG_LEVELNUMBERS = _stc.STC_FOLDFLAG_LEVELNUMBERS
174STC_FOLDFLAG_BOX = _stc.STC_FOLDFLAG_BOX
175STC_TIME_FOREVER = _stc.STC_TIME_FOREVER
176STC_WRAP_NONE = _stc.STC_WRAP_NONE
177STC_WRAP_WORD = _stc.STC_WRAP_WORD
5e483524
RD
178STC_WRAPVISUALFLAG_NONE = _stc.STC_WRAPVISUALFLAG_NONE
179STC_WRAPVISUALFLAG_END = _stc.STC_WRAPVISUALFLAG_END
180STC_WRAPVISUALFLAG_START = _stc.STC_WRAPVISUALFLAG_START
181STC_WRAPVISUALFLAGLOC_DEFAULT = _stc.STC_WRAPVISUALFLAGLOC_DEFAULT
182STC_WRAPVISUALFLAGLOC_END_BY_TEXT = _stc.STC_WRAPVISUALFLAGLOC_END_BY_TEXT
183STC_WRAPVISUALFLAGLOC_START_BY_TEXT = _stc.STC_WRAPVISUALFLAGLOC_START_BY_TEXT
d14a1e28
RD
184STC_CACHE_NONE = _stc.STC_CACHE_NONE
185STC_CACHE_CARET = _stc.STC_CACHE_CARET
186STC_CACHE_PAGE = _stc.STC_CACHE_PAGE
187STC_CACHE_DOCUMENT = _stc.STC_CACHE_DOCUMENT
188STC_EDGE_NONE = _stc.STC_EDGE_NONE
189STC_EDGE_LINE = _stc.STC_EDGE_LINE
190STC_EDGE_BACKGROUND = _stc.STC_EDGE_BACKGROUND
191STC_CURSORNORMAL = _stc.STC_CURSORNORMAL
192STC_CURSORWAIT = _stc.STC_CURSORWAIT
193STC_VISIBLE_SLOP = _stc.STC_VISIBLE_SLOP
194STC_VISIBLE_STRICT = _stc.STC_VISIBLE_STRICT
195STC_CARET_SLOP = _stc.STC_CARET_SLOP
196STC_CARET_STRICT = _stc.STC_CARET_STRICT
197STC_CARET_JUMPS = _stc.STC_CARET_JUMPS
198STC_CARET_EVEN = _stc.STC_CARET_EVEN
96b3fa7c
RD
199STC_SEL_STREAM = _stc.STC_SEL_STREAM
200STC_SEL_RECTANGLE = _stc.STC_SEL_RECTANGLE
201STC_SEL_LINES = _stc.STC_SEL_LINES
d14a1e28
RD
202STC_KEYWORDSET_MAX = _stc.STC_KEYWORDSET_MAX
203STC_MOD_INSERTTEXT = _stc.STC_MOD_INSERTTEXT
204STC_MOD_DELETETEXT = _stc.STC_MOD_DELETETEXT
205STC_MOD_CHANGESTYLE = _stc.STC_MOD_CHANGESTYLE
206STC_MOD_CHANGEFOLD = _stc.STC_MOD_CHANGEFOLD
207STC_PERFORMED_USER = _stc.STC_PERFORMED_USER
208STC_PERFORMED_UNDO = _stc.STC_PERFORMED_UNDO
209STC_PERFORMED_REDO = _stc.STC_PERFORMED_REDO
210STC_LASTSTEPINUNDOREDO = _stc.STC_LASTSTEPINUNDOREDO
211STC_MOD_CHANGEMARKER = _stc.STC_MOD_CHANGEMARKER
212STC_MOD_BEFOREINSERT = _stc.STC_MOD_BEFOREINSERT
213STC_MOD_BEFOREDELETE = _stc.STC_MOD_BEFOREDELETE
214STC_MODEVENTMASKALL = _stc.STC_MODEVENTMASKALL
215STC_KEY_DOWN = _stc.STC_KEY_DOWN
216STC_KEY_UP = _stc.STC_KEY_UP
217STC_KEY_LEFT = _stc.STC_KEY_LEFT
218STC_KEY_RIGHT = _stc.STC_KEY_RIGHT
219STC_KEY_HOME = _stc.STC_KEY_HOME
220STC_KEY_END = _stc.STC_KEY_END
221STC_KEY_PRIOR = _stc.STC_KEY_PRIOR
222STC_KEY_NEXT = _stc.STC_KEY_NEXT
223STC_KEY_DELETE = _stc.STC_KEY_DELETE
224STC_KEY_INSERT = _stc.STC_KEY_INSERT
225STC_KEY_ESCAPE = _stc.STC_KEY_ESCAPE
226STC_KEY_BACK = _stc.STC_KEY_BACK
227STC_KEY_TAB = _stc.STC_KEY_TAB
228STC_KEY_RETURN = _stc.STC_KEY_RETURN
229STC_KEY_ADD = _stc.STC_KEY_ADD
230STC_KEY_SUBTRACT = _stc.STC_KEY_SUBTRACT
231STC_KEY_DIVIDE = _stc.STC_KEY_DIVIDE
232STC_SCMOD_SHIFT = _stc.STC_SCMOD_SHIFT
233STC_SCMOD_CTRL = _stc.STC_SCMOD_CTRL
234STC_SCMOD_ALT = _stc.STC_SCMOD_ALT
235STC_LEX_CONTAINER = _stc.STC_LEX_CONTAINER
236STC_LEX_NULL = _stc.STC_LEX_NULL
237STC_LEX_PYTHON = _stc.STC_LEX_PYTHON
238STC_LEX_CPP = _stc.STC_LEX_CPP
239STC_LEX_HTML = _stc.STC_LEX_HTML
240STC_LEX_XML = _stc.STC_LEX_XML
241STC_LEX_PERL = _stc.STC_LEX_PERL
242STC_LEX_SQL = _stc.STC_LEX_SQL
243STC_LEX_VB = _stc.STC_LEX_VB
244STC_LEX_PROPERTIES = _stc.STC_LEX_PROPERTIES
245STC_LEX_ERRORLIST = _stc.STC_LEX_ERRORLIST
246STC_LEX_MAKEFILE = _stc.STC_LEX_MAKEFILE
247STC_LEX_BATCH = _stc.STC_LEX_BATCH
248STC_LEX_XCODE = _stc.STC_LEX_XCODE
249STC_LEX_LATEX = _stc.STC_LEX_LATEX
250STC_LEX_LUA = _stc.STC_LEX_LUA
251STC_LEX_DIFF = _stc.STC_LEX_DIFF
252STC_LEX_CONF = _stc.STC_LEX_CONF
253STC_LEX_PASCAL = _stc.STC_LEX_PASCAL
254STC_LEX_AVE = _stc.STC_LEX_AVE
255STC_LEX_ADA = _stc.STC_LEX_ADA
256STC_LEX_LISP = _stc.STC_LEX_LISP
257STC_LEX_RUBY = _stc.STC_LEX_RUBY
258STC_LEX_EIFFEL = _stc.STC_LEX_EIFFEL
259STC_LEX_EIFFELKW = _stc.STC_LEX_EIFFELKW
260STC_LEX_TCL = _stc.STC_LEX_TCL
261STC_LEX_NNCRONTAB = _stc.STC_LEX_NNCRONTAB
262STC_LEX_BULLANT = _stc.STC_LEX_BULLANT
263STC_LEX_VBSCRIPT = _stc.STC_LEX_VBSCRIPT
264STC_LEX_ASP = _stc.STC_LEX_ASP
265STC_LEX_PHP = _stc.STC_LEX_PHP
266STC_LEX_BAAN = _stc.STC_LEX_BAAN
267STC_LEX_MATLAB = _stc.STC_LEX_MATLAB
268STC_LEX_SCRIPTOL = _stc.STC_LEX_SCRIPTOL
269STC_LEX_ASM = _stc.STC_LEX_ASM
270STC_LEX_CPPNOCASE = _stc.STC_LEX_CPPNOCASE
271STC_LEX_FORTRAN = _stc.STC_LEX_FORTRAN
272STC_LEX_F77 = _stc.STC_LEX_F77
273STC_LEX_CSS = _stc.STC_LEX_CSS
274STC_LEX_POV = _stc.STC_LEX_POV
275STC_LEX_LOUT = _stc.STC_LEX_LOUT
276STC_LEX_ESCRIPT = _stc.STC_LEX_ESCRIPT
277STC_LEX_PS = _stc.STC_LEX_PS
278STC_LEX_NSIS = _stc.STC_LEX_NSIS
279STC_LEX_MMIXAL = _stc.STC_LEX_MMIXAL
96b3fa7c
RD
280STC_LEX_CLW = _stc.STC_LEX_CLW
281STC_LEX_CLWNOCASE = _stc.STC_LEX_CLWNOCASE
282STC_LEX_LOT = _stc.STC_LEX_LOT
283STC_LEX_YAML = _stc.STC_LEX_YAML
284STC_LEX_TEX = _stc.STC_LEX_TEX
285STC_LEX_METAPOST = _stc.STC_LEX_METAPOST
286STC_LEX_POWERBASIC = _stc.STC_LEX_POWERBASIC
287STC_LEX_FORTH = _stc.STC_LEX_FORTH
288STC_LEX_ERLANG = _stc.STC_LEX_ERLANG
289STC_LEX_OCTAVE = _stc.STC_LEX_OCTAVE
5e483524
RD
290STC_LEX_MSSQL = _stc.STC_LEX_MSSQL
291STC_LEX_VERILOG = _stc.STC_LEX_VERILOG
292STC_LEX_KIX = _stc.STC_LEX_KIX
293STC_LEX_GUI4CLI = _stc.STC_LEX_GUI4CLI
294STC_LEX_SPECMAN = _stc.STC_LEX_SPECMAN
295STC_LEX_AU3 = _stc.STC_LEX_AU3
296STC_LEX_APDL = _stc.STC_LEX_APDL
297STC_LEX_BASH = _stc.STC_LEX_BASH
53aa7709
RD
298STC_LEX_ASN1 = _stc.STC_LEX_ASN1
299STC_LEX_VHDL = _stc.STC_LEX_VHDL
d14a1e28
RD
300STC_LEX_AUTOMATIC = _stc.STC_LEX_AUTOMATIC
301STC_P_DEFAULT = _stc.STC_P_DEFAULT
302STC_P_COMMENTLINE = _stc.STC_P_COMMENTLINE
303STC_P_NUMBER = _stc.STC_P_NUMBER
304STC_P_STRING = _stc.STC_P_STRING
305STC_P_CHARACTER = _stc.STC_P_CHARACTER
306STC_P_WORD = _stc.STC_P_WORD
307STC_P_TRIPLE = _stc.STC_P_TRIPLE
308STC_P_TRIPLEDOUBLE = _stc.STC_P_TRIPLEDOUBLE
309STC_P_CLASSNAME = _stc.STC_P_CLASSNAME
310STC_P_DEFNAME = _stc.STC_P_DEFNAME
311STC_P_OPERATOR = _stc.STC_P_OPERATOR
312STC_P_IDENTIFIER = _stc.STC_P_IDENTIFIER
313STC_P_COMMENTBLOCK = _stc.STC_P_COMMENTBLOCK
314STC_P_STRINGEOL = _stc.STC_P_STRINGEOL
315STC_C_DEFAULT = _stc.STC_C_DEFAULT
316STC_C_COMMENT = _stc.STC_C_COMMENT
317STC_C_COMMENTLINE = _stc.STC_C_COMMENTLINE
318STC_C_COMMENTDOC = _stc.STC_C_COMMENTDOC
319STC_C_NUMBER = _stc.STC_C_NUMBER
320STC_C_WORD = _stc.STC_C_WORD
321STC_C_STRING = _stc.STC_C_STRING
322STC_C_CHARACTER = _stc.STC_C_CHARACTER
323STC_C_UUID = _stc.STC_C_UUID
324STC_C_PREPROCESSOR = _stc.STC_C_PREPROCESSOR
325STC_C_OPERATOR = _stc.STC_C_OPERATOR
326STC_C_IDENTIFIER = _stc.STC_C_IDENTIFIER
327STC_C_STRINGEOL = _stc.STC_C_STRINGEOL
328STC_C_VERBATIM = _stc.STC_C_VERBATIM
329STC_C_REGEX = _stc.STC_C_REGEX
330STC_C_COMMENTLINEDOC = _stc.STC_C_COMMENTLINEDOC
331STC_C_WORD2 = _stc.STC_C_WORD2
332STC_C_COMMENTDOCKEYWORD = _stc.STC_C_COMMENTDOCKEYWORD
333STC_C_COMMENTDOCKEYWORDERROR = _stc.STC_C_COMMENTDOCKEYWORDERROR
334STC_C_GLOBALCLASS = _stc.STC_C_GLOBALCLASS
335STC_H_DEFAULT = _stc.STC_H_DEFAULT
336STC_H_TAG = _stc.STC_H_TAG
337STC_H_TAGUNKNOWN = _stc.STC_H_TAGUNKNOWN
338STC_H_ATTRIBUTE = _stc.STC_H_ATTRIBUTE
339STC_H_ATTRIBUTEUNKNOWN = _stc.STC_H_ATTRIBUTEUNKNOWN
340STC_H_NUMBER = _stc.STC_H_NUMBER
341STC_H_DOUBLESTRING = _stc.STC_H_DOUBLESTRING
342STC_H_SINGLESTRING = _stc.STC_H_SINGLESTRING
343STC_H_OTHER = _stc.STC_H_OTHER
344STC_H_COMMENT = _stc.STC_H_COMMENT
345STC_H_ENTITY = _stc.STC_H_ENTITY
346STC_H_TAGEND = _stc.STC_H_TAGEND
347STC_H_XMLSTART = _stc.STC_H_XMLSTART
348STC_H_XMLEND = _stc.STC_H_XMLEND
349STC_H_SCRIPT = _stc.STC_H_SCRIPT
350STC_H_ASP = _stc.STC_H_ASP
351STC_H_ASPAT = _stc.STC_H_ASPAT
352STC_H_CDATA = _stc.STC_H_CDATA
353STC_H_QUESTION = _stc.STC_H_QUESTION
354STC_H_VALUE = _stc.STC_H_VALUE
355STC_H_XCCOMMENT = _stc.STC_H_XCCOMMENT
356STC_H_SGML_DEFAULT = _stc.STC_H_SGML_DEFAULT
357STC_H_SGML_COMMAND = _stc.STC_H_SGML_COMMAND
358STC_H_SGML_1ST_PARAM = _stc.STC_H_SGML_1ST_PARAM
359STC_H_SGML_DOUBLESTRING = _stc.STC_H_SGML_DOUBLESTRING
360STC_H_SGML_SIMPLESTRING = _stc.STC_H_SGML_SIMPLESTRING
361STC_H_SGML_ERROR = _stc.STC_H_SGML_ERROR
362STC_H_SGML_SPECIAL = _stc.STC_H_SGML_SPECIAL
363STC_H_SGML_ENTITY = _stc.STC_H_SGML_ENTITY
364STC_H_SGML_COMMENT = _stc.STC_H_SGML_COMMENT
365STC_H_SGML_1ST_PARAM_COMMENT = _stc.STC_H_SGML_1ST_PARAM_COMMENT
366STC_H_SGML_BLOCK_DEFAULT = _stc.STC_H_SGML_BLOCK_DEFAULT
367STC_HJ_START = _stc.STC_HJ_START
368STC_HJ_DEFAULT = _stc.STC_HJ_DEFAULT
369STC_HJ_COMMENT = _stc.STC_HJ_COMMENT
370STC_HJ_COMMENTLINE = _stc.STC_HJ_COMMENTLINE
371STC_HJ_COMMENTDOC = _stc.STC_HJ_COMMENTDOC
372STC_HJ_NUMBER = _stc.STC_HJ_NUMBER
373STC_HJ_WORD = _stc.STC_HJ_WORD
374STC_HJ_KEYWORD = _stc.STC_HJ_KEYWORD
375STC_HJ_DOUBLESTRING = _stc.STC_HJ_DOUBLESTRING
376STC_HJ_SINGLESTRING = _stc.STC_HJ_SINGLESTRING
377STC_HJ_SYMBOLS = _stc.STC_HJ_SYMBOLS
378STC_HJ_STRINGEOL = _stc.STC_HJ_STRINGEOL
379STC_HJ_REGEX = _stc.STC_HJ_REGEX
380STC_HJA_START = _stc.STC_HJA_START
381STC_HJA_DEFAULT = _stc.STC_HJA_DEFAULT
382STC_HJA_COMMENT = _stc.STC_HJA_COMMENT
383STC_HJA_COMMENTLINE = _stc.STC_HJA_COMMENTLINE
384STC_HJA_COMMENTDOC = _stc.STC_HJA_COMMENTDOC
385STC_HJA_NUMBER = _stc.STC_HJA_NUMBER
386STC_HJA_WORD = _stc.STC_HJA_WORD
387STC_HJA_KEYWORD = _stc.STC_HJA_KEYWORD
388STC_HJA_DOUBLESTRING = _stc.STC_HJA_DOUBLESTRING
389STC_HJA_SINGLESTRING = _stc.STC_HJA_SINGLESTRING
390STC_HJA_SYMBOLS = _stc.STC_HJA_SYMBOLS
391STC_HJA_STRINGEOL = _stc.STC_HJA_STRINGEOL
392STC_HJA_REGEX = _stc.STC_HJA_REGEX
393STC_HB_START = _stc.STC_HB_START
394STC_HB_DEFAULT = _stc.STC_HB_DEFAULT
395STC_HB_COMMENTLINE = _stc.STC_HB_COMMENTLINE
396STC_HB_NUMBER = _stc.STC_HB_NUMBER
397STC_HB_WORD = _stc.STC_HB_WORD
398STC_HB_STRING = _stc.STC_HB_STRING
399STC_HB_IDENTIFIER = _stc.STC_HB_IDENTIFIER
400STC_HB_STRINGEOL = _stc.STC_HB_STRINGEOL
401STC_HBA_START = _stc.STC_HBA_START
402STC_HBA_DEFAULT = _stc.STC_HBA_DEFAULT
403STC_HBA_COMMENTLINE = _stc.STC_HBA_COMMENTLINE
404STC_HBA_NUMBER = _stc.STC_HBA_NUMBER
405STC_HBA_WORD = _stc.STC_HBA_WORD
406STC_HBA_STRING = _stc.STC_HBA_STRING
407STC_HBA_IDENTIFIER = _stc.STC_HBA_IDENTIFIER
408STC_HBA_STRINGEOL = _stc.STC_HBA_STRINGEOL
409STC_HP_START = _stc.STC_HP_START
410STC_HP_DEFAULT = _stc.STC_HP_DEFAULT
411STC_HP_COMMENTLINE = _stc.STC_HP_COMMENTLINE
412STC_HP_NUMBER = _stc.STC_HP_NUMBER
413STC_HP_STRING = _stc.STC_HP_STRING
414STC_HP_CHARACTER = _stc.STC_HP_CHARACTER
415STC_HP_WORD = _stc.STC_HP_WORD
416STC_HP_TRIPLE = _stc.STC_HP_TRIPLE
417STC_HP_TRIPLEDOUBLE = _stc.STC_HP_TRIPLEDOUBLE
418STC_HP_CLASSNAME = _stc.STC_HP_CLASSNAME
419STC_HP_DEFNAME = _stc.STC_HP_DEFNAME
420STC_HP_OPERATOR = _stc.STC_HP_OPERATOR
421STC_HP_IDENTIFIER = _stc.STC_HP_IDENTIFIER
5e483524 422STC_HPHP_COMPLEX_VARIABLE = _stc.STC_HPHP_COMPLEX_VARIABLE
d14a1e28
RD
423STC_HPA_START = _stc.STC_HPA_START
424STC_HPA_DEFAULT = _stc.STC_HPA_DEFAULT
425STC_HPA_COMMENTLINE = _stc.STC_HPA_COMMENTLINE
426STC_HPA_NUMBER = _stc.STC_HPA_NUMBER
427STC_HPA_STRING = _stc.STC_HPA_STRING
428STC_HPA_CHARACTER = _stc.STC_HPA_CHARACTER
429STC_HPA_WORD = _stc.STC_HPA_WORD
430STC_HPA_TRIPLE = _stc.STC_HPA_TRIPLE
431STC_HPA_TRIPLEDOUBLE = _stc.STC_HPA_TRIPLEDOUBLE
432STC_HPA_CLASSNAME = _stc.STC_HPA_CLASSNAME
433STC_HPA_DEFNAME = _stc.STC_HPA_DEFNAME
434STC_HPA_OPERATOR = _stc.STC_HPA_OPERATOR
435STC_HPA_IDENTIFIER = _stc.STC_HPA_IDENTIFIER
436STC_HPHP_DEFAULT = _stc.STC_HPHP_DEFAULT
437STC_HPHP_HSTRING = _stc.STC_HPHP_HSTRING
438STC_HPHP_SIMPLESTRING = _stc.STC_HPHP_SIMPLESTRING
439STC_HPHP_WORD = _stc.STC_HPHP_WORD
440STC_HPHP_NUMBER = _stc.STC_HPHP_NUMBER
441STC_HPHP_VARIABLE = _stc.STC_HPHP_VARIABLE
442STC_HPHP_COMMENT = _stc.STC_HPHP_COMMENT
443STC_HPHP_COMMENTLINE = _stc.STC_HPHP_COMMENTLINE
444STC_HPHP_HSTRING_VARIABLE = _stc.STC_HPHP_HSTRING_VARIABLE
445STC_HPHP_OPERATOR = _stc.STC_HPHP_OPERATOR
446STC_PL_DEFAULT = _stc.STC_PL_DEFAULT
447STC_PL_ERROR = _stc.STC_PL_ERROR
448STC_PL_COMMENTLINE = _stc.STC_PL_COMMENTLINE
449STC_PL_POD = _stc.STC_PL_POD
450STC_PL_NUMBER = _stc.STC_PL_NUMBER
451STC_PL_WORD = _stc.STC_PL_WORD
452STC_PL_STRING = _stc.STC_PL_STRING
453STC_PL_CHARACTER = _stc.STC_PL_CHARACTER
454STC_PL_PUNCTUATION = _stc.STC_PL_PUNCTUATION
455STC_PL_PREPROCESSOR = _stc.STC_PL_PREPROCESSOR
456STC_PL_OPERATOR = _stc.STC_PL_OPERATOR
457STC_PL_IDENTIFIER = _stc.STC_PL_IDENTIFIER
458STC_PL_SCALAR = _stc.STC_PL_SCALAR
459STC_PL_ARRAY = _stc.STC_PL_ARRAY
460STC_PL_HASH = _stc.STC_PL_HASH
461STC_PL_SYMBOLTABLE = _stc.STC_PL_SYMBOLTABLE
462STC_PL_REGEX = _stc.STC_PL_REGEX
463STC_PL_REGSUBST = _stc.STC_PL_REGSUBST
464STC_PL_LONGQUOTE = _stc.STC_PL_LONGQUOTE
465STC_PL_BACKTICKS = _stc.STC_PL_BACKTICKS
466STC_PL_DATASECTION = _stc.STC_PL_DATASECTION
467STC_PL_HERE_DELIM = _stc.STC_PL_HERE_DELIM
468STC_PL_HERE_Q = _stc.STC_PL_HERE_Q
469STC_PL_HERE_QQ = _stc.STC_PL_HERE_QQ
470STC_PL_HERE_QX = _stc.STC_PL_HERE_QX
471STC_PL_STRING_Q = _stc.STC_PL_STRING_Q
472STC_PL_STRING_QQ = _stc.STC_PL_STRING_QQ
473STC_PL_STRING_QX = _stc.STC_PL_STRING_QX
474STC_PL_STRING_QR = _stc.STC_PL_STRING_QR
475STC_PL_STRING_QW = _stc.STC_PL_STRING_QW
476STC_B_DEFAULT = _stc.STC_B_DEFAULT
477STC_B_COMMENT = _stc.STC_B_COMMENT
478STC_B_NUMBER = _stc.STC_B_NUMBER
479STC_B_KEYWORD = _stc.STC_B_KEYWORD
480STC_B_STRING = _stc.STC_B_STRING
481STC_B_PREPROCESSOR = _stc.STC_B_PREPROCESSOR
482STC_B_OPERATOR = _stc.STC_B_OPERATOR
483STC_B_IDENTIFIER = _stc.STC_B_IDENTIFIER
484STC_B_DATE = _stc.STC_B_DATE
96b3fa7c
RD
485STC_B_STRINGEOL = _stc.STC_B_STRINGEOL
486STC_B_KEYWORD2 = _stc.STC_B_KEYWORD2
487STC_B_KEYWORD3 = _stc.STC_B_KEYWORD3
488STC_B_KEYWORD4 = _stc.STC_B_KEYWORD4
5e483524
RD
489STC_B_CONSTANT = _stc.STC_B_CONSTANT
490STC_B_ASM = _stc.STC_B_ASM
d14a1e28
RD
491STC_PROPS_DEFAULT = _stc.STC_PROPS_DEFAULT
492STC_PROPS_COMMENT = _stc.STC_PROPS_COMMENT
493STC_PROPS_SECTION = _stc.STC_PROPS_SECTION
494STC_PROPS_ASSIGNMENT = _stc.STC_PROPS_ASSIGNMENT
495STC_PROPS_DEFVAL = _stc.STC_PROPS_DEFVAL
496STC_L_DEFAULT = _stc.STC_L_DEFAULT
497STC_L_COMMAND = _stc.STC_L_COMMAND
498STC_L_TAG = _stc.STC_L_TAG
499STC_L_MATH = _stc.STC_L_MATH
500STC_L_COMMENT = _stc.STC_L_COMMENT
501STC_LUA_DEFAULT = _stc.STC_LUA_DEFAULT
502STC_LUA_COMMENT = _stc.STC_LUA_COMMENT
503STC_LUA_COMMENTLINE = _stc.STC_LUA_COMMENTLINE
504STC_LUA_COMMENTDOC = _stc.STC_LUA_COMMENTDOC
505STC_LUA_NUMBER = _stc.STC_LUA_NUMBER
506STC_LUA_WORD = _stc.STC_LUA_WORD
507STC_LUA_STRING = _stc.STC_LUA_STRING
508STC_LUA_CHARACTER = _stc.STC_LUA_CHARACTER
509STC_LUA_LITERALSTRING = _stc.STC_LUA_LITERALSTRING
510STC_LUA_PREPROCESSOR = _stc.STC_LUA_PREPROCESSOR
511STC_LUA_OPERATOR = _stc.STC_LUA_OPERATOR
512STC_LUA_IDENTIFIER = _stc.STC_LUA_IDENTIFIER
513STC_LUA_STRINGEOL = _stc.STC_LUA_STRINGEOL
514STC_LUA_WORD2 = _stc.STC_LUA_WORD2
515STC_LUA_WORD3 = _stc.STC_LUA_WORD3
516STC_LUA_WORD4 = _stc.STC_LUA_WORD4
517STC_LUA_WORD5 = _stc.STC_LUA_WORD5
518STC_LUA_WORD6 = _stc.STC_LUA_WORD6
519STC_LUA_WORD7 = _stc.STC_LUA_WORD7
520STC_LUA_WORD8 = _stc.STC_LUA_WORD8
521STC_ERR_DEFAULT = _stc.STC_ERR_DEFAULT
522STC_ERR_PYTHON = _stc.STC_ERR_PYTHON
523STC_ERR_GCC = _stc.STC_ERR_GCC
524STC_ERR_MS = _stc.STC_ERR_MS
525STC_ERR_CMD = _stc.STC_ERR_CMD
526STC_ERR_BORLAND = _stc.STC_ERR_BORLAND
527STC_ERR_PERL = _stc.STC_ERR_PERL
528STC_ERR_NET = _stc.STC_ERR_NET
529STC_ERR_LUA = _stc.STC_ERR_LUA
530STC_ERR_CTAG = _stc.STC_ERR_CTAG
531STC_ERR_DIFF_CHANGED = _stc.STC_ERR_DIFF_CHANGED
532STC_ERR_DIFF_ADDITION = _stc.STC_ERR_DIFF_ADDITION
533STC_ERR_DIFF_DELETION = _stc.STC_ERR_DIFF_DELETION
534STC_ERR_DIFF_MESSAGE = _stc.STC_ERR_DIFF_MESSAGE
535STC_ERR_PHP = _stc.STC_ERR_PHP
536STC_ERR_ELF = _stc.STC_ERR_ELF
537STC_ERR_IFC = _stc.STC_ERR_IFC
96b3fa7c
RD
538STC_ERR_IFORT = _stc.STC_ERR_IFORT
539STC_ERR_ABSF = _stc.STC_ERR_ABSF
5e483524 540STC_ERR_TIDY = _stc.STC_ERR_TIDY
53aa7709 541STC_ERR_JAVA_STACK = _stc.STC_ERR_JAVA_STACK
d14a1e28
RD
542STC_BAT_DEFAULT = _stc.STC_BAT_DEFAULT
543STC_BAT_COMMENT = _stc.STC_BAT_COMMENT
544STC_BAT_WORD = _stc.STC_BAT_WORD
545STC_BAT_LABEL = _stc.STC_BAT_LABEL
546STC_BAT_HIDE = _stc.STC_BAT_HIDE
547STC_BAT_COMMAND = _stc.STC_BAT_COMMAND
548STC_BAT_IDENTIFIER = _stc.STC_BAT_IDENTIFIER
549STC_BAT_OPERATOR = _stc.STC_BAT_OPERATOR
550STC_MAKE_DEFAULT = _stc.STC_MAKE_DEFAULT
551STC_MAKE_COMMENT = _stc.STC_MAKE_COMMENT
552STC_MAKE_PREPROCESSOR = _stc.STC_MAKE_PREPROCESSOR
553STC_MAKE_IDENTIFIER = _stc.STC_MAKE_IDENTIFIER
554STC_MAKE_OPERATOR = _stc.STC_MAKE_OPERATOR
555STC_MAKE_TARGET = _stc.STC_MAKE_TARGET
556STC_MAKE_IDEOL = _stc.STC_MAKE_IDEOL
557STC_DIFF_DEFAULT = _stc.STC_DIFF_DEFAULT
558STC_DIFF_COMMENT = _stc.STC_DIFF_COMMENT
559STC_DIFF_COMMAND = _stc.STC_DIFF_COMMAND
560STC_DIFF_HEADER = _stc.STC_DIFF_HEADER
561STC_DIFF_POSITION = _stc.STC_DIFF_POSITION
562STC_DIFF_DELETED = _stc.STC_DIFF_DELETED
563STC_DIFF_ADDED = _stc.STC_DIFF_ADDED
564STC_CONF_DEFAULT = _stc.STC_CONF_DEFAULT
565STC_CONF_COMMENT = _stc.STC_CONF_COMMENT
566STC_CONF_NUMBER = _stc.STC_CONF_NUMBER
567STC_CONF_IDENTIFIER = _stc.STC_CONF_IDENTIFIER
568STC_CONF_EXTENSION = _stc.STC_CONF_EXTENSION
569STC_CONF_PARAMETER = _stc.STC_CONF_PARAMETER
570STC_CONF_STRING = _stc.STC_CONF_STRING
571STC_CONF_OPERATOR = _stc.STC_CONF_OPERATOR
572STC_CONF_IP = _stc.STC_CONF_IP
573STC_CONF_DIRECTIVE = _stc.STC_CONF_DIRECTIVE
574STC_AVE_DEFAULT = _stc.STC_AVE_DEFAULT
575STC_AVE_COMMENT = _stc.STC_AVE_COMMENT
576STC_AVE_NUMBER = _stc.STC_AVE_NUMBER
577STC_AVE_WORD = _stc.STC_AVE_WORD
578STC_AVE_STRING = _stc.STC_AVE_STRING
579STC_AVE_ENUM = _stc.STC_AVE_ENUM
580STC_AVE_STRINGEOL = _stc.STC_AVE_STRINGEOL
581STC_AVE_IDENTIFIER = _stc.STC_AVE_IDENTIFIER
582STC_AVE_OPERATOR = _stc.STC_AVE_OPERATOR
583STC_AVE_WORD1 = _stc.STC_AVE_WORD1
584STC_AVE_WORD2 = _stc.STC_AVE_WORD2
585STC_AVE_WORD3 = _stc.STC_AVE_WORD3
586STC_AVE_WORD4 = _stc.STC_AVE_WORD4
587STC_AVE_WORD5 = _stc.STC_AVE_WORD5
588STC_AVE_WORD6 = _stc.STC_AVE_WORD6
589STC_ADA_DEFAULT = _stc.STC_ADA_DEFAULT
590STC_ADA_WORD = _stc.STC_ADA_WORD
591STC_ADA_IDENTIFIER = _stc.STC_ADA_IDENTIFIER
592STC_ADA_NUMBER = _stc.STC_ADA_NUMBER
593STC_ADA_DELIMITER = _stc.STC_ADA_DELIMITER
594STC_ADA_CHARACTER = _stc.STC_ADA_CHARACTER
595STC_ADA_CHARACTEREOL = _stc.STC_ADA_CHARACTEREOL
596STC_ADA_STRING = _stc.STC_ADA_STRING
597STC_ADA_STRINGEOL = _stc.STC_ADA_STRINGEOL
598STC_ADA_LABEL = _stc.STC_ADA_LABEL
599STC_ADA_COMMENTLINE = _stc.STC_ADA_COMMENTLINE
600STC_ADA_ILLEGAL = _stc.STC_ADA_ILLEGAL
601STC_BAAN_DEFAULT = _stc.STC_BAAN_DEFAULT
602STC_BAAN_COMMENT = _stc.STC_BAAN_COMMENT
603STC_BAAN_COMMENTDOC = _stc.STC_BAAN_COMMENTDOC
604STC_BAAN_NUMBER = _stc.STC_BAAN_NUMBER
605STC_BAAN_WORD = _stc.STC_BAAN_WORD
606STC_BAAN_STRING = _stc.STC_BAAN_STRING
607STC_BAAN_PREPROCESSOR = _stc.STC_BAAN_PREPROCESSOR
608STC_BAAN_OPERATOR = _stc.STC_BAAN_OPERATOR
609STC_BAAN_IDENTIFIER = _stc.STC_BAAN_IDENTIFIER
610STC_BAAN_STRINGEOL = _stc.STC_BAAN_STRINGEOL
611STC_BAAN_WORD2 = _stc.STC_BAAN_WORD2
612STC_LISP_DEFAULT = _stc.STC_LISP_DEFAULT
613STC_LISP_COMMENT = _stc.STC_LISP_COMMENT
614STC_LISP_NUMBER = _stc.STC_LISP_NUMBER
615STC_LISP_KEYWORD = _stc.STC_LISP_KEYWORD
616STC_LISP_STRING = _stc.STC_LISP_STRING
617STC_LISP_STRINGEOL = _stc.STC_LISP_STRINGEOL
618STC_LISP_IDENTIFIER = _stc.STC_LISP_IDENTIFIER
619STC_LISP_OPERATOR = _stc.STC_LISP_OPERATOR
620STC_EIFFEL_DEFAULT = _stc.STC_EIFFEL_DEFAULT
621STC_EIFFEL_COMMENTLINE = _stc.STC_EIFFEL_COMMENTLINE
622STC_EIFFEL_NUMBER = _stc.STC_EIFFEL_NUMBER
623STC_EIFFEL_WORD = _stc.STC_EIFFEL_WORD
624STC_EIFFEL_STRING = _stc.STC_EIFFEL_STRING
625STC_EIFFEL_CHARACTER = _stc.STC_EIFFEL_CHARACTER
626STC_EIFFEL_OPERATOR = _stc.STC_EIFFEL_OPERATOR
627STC_EIFFEL_IDENTIFIER = _stc.STC_EIFFEL_IDENTIFIER
628STC_EIFFEL_STRINGEOL = _stc.STC_EIFFEL_STRINGEOL
629STC_NNCRONTAB_DEFAULT = _stc.STC_NNCRONTAB_DEFAULT
630STC_NNCRONTAB_COMMENT = _stc.STC_NNCRONTAB_COMMENT
631STC_NNCRONTAB_TASK = _stc.STC_NNCRONTAB_TASK
632STC_NNCRONTAB_SECTION = _stc.STC_NNCRONTAB_SECTION
633STC_NNCRONTAB_KEYWORD = _stc.STC_NNCRONTAB_KEYWORD
634STC_NNCRONTAB_MODIFIER = _stc.STC_NNCRONTAB_MODIFIER
635STC_NNCRONTAB_ASTERISK = _stc.STC_NNCRONTAB_ASTERISK
636STC_NNCRONTAB_NUMBER = _stc.STC_NNCRONTAB_NUMBER
637STC_NNCRONTAB_STRING = _stc.STC_NNCRONTAB_STRING
638STC_NNCRONTAB_ENVIRONMENT = _stc.STC_NNCRONTAB_ENVIRONMENT
639STC_NNCRONTAB_IDENTIFIER = _stc.STC_NNCRONTAB_IDENTIFIER
96b3fa7c
RD
640STC_FORTH_DEFAULT = _stc.STC_FORTH_DEFAULT
641STC_FORTH_COMMENT = _stc.STC_FORTH_COMMENT
642STC_FORTH_COMMENT_ML = _stc.STC_FORTH_COMMENT_ML
643STC_FORTH_IDENTIFIER = _stc.STC_FORTH_IDENTIFIER
644STC_FORTH_CONTROL = _stc.STC_FORTH_CONTROL
645STC_FORTH_KEYWORD = _stc.STC_FORTH_KEYWORD
646STC_FORTH_DEFWORD = _stc.STC_FORTH_DEFWORD
647STC_FORTH_PREWORD1 = _stc.STC_FORTH_PREWORD1
648STC_FORTH_PREWORD2 = _stc.STC_FORTH_PREWORD2
649STC_FORTH_NUMBER = _stc.STC_FORTH_NUMBER
650STC_FORTH_STRING = _stc.STC_FORTH_STRING
651STC_FORTH_LOCALE = _stc.STC_FORTH_LOCALE
d14a1e28
RD
652STC_MATLAB_DEFAULT = _stc.STC_MATLAB_DEFAULT
653STC_MATLAB_COMMENT = _stc.STC_MATLAB_COMMENT
654STC_MATLAB_COMMAND = _stc.STC_MATLAB_COMMAND
655STC_MATLAB_NUMBER = _stc.STC_MATLAB_NUMBER
656STC_MATLAB_KEYWORD = _stc.STC_MATLAB_KEYWORD
657STC_MATLAB_STRING = _stc.STC_MATLAB_STRING
658STC_MATLAB_OPERATOR = _stc.STC_MATLAB_OPERATOR
659STC_MATLAB_IDENTIFIER = _stc.STC_MATLAB_IDENTIFIER
96b3fa7c 660STC_MATLAB_DOUBLEQUOTESTRING = _stc.STC_MATLAB_DOUBLEQUOTESTRING
d14a1e28 661STC_SCRIPTOL_DEFAULT = _stc.STC_SCRIPTOL_DEFAULT
96b3fa7c 662STC_SCRIPTOL_WHITE = _stc.STC_SCRIPTOL_WHITE
d14a1e28 663STC_SCRIPTOL_COMMENTLINE = _stc.STC_SCRIPTOL_COMMENTLINE
96b3fa7c
RD
664STC_SCRIPTOL_PERSISTENT = _stc.STC_SCRIPTOL_PERSISTENT
665STC_SCRIPTOL_CSTYLE = _stc.STC_SCRIPTOL_CSTYLE
666STC_SCRIPTOL_COMMENTBLOCK = _stc.STC_SCRIPTOL_COMMENTBLOCK
d14a1e28 667STC_SCRIPTOL_NUMBER = _stc.STC_SCRIPTOL_NUMBER
d14a1e28
RD
668STC_SCRIPTOL_STRING = _stc.STC_SCRIPTOL_STRING
669STC_SCRIPTOL_CHARACTER = _stc.STC_SCRIPTOL_CHARACTER
96b3fa7c
RD
670STC_SCRIPTOL_STRINGEOL = _stc.STC_SCRIPTOL_STRINGEOL
671STC_SCRIPTOL_KEYWORD = _stc.STC_SCRIPTOL_KEYWORD
d14a1e28
RD
672STC_SCRIPTOL_OPERATOR = _stc.STC_SCRIPTOL_OPERATOR
673STC_SCRIPTOL_IDENTIFIER = _stc.STC_SCRIPTOL_IDENTIFIER
96b3fa7c
RD
674STC_SCRIPTOL_TRIPLE = _stc.STC_SCRIPTOL_TRIPLE
675STC_SCRIPTOL_CLASSNAME = _stc.STC_SCRIPTOL_CLASSNAME
676STC_SCRIPTOL_PREPROCESSOR = _stc.STC_SCRIPTOL_PREPROCESSOR
d14a1e28
RD
677STC_ASM_DEFAULT = _stc.STC_ASM_DEFAULT
678STC_ASM_COMMENT = _stc.STC_ASM_COMMENT
679STC_ASM_NUMBER = _stc.STC_ASM_NUMBER
680STC_ASM_STRING = _stc.STC_ASM_STRING
681STC_ASM_OPERATOR = _stc.STC_ASM_OPERATOR
682STC_ASM_IDENTIFIER = _stc.STC_ASM_IDENTIFIER
683STC_ASM_CPUINSTRUCTION = _stc.STC_ASM_CPUINSTRUCTION
684STC_ASM_MATHINSTRUCTION = _stc.STC_ASM_MATHINSTRUCTION
685STC_ASM_REGISTER = _stc.STC_ASM_REGISTER
686STC_ASM_DIRECTIVE = _stc.STC_ASM_DIRECTIVE
687STC_ASM_DIRECTIVEOPERAND = _stc.STC_ASM_DIRECTIVEOPERAND
96b3fa7c
RD
688STC_ASM_COMMENTBLOCK = _stc.STC_ASM_COMMENTBLOCK
689STC_ASM_CHARACTER = _stc.STC_ASM_CHARACTER
690STC_ASM_STRINGEOL = _stc.STC_ASM_STRINGEOL
691STC_ASM_EXTINSTRUCTION = _stc.STC_ASM_EXTINSTRUCTION
d14a1e28
RD
692STC_F_DEFAULT = _stc.STC_F_DEFAULT
693STC_F_COMMENT = _stc.STC_F_COMMENT
694STC_F_NUMBER = _stc.STC_F_NUMBER
695STC_F_STRING1 = _stc.STC_F_STRING1
696STC_F_STRING2 = _stc.STC_F_STRING2
697STC_F_STRINGEOL = _stc.STC_F_STRINGEOL
698STC_F_OPERATOR = _stc.STC_F_OPERATOR
699STC_F_IDENTIFIER = _stc.STC_F_IDENTIFIER
700STC_F_WORD = _stc.STC_F_WORD
701STC_F_WORD2 = _stc.STC_F_WORD2
702STC_F_WORD3 = _stc.STC_F_WORD3
703STC_F_PREPROCESSOR = _stc.STC_F_PREPROCESSOR
704STC_F_OPERATOR2 = _stc.STC_F_OPERATOR2
705STC_F_LABEL = _stc.STC_F_LABEL
706STC_F_CONTINUATION = _stc.STC_F_CONTINUATION
707STC_CSS_DEFAULT = _stc.STC_CSS_DEFAULT
708STC_CSS_TAG = _stc.STC_CSS_TAG
709STC_CSS_CLASS = _stc.STC_CSS_CLASS
710STC_CSS_PSEUDOCLASS = _stc.STC_CSS_PSEUDOCLASS
711STC_CSS_UNKNOWN_PSEUDOCLASS = _stc.STC_CSS_UNKNOWN_PSEUDOCLASS
712STC_CSS_OPERATOR = _stc.STC_CSS_OPERATOR
713STC_CSS_IDENTIFIER = _stc.STC_CSS_IDENTIFIER
714STC_CSS_UNKNOWN_IDENTIFIER = _stc.STC_CSS_UNKNOWN_IDENTIFIER
715STC_CSS_VALUE = _stc.STC_CSS_VALUE
716STC_CSS_COMMENT = _stc.STC_CSS_COMMENT
717STC_CSS_ID = _stc.STC_CSS_ID
718STC_CSS_IMPORTANT = _stc.STC_CSS_IMPORTANT
719STC_CSS_DIRECTIVE = _stc.STC_CSS_DIRECTIVE
720STC_CSS_DOUBLESTRING = _stc.STC_CSS_DOUBLESTRING
721STC_CSS_SINGLESTRING = _stc.STC_CSS_SINGLESTRING
53aa7709 722STC_CSS_IDENTIFIER2 = _stc.STC_CSS_IDENTIFIER2
d14a1e28
RD
723STC_POV_DEFAULT = _stc.STC_POV_DEFAULT
724STC_POV_COMMENT = _stc.STC_POV_COMMENT
725STC_POV_COMMENTLINE = _stc.STC_POV_COMMENTLINE
726STC_POV_NUMBER = _stc.STC_POV_NUMBER
727STC_POV_OPERATOR = _stc.STC_POV_OPERATOR
728STC_POV_IDENTIFIER = _stc.STC_POV_IDENTIFIER
729STC_POV_STRING = _stc.STC_POV_STRING
730STC_POV_STRINGEOL = _stc.STC_POV_STRINGEOL
731STC_POV_DIRECTIVE = _stc.STC_POV_DIRECTIVE
732STC_POV_BADDIRECTIVE = _stc.STC_POV_BADDIRECTIVE
733STC_POV_WORD2 = _stc.STC_POV_WORD2
734STC_POV_WORD3 = _stc.STC_POV_WORD3
735STC_POV_WORD4 = _stc.STC_POV_WORD4
736STC_POV_WORD5 = _stc.STC_POV_WORD5
737STC_POV_WORD6 = _stc.STC_POV_WORD6
738STC_POV_WORD7 = _stc.STC_POV_WORD7
739STC_POV_WORD8 = _stc.STC_POV_WORD8
740STC_LOUT_DEFAULT = _stc.STC_LOUT_DEFAULT
741STC_LOUT_COMMENT = _stc.STC_LOUT_COMMENT
742STC_LOUT_NUMBER = _stc.STC_LOUT_NUMBER
743STC_LOUT_WORD = _stc.STC_LOUT_WORD
744STC_LOUT_WORD2 = _stc.STC_LOUT_WORD2
745STC_LOUT_WORD3 = _stc.STC_LOUT_WORD3
746STC_LOUT_WORD4 = _stc.STC_LOUT_WORD4
747STC_LOUT_STRING = _stc.STC_LOUT_STRING
748STC_LOUT_OPERATOR = _stc.STC_LOUT_OPERATOR
749STC_LOUT_IDENTIFIER = _stc.STC_LOUT_IDENTIFIER
750STC_LOUT_STRINGEOL = _stc.STC_LOUT_STRINGEOL
751STC_ESCRIPT_DEFAULT = _stc.STC_ESCRIPT_DEFAULT
752STC_ESCRIPT_COMMENT = _stc.STC_ESCRIPT_COMMENT
753STC_ESCRIPT_COMMENTLINE = _stc.STC_ESCRIPT_COMMENTLINE
754STC_ESCRIPT_COMMENTDOC = _stc.STC_ESCRIPT_COMMENTDOC
755STC_ESCRIPT_NUMBER = _stc.STC_ESCRIPT_NUMBER
756STC_ESCRIPT_WORD = _stc.STC_ESCRIPT_WORD
757STC_ESCRIPT_STRING = _stc.STC_ESCRIPT_STRING
758STC_ESCRIPT_OPERATOR = _stc.STC_ESCRIPT_OPERATOR
759STC_ESCRIPT_IDENTIFIER = _stc.STC_ESCRIPT_IDENTIFIER
760STC_ESCRIPT_BRACE = _stc.STC_ESCRIPT_BRACE
761STC_ESCRIPT_WORD2 = _stc.STC_ESCRIPT_WORD2
762STC_ESCRIPT_WORD3 = _stc.STC_ESCRIPT_WORD3
763STC_PS_DEFAULT = _stc.STC_PS_DEFAULT
764STC_PS_COMMENT = _stc.STC_PS_COMMENT
765STC_PS_DSC_COMMENT = _stc.STC_PS_DSC_COMMENT
766STC_PS_DSC_VALUE = _stc.STC_PS_DSC_VALUE
767STC_PS_NUMBER = _stc.STC_PS_NUMBER
768STC_PS_NAME = _stc.STC_PS_NAME
769STC_PS_KEYWORD = _stc.STC_PS_KEYWORD
770STC_PS_LITERAL = _stc.STC_PS_LITERAL
771STC_PS_IMMEVAL = _stc.STC_PS_IMMEVAL
772STC_PS_PAREN_ARRAY = _stc.STC_PS_PAREN_ARRAY
773STC_PS_PAREN_DICT = _stc.STC_PS_PAREN_DICT
774STC_PS_PAREN_PROC = _stc.STC_PS_PAREN_PROC
775STC_PS_TEXT = _stc.STC_PS_TEXT
776STC_PS_HEXSTRING = _stc.STC_PS_HEXSTRING
777STC_PS_BASE85STRING = _stc.STC_PS_BASE85STRING
778STC_PS_BADSTRINGCHAR = _stc.STC_PS_BADSTRINGCHAR
779STC_NSIS_DEFAULT = _stc.STC_NSIS_DEFAULT
780STC_NSIS_COMMENT = _stc.STC_NSIS_COMMENT
781STC_NSIS_STRINGDQ = _stc.STC_NSIS_STRINGDQ
782STC_NSIS_STRINGLQ = _stc.STC_NSIS_STRINGLQ
783STC_NSIS_STRINGRQ = _stc.STC_NSIS_STRINGRQ
784STC_NSIS_FUNCTION = _stc.STC_NSIS_FUNCTION
785STC_NSIS_VARIABLE = _stc.STC_NSIS_VARIABLE
786STC_NSIS_LABEL = _stc.STC_NSIS_LABEL
787STC_NSIS_USERDEFINED = _stc.STC_NSIS_USERDEFINED
788STC_NSIS_SECTIONDEF = _stc.STC_NSIS_SECTIONDEF
789STC_NSIS_SUBSECTIONDEF = _stc.STC_NSIS_SUBSECTIONDEF
790STC_NSIS_IFDEFINEDEF = _stc.STC_NSIS_IFDEFINEDEF
791STC_NSIS_MACRODEF = _stc.STC_NSIS_MACRODEF
792STC_NSIS_STRINGVAR = _stc.STC_NSIS_STRINGVAR
5e483524 793STC_NSIS_NUMBER = _stc.STC_NSIS_NUMBER
d14a1e28
RD
794STC_MMIXAL_LEADWS = _stc.STC_MMIXAL_LEADWS
795STC_MMIXAL_COMMENT = _stc.STC_MMIXAL_COMMENT
796STC_MMIXAL_LABEL = _stc.STC_MMIXAL_LABEL
797STC_MMIXAL_OPCODE = _stc.STC_MMIXAL_OPCODE
798STC_MMIXAL_OPCODE_PRE = _stc.STC_MMIXAL_OPCODE_PRE
799STC_MMIXAL_OPCODE_VALID = _stc.STC_MMIXAL_OPCODE_VALID
800STC_MMIXAL_OPCODE_UNKNOWN = _stc.STC_MMIXAL_OPCODE_UNKNOWN
801STC_MMIXAL_OPCODE_POST = _stc.STC_MMIXAL_OPCODE_POST
802STC_MMIXAL_OPERANDS = _stc.STC_MMIXAL_OPERANDS
803STC_MMIXAL_NUMBER = _stc.STC_MMIXAL_NUMBER
804STC_MMIXAL_REF = _stc.STC_MMIXAL_REF
805STC_MMIXAL_CHAR = _stc.STC_MMIXAL_CHAR
806STC_MMIXAL_STRING = _stc.STC_MMIXAL_STRING
807STC_MMIXAL_REGISTER = _stc.STC_MMIXAL_REGISTER
808STC_MMIXAL_HEX = _stc.STC_MMIXAL_HEX
809STC_MMIXAL_OPERATOR = _stc.STC_MMIXAL_OPERATOR
810STC_MMIXAL_SYMBOL = _stc.STC_MMIXAL_SYMBOL
811STC_MMIXAL_INCLUDE = _stc.STC_MMIXAL_INCLUDE
96b3fa7c
RD
812STC_CLW_DEFAULT = _stc.STC_CLW_DEFAULT
813STC_CLW_LABEL = _stc.STC_CLW_LABEL
814STC_CLW_COMMENT = _stc.STC_CLW_COMMENT
815STC_CLW_STRING = _stc.STC_CLW_STRING
816STC_CLW_USER_IDENTIFIER = _stc.STC_CLW_USER_IDENTIFIER
817STC_CLW_INTEGER_CONSTANT = _stc.STC_CLW_INTEGER_CONSTANT
818STC_CLW_REAL_CONSTANT = _stc.STC_CLW_REAL_CONSTANT
819STC_CLW_PICTURE_STRING = _stc.STC_CLW_PICTURE_STRING
820STC_CLW_KEYWORD = _stc.STC_CLW_KEYWORD
821STC_CLW_COMPILER_DIRECTIVE = _stc.STC_CLW_COMPILER_DIRECTIVE
822STC_CLW_BUILTIN_PROCEDURES_FUNCTION = _stc.STC_CLW_BUILTIN_PROCEDURES_FUNCTION
823STC_CLW_STRUCTURE_DATA_TYPE = _stc.STC_CLW_STRUCTURE_DATA_TYPE
824STC_CLW_ATTRIBUTE = _stc.STC_CLW_ATTRIBUTE
825STC_CLW_STANDARD_EQUATE = _stc.STC_CLW_STANDARD_EQUATE
826STC_CLW_ERROR = _stc.STC_CLW_ERROR
827STC_LOT_DEFAULT = _stc.STC_LOT_DEFAULT
828STC_LOT_HEADER = _stc.STC_LOT_HEADER
829STC_LOT_BREAK = _stc.STC_LOT_BREAK
830STC_LOT_SET = _stc.STC_LOT_SET
831STC_LOT_PASS = _stc.STC_LOT_PASS
832STC_LOT_FAIL = _stc.STC_LOT_FAIL
833STC_LOT_ABORT = _stc.STC_LOT_ABORT
834STC_YAML_DEFAULT = _stc.STC_YAML_DEFAULT
835STC_YAML_COMMENT = _stc.STC_YAML_COMMENT
836STC_YAML_IDENTIFIER = _stc.STC_YAML_IDENTIFIER
837STC_YAML_KEYWORD = _stc.STC_YAML_KEYWORD
838STC_YAML_NUMBER = _stc.STC_YAML_NUMBER
839STC_YAML_REFERENCE = _stc.STC_YAML_REFERENCE
840STC_YAML_DOCUMENT = _stc.STC_YAML_DOCUMENT
841STC_YAML_TEXT = _stc.STC_YAML_TEXT
842STC_YAML_ERROR = _stc.STC_YAML_ERROR
843STC_TEX_DEFAULT = _stc.STC_TEX_DEFAULT
844STC_TEX_SPECIAL = _stc.STC_TEX_SPECIAL
845STC_TEX_GROUP = _stc.STC_TEX_GROUP
846STC_TEX_SYMBOL = _stc.STC_TEX_SYMBOL
847STC_TEX_COMMAND = _stc.STC_TEX_COMMAND
848STC_TEX_TEXT = _stc.STC_TEX_TEXT
849STC_METAPOST_DEFAULT = _stc.STC_METAPOST_DEFAULT
850STC_METAPOST_SPECIAL = _stc.STC_METAPOST_SPECIAL
851STC_METAPOST_GROUP = _stc.STC_METAPOST_GROUP
852STC_METAPOST_SYMBOL = _stc.STC_METAPOST_SYMBOL
853STC_METAPOST_COMMAND = _stc.STC_METAPOST_COMMAND
854STC_METAPOST_TEXT = _stc.STC_METAPOST_TEXT
855STC_METAPOST_EXTRA = _stc.STC_METAPOST_EXTRA
856STC_ERLANG_DEFAULT = _stc.STC_ERLANG_DEFAULT
857STC_ERLANG_COMMENT = _stc.STC_ERLANG_COMMENT
858STC_ERLANG_VARIABLE = _stc.STC_ERLANG_VARIABLE
859STC_ERLANG_NUMBER = _stc.STC_ERLANG_NUMBER
860STC_ERLANG_KEYWORD = _stc.STC_ERLANG_KEYWORD
861STC_ERLANG_STRING = _stc.STC_ERLANG_STRING
862STC_ERLANG_OPERATOR = _stc.STC_ERLANG_OPERATOR
863STC_ERLANG_ATOM = _stc.STC_ERLANG_ATOM
864STC_ERLANG_FUNCTION_NAME = _stc.STC_ERLANG_FUNCTION_NAME
865STC_ERLANG_CHARACTER = _stc.STC_ERLANG_CHARACTER
866STC_ERLANG_MACRO = _stc.STC_ERLANG_MACRO
867STC_ERLANG_RECORD = _stc.STC_ERLANG_RECORD
868STC_ERLANG_SEPARATOR = _stc.STC_ERLANG_SEPARATOR
869STC_ERLANG_NODE_NAME = _stc.STC_ERLANG_NODE_NAME
870STC_ERLANG_UNKNOWN = _stc.STC_ERLANG_UNKNOWN
5e483524
RD
871STC_MSSQL_DEFAULT = _stc.STC_MSSQL_DEFAULT
872STC_MSSQL_COMMENT = _stc.STC_MSSQL_COMMENT
873STC_MSSQL_LINE_COMMENT = _stc.STC_MSSQL_LINE_COMMENT
874STC_MSSQL_NUMBER = _stc.STC_MSSQL_NUMBER
875STC_MSSQL_STRING = _stc.STC_MSSQL_STRING
876STC_MSSQL_OPERATOR = _stc.STC_MSSQL_OPERATOR
877STC_MSSQL_IDENTIFIER = _stc.STC_MSSQL_IDENTIFIER
878STC_MSSQL_VARIABLE = _stc.STC_MSSQL_VARIABLE
879STC_MSSQL_COLUMN_NAME = _stc.STC_MSSQL_COLUMN_NAME
880STC_MSSQL_STATEMENT = _stc.STC_MSSQL_STATEMENT
881STC_MSSQL_DATATYPE = _stc.STC_MSSQL_DATATYPE
882STC_MSSQL_SYSTABLE = _stc.STC_MSSQL_SYSTABLE
883STC_MSSQL_GLOBAL_VARIABLE = _stc.STC_MSSQL_GLOBAL_VARIABLE
884STC_MSSQL_FUNCTION = _stc.STC_MSSQL_FUNCTION
885STC_MSSQL_STORED_PROCEDURE = _stc.STC_MSSQL_STORED_PROCEDURE
886STC_MSSQL_DEFAULT_PREF_DATATYPE = _stc.STC_MSSQL_DEFAULT_PREF_DATATYPE
887STC_MSSQL_COLUMN_NAME_2 = _stc.STC_MSSQL_COLUMN_NAME_2
888STC_V_DEFAULT = _stc.STC_V_DEFAULT
889STC_V_COMMENT = _stc.STC_V_COMMENT
890STC_V_COMMENTLINE = _stc.STC_V_COMMENTLINE
891STC_V_COMMENTLINEBANG = _stc.STC_V_COMMENTLINEBANG
892STC_V_NUMBER = _stc.STC_V_NUMBER
893STC_V_WORD = _stc.STC_V_WORD
894STC_V_STRING = _stc.STC_V_STRING
895STC_V_WORD2 = _stc.STC_V_WORD2
896STC_V_WORD3 = _stc.STC_V_WORD3
897STC_V_PREPROCESSOR = _stc.STC_V_PREPROCESSOR
898STC_V_OPERATOR = _stc.STC_V_OPERATOR
899STC_V_IDENTIFIER = _stc.STC_V_IDENTIFIER
900STC_V_STRINGEOL = _stc.STC_V_STRINGEOL
901STC_V_USER = _stc.STC_V_USER
902STC_KIX_DEFAULT = _stc.STC_KIX_DEFAULT
903STC_KIX_COMMENT = _stc.STC_KIX_COMMENT
904STC_KIX_STRING1 = _stc.STC_KIX_STRING1
905STC_KIX_STRING2 = _stc.STC_KIX_STRING2
906STC_KIX_NUMBER = _stc.STC_KIX_NUMBER
907STC_KIX_VAR = _stc.STC_KIX_VAR
908STC_KIX_MACRO = _stc.STC_KIX_MACRO
909STC_KIX_KEYWORD = _stc.STC_KIX_KEYWORD
910STC_KIX_FUNCTIONS = _stc.STC_KIX_FUNCTIONS
911STC_KIX_OPERATOR = _stc.STC_KIX_OPERATOR
912STC_KIX_IDENTIFIER = _stc.STC_KIX_IDENTIFIER
913STC_GC_DEFAULT = _stc.STC_GC_DEFAULT
914STC_GC_COMMENTLINE = _stc.STC_GC_COMMENTLINE
915STC_GC_COMMENTBLOCK = _stc.STC_GC_COMMENTBLOCK
916STC_GC_GLOBAL = _stc.STC_GC_GLOBAL
917STC_GC_EVENT = _stc.STC_GC_EVENT
918STC_GC_ATTRIBUTE = _stc.STC_GC_ATTRIBUTE
919STC_GC_CONTROL = _stc.STC_GC_CONTROL
920STC_GC_COMMAND = _stc.STC_GC_COMMAND
921STC_GC_STRING = _stc.STC_GC_STRING
922STC_GC_OPERATOR = _stc.STC_GC_OPERATOR
923STC_SN_DEFAULT = _stc.STC_SN_DEFAULT
924STC_SN_CODE = _stc.STC_SN_CODE
925STC_SN_COMMENTLINE = _stc.STC_SN_COMMENTLINE
926STC_SN_COMMENTLINEBANG = _stc.STC_SN_COMMENTLINEBANG
927STC_SN_NUMBER = _stc.STC_SN_NUMBER
928STC_SN_WORD = _stc.STC_SN_WORD
929STC_SN_STRING = _stc.STC_SN_STRING
930STC_SN_WORD2 = _stc.STC_SN_WORD2
931STC_SN_WORD3 = _stc.STC_SN_WORD3
932STC_SN_PREPROCESSOR = _stc.STC_SN_PREPROCESSOR
933STC_SN_OPERATOR = _stc.STC_SN_OPERATOR
934STC_SN_IDENTIFIER = _stc.STC_SN_IDENTIFIER
935STC_SN_STRINGEOL = _stc.STC_SN_STRINGEOL
936STC_SN_REGEXTAG = _stc.STC_SN_REGEXTAG
937STC_SN_SIGNAL = _stc.STC_SN_SIGNAL
938STC_SN_USER = _stc.STC_SN_USER
939STC_AU3_DEFAULT = _stc.STC_AU3_DEFAULT
940STC_AU3_COMMENT = _stc.STC_AU3_COMMENT
941STC_AU3_COMMENTBLOCK = _stc.STC_AU3_COMMENTBLOCK
942STC_AU3_NUMBER = _stc.STC_AU3_NUMBER
943STC_AU3_FUNCTION = _stc.STC_AU3_FUNCTION
944STC_AU3_KEYWORD = _stc.STC_AU3_KEYWORD
945STC_AU3_MACRO = _stc.STC_AU3_MACRO
946STC_AU3_STRING = _stc.STC_AU3_STRING
947STC_AU3_OPERATOR = _stc.STC_AU3_OPERATOR
948STC_AU3_VARIABLE = _stc.STC_AU3_VARIABLE
949STC_AU3_SENT = _stc.STC_AU3_SENT
950STC_AU3_PREPROCESSOR = _stc.STC_AU3_PREPROCESSOR
53aa7709 951STC_AU3_SPECIAL = _stc.STC_AU3_SPECIAL
5e483524
RD
952STC_APDL_DEFAULT = _stc.STC_APDL_DEFAULT
953STC_APDL_COMMENT = _stc.STC_APDL_COMMENT
954STC_APDL_COMMENTBLOCK = _stc.STC_APDL_COMMENTBLOCK
955STC_APDL_NUMBER = _stc.STC_APDL_NUMBER
956STC_APDL_STRING = _stc.STC_APDL_STRING
53aa7709 957STC_APDL_OPERATOR = _stc.STC_APDL_OPERATOR
5e483524 958STC_APDL_WORD = _stc.STC_APDL_WORD
5e483524 959STC_APDL_PROCESSOR = _stc.STC_APDL_PROCESSOR
53aa7709
RD
960STC_APDL_COMMAND = _stc.STC_APDL_COMMAND
961STC_APDL_SLASHCOMMAND = _stc.STC_APDL_SLASHCOMMAND
962STC_APDL_STARCOMMAND = _stc.STC_APDL_STARCOMMAND
963STC_APDL_ARGUMENT = _stc.STC_APDL_ARGUMENT
5e483524
RD
964STC_APDL_FUNCTION = _stc.STC_APDL_FUNCTION
965STC_SH_DEFAULT = _stc.STC_SH_DEFAULT
966STC_SH_ERROR = _stc.STC_SH_ERROR
967STC_SH_COMMENTLINE = _stc.STC_SH_COMMENTLINE
968STC_SH_NUMBER = _stc.STC_SH_NUMBER
969STC_SH_WORD = _stc.STC_SH_WORD
970STC_SH_STRING = _stc.STC_SH_STRING
971STC_SH_CHARACTER = _stc.STC_SH_CHARACTER
972STC_SH_OPERATOR = _stc.STC_SH_OPERATOR
973STC_SH_IDENTIFIER = _stc.STC_SH_IDENTIFIER
974STC_SH_SCALAR = _stc.STC_SH_SCALAR
975STC_SH_PARAM = _stc.STC_SH_PARAM
976STC_SH_BACKTICKS = _stc.STC_SH_BACKTICKS
977STC_SH_HERE_DELIM = _stc.STC_SH_HERE_DELIM
978STC_SH_HERE_Q = _stc.STC_SH_HERE_Q
53aa7709
RD
979STC_ASN1_DEFAULT = _stc.STC_ASN1_DEFAULT
980STC_ASN1_COMMENT = _stc.STC_ASN1_COMMENT
981STC_ASN1_IDENTIFIER = _stc.STC_ASN1_IDENTIFIER
982STC_ASN1_STRING = _stc.STC_ASN1_STRING
983STC_ASN1_OID = _stc.STC_ASN1_OID
984STC_ASN1_SCALAR = _stc.STC_ASN1_SCALAR
985STC_ASN1_KEYWORD = _stc.STC_ASN1_KEYWORD
986STC_ASN1_ATTRIBUTE = _stc.STC_ASN1_ATTRIBUTE
987STC_ASN1_DESCRIPTOR = _stc.STC_ASN1_DESCRIPTOR
988STC_ASN1_TYPE = _stc.STC_ASN1_TYPE
989STC_ASN1_OPERATOR = _stc.STC_ASN1_OPERATOR
990STC_VHDL_DEFAULT = _stc.STC_VHDL_DEFAULT
991STC_VHDL_COMMENT = _stc.STC_VHDL_COMMENT
992STC_VHDL_COMMENTLINEBANG = _stc.STC_VHDL_COMMENTLINEBANG
993STC_VHDL_NUMBER = _stc.STC_VHDL_NUMBER
994STC_VHDL_STRING = _stc.STC_VHDL_STRING
995STC_VHDL_OPERATOR = _stc.STC_VHDL_OPERATOR
996STC_VHDL_IDENTIFIER = _stc.STC_VHDL_IDENTIFIER
997STC_VHDL_STRINGEOL = _stc.STC_VHDL_STRINGEOL
998STC_VHDL_KEYWORD = _stc.STC_VHDL_KEYWORD
999STC_VHDL_STDOPERATOR = _stc.STC_VHDL_STDOPERATOR
1000STC_VHDL_ATTRIBUTE = _stc.STC_VHDL_ATTRIBUTE
1001STC_VHDL_STDFUNCTION = _stc.STC_VHDL_STDFUNCTION
1002STC_VHDL_STDPACKAGE = _stc.STC_VHDL_STDPACKAGE
1003STC_VHDL_STDTYPE = _stc.STC_VHDL_STDTYPE
1004STC_VHDL_USERWORD = _stc.STC_VHDL_USERWORD
d14a1e28
RD
1005STC_CMD_REDO = _stc.STC_CMD_REDO
1006STC_CMD_SELECTALL = _stc.STC_CMD_SELECTALL
1007STC_CMD_UNDO = _stc.STC_CMD_UNDO
1008STC_CMD_CUT = _stc.STC_CMD_CUT
1009STC_CMD_COPY = _stc.STC_CMD_COPY
1010STC_CMD_PASTE = _stc.STC_CMD_PASTE
1011STC_CMD_CLEAR = _stc.STC_CMD_CLEAR
1012STC_CMD_LINEDOWN = _stc.STC_CMD_LINEDOWN
1013STC_CMD_LINEDOWNEXTEND = _stc.STC_CMD_LINEDOWNEXTEND
1014STC_CMD_LINEUP = _stc.STC_CMD_LINEUP
1015STC_CMD_LINEUPEXTEND = _stc.STC_CMD_LINEUPEXTEND
1016STC_CMD_CHARLEFT = _stc.STC_CMD_CHARLEFT
1017STC_CMD_CHARLEFTEXTEND = _stc.STC_CMD_CHARLEFTEXTEND
1018STC_CMD_CHARRIGHT = _stc.STC_CMD_CHARRIGHT
1019STC_CMD_CHARRIGHTEXTEND = _stc.STC_CMD_CHARRIGHTEXTEND
1020STC_CMD_WORDLEFT = _stc.STC_CMD_WORDLEFT
1021STC_CMD_WORDLEFTEXTEND = _stc.STC_CMD_WORDLEFTEXTEND
1022STC_CMD_WORDRIGHT = _stc.STC_CMD_WORDRIGHT
1023STC_CMD_WORDRIGHTEXTEND = _stc.STC_CMD_WORDRIGHTEXTEND
1024STC_CMD_HOME = _stc.STC_CMD_HOME
1025STC_CMD_HOMEEXTEND = _stc.STC_CMD_HOMEEXTEND
1026STC_CMD_LINEEND = _stc.STC_CMD_LINEEND
1027STC_CMD_LINEENDEXTEND = _stc.STC_CMD_LINEENDEXTEND
1028STC_CMD_DOCUMENTSTART = _stc.STC_CMD_DOCUMENTSTART
1029STC_CMD_DOCUMENTSTARTEXTEND = _stc.STC_CMD_DOCUMENTSTARTEXTEND
1030STC_CMD_DOCUMENTEND = _stc.STC_CMD_DOCUMENTEND
1031STC_CMD_DOCUMENTENDEXTEND = _stc.STC_CMD_DOCUMENTENDEXTEND
1032STC_CMD_PAGEUP = _stc.STC_CMD_PAGEUP
1033STC_CMD_PAGEUPEXTEND = _stc.STC_CMD_PAGEUPEXTEND
1034STC_CMD_PAGEDOWN = _stc.STC_CMD_PAGEDOWN
1035STC_CMD_PAGEDOWNEXTEND = _stc.STC_CMD_PAGEDOWNEXTEND
1036STC_CMD_EDITTOGGLEOVERTYPE = _stc.STC_CMD_EDITTOGGLEOVERTYPE
1037STC_CMD_CANCEL = _stc.STC_CMD_CANCEL
1038STC_CMD_DELETEBACK = _stc.STC_CMD_DELETEBACK
1039STC_CMD_TAB = _stc.STC_CMD_TAB
1040STC_CMD_BACKTAB = _stc.STC_CMD_BACKTAB
1041STC_CMD_NEWLINE = _stc.STC_CMD_NEWLINE
1042STC_CMD_FORMFEED = _stc.STC_CMD_FORMFEED
1043STC_CMD_VCHOME = _stc.STC_CMD_VCHOME
1044STC_CMD_VCHOMEEXTEND = _stc.STC_CMD_VCHOMEEXTEND
1045STC_CMD_ZOOMIN = _stc.STC_CMD_ZOOMIN
1046STC_CMD_ZOOMOUT = _stc.STC_CMD_ZOOMOUT
1047STC_CMD_DELWORDLEFT = _stc.STC_CMD_DELWORDLEFT
1048STC_CMD_DELWORDRIGHT = _stc.STC_CMD_DELWORDRIGHT
1049STC_CMD_LINECUT = _stc.STC_CMD_LINECUT
1050STC_CMD_LINEDELETE = _stc.STC_CMD_LINEDELETE
1051STC_CMD_LINETRANSPOSE = _stc.STC_CMD_LINETRANSPOSE
1052STC_CMD_LINEDUPLICATE = _stc.STC_CMD_LINEDUPLICATE
1053STC_CMD_LOWERCASE = _stc.STC_CMD_LOWERCASE
1054STC_CMD_UPPERCASE = _stc.STC_CMD_UPPERCASE
1055STC_CMD_LINESCROLLDOWN = _stc.STC_CMD_LINESCROLLDOWN
1056STC_CMD_LINESCROLLUP = _stc.STC_CMD_LINESCROLLUP
1057STC_CMD_DELETEBACKNOTLINE = _stc.STC_CMD_DELETEBACKNOTLINE
1058STC_CMD_HOMEDISPLAY = _stc.STC_CMD_HOMEDISPLAY
1059STC_CMD_HOMEDISPLAYEXTEND = _stc.STC_CMD_HOMEDISPLAYEXTEND
1060STC_CMD_LINEENDDISPLAY = _stc.STC_CMD_LINEENDDISPLAY
1061STC_CMD_LINEENDDISPLAYEXTEND = _stc.STC_CMD_LINEENDDISPLAYEXTEND
1062STC_CMD_HOMEWRAP = _stc.STC_CMD_HOMEWRAP
1063STC_CMD_HOMEWRAPEXTEND = _stc.STC_CMD_HOMEWRAPEXTEND
1064STC_CMD_LINEENDWRAP = _stc.STC_CMD_LINEENDWRAP
1065STC_CMD_LINEENDWRAPEXTEND = _stc.STC_CMD_LINEENDWRAPEXTEND
1066STC_CMD_VCHOMEWRAP = _stc.STC_CMD_VCHOMEWRAP
1067STC_CMD_VCHOMEWRAPEXTEND = _stc.STC_CMD_VCHOMEWRAPEXTEND
4276dc52 1068STC_CMD_LINECOPY = _stc.STC_CMD_LINECOPY
d14a1e28
RD
1069STC_CMD_WORDPARTLEFT = _stc.STC_CMD_WORDPARTLEFT
1070STC_CMD_WORDPARTLEFTEXTEND = _stc.STC_CMD_WORDPARTLEFTEXTEND
1071STC_CMD_WORDPARTRIGHT = _stc.STC_CMD_WORDPARTRIGHT
1072STC_CMD_WORDPARTRIGHTEXTEND = _stc.STC_CMD_WORDPARTRIGHTEXTEND
1073STC_CMD_DELLINELEFT = _stc.STC_CMD_DELLINELEFT
1074STC_CMD_DELLINERIGHT = _stc.STC_CMD_DELLINERIGHT
1075STC_CMD_PARADOWN = _stc.STC_CMD_PARADOWN
1076STC_CMD_PARADOWNEXTEND = _stc.STC_CMD_PARADOWNEXTEND
1077STC_CMD_PARAUP = _stc.STC_CMD_PARAUP
1078STC_CMD_PARAUPEXTEND = _stc.STC_CMD_PARAUPEXTEND
96b3fa7c
RD
1079STC_CMD_LINEDOWNRECTEXTEND = _stc.STC_CMD_LINEDOWNRECTEXTEND
1080STC_CMD_LINEUPRECTEXTEND = _stc.STC_CMD_LINEUPRECTEXTEND
1081STC_CMD_CHARLEFTRECTEXTEND = _stc.STC_CMD_CHARLEFTRECTEXTEND
1082STC_CMD_CHARRIGHTRECTEXTEND = _stc.STC_CMD_CHARRIGHTRECTEXTEND
1083STC_CMD_HOMERECTEXTEND = _stc.STC_CMD_HOMERECTEXTEND
1084STC_CMD_VCHOMERECTEXTEND = _stc.STC_CMD_VCHOMERECTEXTEND
1085STC_CMD_LINEENDRECTEXTEND = _stc.STC_CMD_LINEENDRECTEXTEND
1086STC_CMD_PAGEUPRECTEXTEND = _stc.STC_CMD_PAGEUPRECTEXTEND
1087STC_CMD_PAGEDOWNRECTEXTEND = _stc.STC_CMD_PAGEDOWNRECTEXTEND
1088STC_CMD_STUTTEREDPAGEUP = _stc.STC_CMD_STUTTEREDPAGEUP
1089STC_CMD_STUTTEREDPAGEUPEXTEND = _stc.STC_CMD_STUTTEREDPAGEUPEXTEND
1090STC_CMD_STUTTEREDPAGEDOWN = _stc.STC_CMD_STUTTEREDPAGEDOWN
1091STC_CMD_STUTTEREDPAGEDOWNEXTEND = _stc.STC_CMD_STUTTEREDPAGEDOWNEXTEND
1092STC_CMD_WORDLEFTEND = _stc.STC_CMD_WORDLEFTEND
1093STC_CMD_WORDLEFTENDEXTEND = _stc.STC_CMD_WORDLEFTENDEXTEND
1094STC_CMD_WORDRIGHTEND = _stc.STC_CMD_WORDRIGHTEND
1095STC_CMD_WORDRIGHTENDEXTEND = _stc.STC_CMD_WORDRIGHTENDEXTEND
d55e5bfc 1096class StyledTextCtrl(_core.Control):
36ed4f51 1097 """Proxy of C++ StyledTextCtrl class"""
e811c8ce
RD
1098 def __repr__(self):
1099 return "<%s.%s; proxy of C++ wxStyledTextCtrl instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
d14a1e28 1100 def __init__(self, *args, **kwargs):
0df68c9f 1101 """
bfddbb17
RD
1102 __init__(self, Window parent, int id=ID_ANY, Point pos=DefaultPosition,
1103 Size size=DefaultSize, long style=0, String name=STCNameStr) -> StyledTextCtrl
0df68c9f 1104 """
d14a1e28
RD
1105 newobj = _stc.new_StyledTextCtrl(*args, **kwargs)
1106 self.this = newobj.this
1107 self.thisown = 1
1108 del newobj.thisown
1109 self._setOORInfo(self)
e811c8ce
RD
1110
1111 def Create(*args, **kwargs):
0df68c9f 1112 """
bfddbb17 1113 Create(self, Window parent, int id=ID_ANY, Point pos=DefaultPosition,
66af7a75 1114 Size size=DefaultSize, long style=0, String name=wxSTCNameStr) -> bool
0df68c9f 1115 """
e811c8ce
RD
1116 return _stc.StyledTextCtrl_Create(*args, **kwargs)
1117
1118 def AddText(*args, **kwargs):
9ad7392b
RD
1119 """
1120 AddText(self, String text)
1121
1122 Add text to the document at current position.
1123 """
e811c8ce
RD
1124 return _stc.StyledTextCtrl_AddText(*args, **kwargs)
1125
1126 def AddStyledText(*args, **kwargs):
9ad7392b
RD
1127 """
1128 AddStyledText(self, wxMemoryBuffer data)
1129
1130 Add array of cells to document.
1131 """
e811c8ce
RD
1132 return _stc.StyledTextCtrl_AddStyledText(*args, **kwargs)
1133
1134 def InsertText(*args, **kwargs):
9ad7392b
RD
1135 """
1136 InsertText(self, int pos, String text)
1137
1138 Insert string at a position.
1139 """
e811c8ce
RD
1140 return _stc.StyledTextCtrl_InsertText(*args, **kwargs)
1141
1142 def ClearAll(*args, **kwargs):
9ad7392b
RD
1143 """
1144 ClearAll(self)
1145
1146 Delete all text in the document.
1147 """
e811c8ce
RD
1148 return _stc.StyledTextCtrl_ClearAll(*args, **kwargs)
1149
1150 def ClearDocumentStyle(*args, **kwargs):
9ad7392b
RD
1151 """
1152 ClearDocumentStyle(self)
1153
1154 Set all style bytes to 0, remove all folding information.
1155 """
e811c8ce
RD
1156 return _stc.StyledTextCtrl_ClearDocumentStyle(*args, **kwargs)
1157
1158 def GetLength(*args, **kwargs):
9ad7392b
RD
1159 """
1160 GetLength(self) -> int
1161
1162 Returns the number of characters in the document.
1163 """
e811c8ce
RD
1164 return _stc.StyledTextCtrl_GetLength(*args, **kwargs)
1165
1166 def GetCharAt(*args, **kwargs):
9ad7392b
RD
1167 """
1168 GetCharAt(self, int pos) -> int
1169
1170 Returns the character byte at the position.
1171 """
e811c8ce
RD
1172 return _stc.StyledTextCtrl_GetCharAt(*args, **kwargs)
1173
1174 def GetCurrentPos(*args, **kwargs):
9ad7392b
RD
1175 """
1176 GetCurrentPos(self) -> int
1177
1178 Returns the position of the caret.
1179 """
e811c8ce
RD
1180 return _stc.StyledTextCtrl_GetCurrentPos(*args, **kwargs)
1181
1182 def GetAnchor(*args, **kwargs):
9ad7392b
RD
1183 """
1184 GetAnchor(self) -> int
1185
1186 Returns the position of the opposite end of the selection to the caret.
1187 """
e811c8ce
RD
1188 return _stc.StyledTextCtrl_GetAnchor(*args, **kwargs)
1189
1190 def GetStyleAt(*args, **kwargs):
9ad7392b
RD
1191 """
1192 GetStyleAt(self, int pos) -> int
1193
1194 Returns the style byte at the position.
1195 """
e811c8ce
RD
1196 return _stc.StyledTextCtrl_GetStyleAt(*args, **kwargs)
1197
1198 def Redo(*args, **kwargs):
9ad7392b
RD
1199 """
1200 Redo(self)
1201
1202 Redoes the next action on the undo history.
1203 """
e811c8ce
RD
1204 return _stc.StyledTextCtrl_Redo(*args, **kwargs)
1205
1206 def SetUndoCollection(*args, **kwargs):
9ad7392b
RD
1207 """
1208 SetUndoCollection(self, bool collectUndo)
1209
1210 Choose between collecting actions into the undo
1211 history and discarding them.
1212 """
e811c8ce
RD
1213 return _stc.StyledTextCtrl_SetUndoCollection(*args, **kwargs)
1214
1215 def SelectAll(*args, **kwargs):
9ad7392b
RD
1216 """
1217 SelectAll(self)
1218
1219 Select all the text in the document.
1220 """
e811c8ce
RD
1221 return _stc.StyledTextCtrl_SelectAll(*args, **kwargs)
1222
1223 def SetSavePoint(*args, **kwargs):
9ad7392b
RD
1224 """
1225 SetSavePoint(self)
1226
1227 Remember the current position in the undo history as the position
1228 at which the document was saved.
1229 """
e811c8ce
RD
1230 return _stc.StyledTextCtrl_SetSavePoint(*args, **kwargs)
1231
1232 def GetStyledText(*args, **kwargs):
9ad7392b
RD
1233 """
1234 GetStyledText(self, int startPos, int endPos) -> wxMemoryBuffer
1235
1236 Retrieve a buffer of cells.
1237 """
e811c8ce
RD
1238 return _stc.StyledTextCtrl_GetStyledText(*args, **kwargs)
1239
1240 def CanRedo(*args, **kwargs):
9ad7392b
RD
1241 """
1242 CanRedo(self) -> bool
1243
1244 Are there any redoable actions in the undo history?
1245 """
e811c8ce
RD
1246 return _stc.StyledTextCtrl_CanRedo(*args, **kwargs)
1247
1248 def MarkerLineFromHandle(*args, **kwargs):
9ad7392b
RD
1249 """
1250 MarkerLineFromHandle(self, int handle) -> int
1251
1252 Retrieve the line number at which a particular marker is located.
1253 """
e811c8ce
RD
1254 return _stc.StyledTextCtrl_MarkerLineFromHandle(*args, **kwargs)
1255
1256 def MarkerDeleteHandle(*args, **kwargs):
9ad7392b
RD
1257 """
1258 MarkerDeleteHandle(self, int handle)
1259
1260 Delete a marker.
1261 """
e811c8ce
RD
1262 return _stc.StyledTextCtrl_MarkerDeleteHandle(*args, **kwargs)
1263
1264 def GetUndoCollection(*args, **kwargs):
9ad7392b
RD
1265 """
1266 GetUndoCollection(self) -> bool
1267
1268 Is undo history being collected?
1269 """
e811c8ce
RD
1270 return _stc.StyledTextCtrl_GetUndoCollection(*args, **kwargs)
1271
1272 def GetViewWhiteSpace(*args, **kwargs):
9ad7392b
RD
1273 """
1274 GetViewWhiteSpace(self) -> int
1275
1276 Are white space characters currently visible?
1277 Returns one of SCWS_* constants.
1278 """
e811c8ce
RD
1279 return _stc.StyledTextCtrl_GetViewWhiteSpace(*args, **kwargs)
1280
1281 def SetViewWhiteSpace(*args, **kwargs):
9ad7392b
RD
1282 """
1283 SetViewWhiteSpace(self, int viewWS)
1284
1285 Make white space characters invisible, always visible or visible outside indentation.
1286 """
e811c8ce
RD
1287 return _stc.StyledTextCtrl_SetViewWhiteSpace(*args, **kwargs)
1288
1289 def PositionFromPoint(*args, **kwargs):
9ad7392b
RD
1290 """
1291 PositionFromPoint(self, Point pt) -> int
1292
1293 Find the position from a point within the window.
1294 """
e811c8ce
RD
1295 return _stc.StyledTextCtrl_PositionFromPoint(*args, **kwargs)
1296
1297 def PositionFromPointClose(*args, **kwargs):
9ad7392b
RD
1298 """
1299 PositionFromPointClose(self, int x, int y) -> int
1300
1301 Find the position from a point within the window but return
1302 INVALID_POSITION if not close to text.
1303 """
e811c8ce
RD
1304 return _stc.StyledTextCtrl_PositionFromPointClose(*args, **kwargs)
1305
1306 def GotoLine(*args, **kwargs):
9ad7392b
RD
1307 """
1308 GotoLine(self, int line)
1309
1310 Set caret to start of a line and ensure it is visible.
1311 """
e811c8ce
RD
1312 return _stc.StyledTextCtrl_GotoLine(*args, **kwargs)
1313
1314 def GotoPos(*args, **kwargs):
9ad7392b
RD
1315 """
1316 GotoPos(self, int pos)
1317
1318 Set caret to a position and ensure it is visible.
1319 """
e811c8ce
RD
1320 return _stc.StyledTextCtrl_GotoPos(*args, **kwargs)
1321
1322 def SetAnchor(*args, **kwargs):
9ad7392b
RD
1323 """
1324 SetAnchor(self, int posAnchor)
1325
1326 Set the selection anchor to a position. The anchor is the opposite
1327 end of the selection from the caret.
1328 """
e811c8ce
RD
1329 return _stc.StyledTextCtrl_SetAnchor(*args, **kwargs)
1330
1331 def GetCurLine(*args, **kwargs):
9ad7392b
RD
1332 """
1333 GetCurLine(self) -> (text, pos)
1334
1335 Retrieve the text of the line containing the caret, and also theindex
1336 of the caret on the line.
1337 """
e811c8ce
RD
1338 return _stc.StyledTextCtrl_GetCurLine(*args, **kwargs)
1339
1340 def GetEndStyled(*args, **kwargs):
9ad7392b
RD
1341 """
1342 GetEndStyled(self) -> int
1343
1344 Retrieve the position of the last correctly styled character.
1345 """
e811c8ce
RD
1346 return _stc.StyledTextCtrl_GetEndStyled(*args, **kwargs)
1347
1348 def ConvertEOLs(*args, **kwargs):
9ad7392b
RD
1349 """
1350 ConvertEOLs(self, int eolMode)
1351
1352 Convert all line endings in the document to one mode.
1353 """
e811c8ce
RD
1354 return _stc.StyledTextCtrl_ConvertEOLs(*args, **kwargs)
1355
1356 def GetEOLMode(*args, **kwargs):
9ad7392b
RD
1357 """
1358 GetEOLMode(self) -> int
1359
1360 Retrieve the current end of line mode - one of CRLF, CR, or LF.
1361 """
e811c8ce
RD
1362 return _stc.StyledTextCtrl_GetEOLMode(*args, **kwargs)
1363
1364 def SetEOLMode(*args, **kwargs):
9ad7392b
RD
1365 """
1366 SetEOLMode(self, int eolMode)
1367
1368 Set the current end of line mode.
1369 """
e811c8ce
RD
1370 return _stc.StyledTextCtrl_SetEOLMode(*args, **kwargs)
1371
1372 def StartStyling(*args, **kwargs):
9ad7392b
RD
1373 """
1374 StartStyling(self, int pos, int mask)
1375
1376 Set the current styling position to pos and the styling mask to mask.
1377 The styling mask can be used to protect some bits in each styling byte from modification.
1378 """
e811c8ce
RD
1379 return _stc.StyledTextCtrl_StartStyling(*args, **kwargs)
1380
1381 def SetStyling(*args, **kwargs):
9ad7392b
RD
1382 """
1383 SetStyling(self, int length, int style)
1384
1385 Change style from current styling position for length characters to a style
1386 and move the current styling position to after this newly styled segment.
1387 """
e811c8ce
RD
1388 return _stc.StyledTextCtrl_SetStyling(*args, **kwargs)
1389
1390 def GetBufferedDraw(*args, **kwargs):
9ad7392b
RD
1391 """
1392 GetBufferedDraw(self) -> bool
1393
1394 Is drawing done first into a buffer or direct to the screen?
1395 """
e811c8ce
RD
1396 return _stc.StyledTextCtrl_GetBufferedDraw(*args, **kwargs)
1397
1398 def SetBufferedDraw(*args, **kwargs):
9ad7392b
RD
1399 """
1400 SetBufferedDraw(self, bool buffered)
1401
1402 If drawing is buffered then each line of text is drawn into a bitmap buffer
1403 before drawing it to the screen to avoid flicker.
1404 """
e811c8ce
RD
1405 return _stc.StyledTextCtrl_SetBufferedDraw(*args, **kwargs)
1406
1407 def SetTabWidth(*args, **kwargs):
9ad7392b
RD
1408 """
1409 SetTabWidth(self, int tabWidth)
1410
1411 Change the visible size of a tab to be a multiple of the width of a space character.
1412 """
e811c8ce
RD
1413 return _stc.StyledTextCtrl_SetTabWidth(*args, **kwargs)
1414
1415 def GetTabWidth(*args, **kwargs):
9ad7392b
RD
1416 """
1417 GetTabWidth(self) -> int
1418
1419 Retrieve the visible size of a tab.
1420 """
e811c8ce
RD
1421 return _stc.StyledTextCtrl_GetTabWidth(*args, **kwargs)
1422
1423 def SetCodePage(*args, **kwargs):
9ad7392b
RD
1424 """
1425 SetCodePage(self, int codePage)
1426
1427 Set the code page used to interpret the bytes of the document as characters.
1428 """
e811c8ce
RD
1429 return _stc.StyledTextCtrl_SetCodePage(*args, **kwargs)
1430
1431 def MarkerDefine(*args, **kwargs):
0df68c9f 1432 """
a95a7133 1433 MarkerDefine(self, int markerNumber, int markerSymbol, Colour foreground=wxNullColour,
196addbf 1434 Colour background=wxNullColour)
9ad7392b
RD
1435
1436 Set the symbol used for a particular marker number,
1437 and optionally the fore and background colours.
0df68c9f 1438 """
e811c8ce
RD
1439 return _stc.StyledTextCtrl_MarkerDefine(*args, **kwargs)
1440
1441 def MarkerSetForeground(*args, **kwargs):
9ad7392b
RD
1442 """
1443 MarkerSetForeground(self, int markerNumber, Colour fore)
1444
1445 Set the foreground colour used for a particular marker number.
1446 """
e811c8ce
RD
1447 return _stc.StyledTextCtrl_MarkerSetForeground(*args, **kwargs)
1448
1449 def MarkerSetBackground(*args, **kwargs):
9ad7392b
RD
1450 """
1451 MarkerSetBackground(self, int markerNumber, Colour back)
1452
1453 Set the background colour used for a particular marker number.
1454 """
e811c8ce
RD
1455 return _stc.StyledTextCtrl_MarkerSetBackground(*args, **kwargs)
1456
1457 def MarkerAdd(*args, **kwargs):
9ad7392b
RD
1458 """
1459 MarkerAdd(self, int line, int markerNumber) -> int
1460
1461 Add a marker to a line, returning an ID which can be used to find or delete the marker.
1462 """
e811c8ce
RD
1463 return _stc.StyledTextCtrl_MarkerAdd(*args, **kwargs)
1464
1465 def MarkerDelete(*args, **kwargs):
9ad7392b
RD
1466 """
1467 MarkerDelete(self, int line, int markerNumber)
1468
1469 Delete a marker from a line.
1470 """
e811c8ce
RD
1471 return _stc.StyledTextCtrl_MarkerDelete(*args, **kwargs)
1472
1473 def MarkerDeleteAll(*args, **kwargs):
9ad7392b
RD
1474 """
1475 MarkerDeleteAll(self, int markerNumber)
1476
1477 Delete all markers with a particular number from all lines.
1478 """
e811c8ce
RD
1479 return _stc.StyledTextCtrl_MarkerDeleteAll(*args, **kwargs)
1480
1481 def MarkerGet(*args, **kwargs):
9ad7392b
RD
1482 """
1483 MarkerGet(self, int line) -> int
1484
1485 Get a bit mask of all the markers set on a line.
1486 """
e811c8ce
RD
1487 return _stc.StyledTextCtrl_MarkerGet(*args, **kwargs)
1488
1489 def MarkerNext(*args, **kwargs):
9ad7392b
RD
1490 """
1491 MarkerNext(self, int lineStart, int markerMask) -> int
1492
1493 Find the next line after lineStart that includes a marker in mask.
1494 """
e811c8ce
RD
1495 return _stc.StyledTextCtrl_MarkerNext(*args, **kwargs)
1496
1497 def MarkerPrevious(*args, **kwargs):
9ad7392b
RD
1498 """
1499 MarkerPrevious(self, int lineStart, int markerMask) -> int
1500
1501 Find the previous line before lineStart that includes a marker in mask.
1502 """
e811c8ce
RD
1503 return _stc.StyledTextCtrl_MarkerPrevious(*args, **kwargs)
1504
1505 def MarkerDefineBitmap(*args, **kwargs):
9ad7392b
RD
1506 """
1507 MarkerDefineBitmap(self, int markerNumber, Bitmap bmp)
1508
1509 Define a marker from a bitmap
1510 """
e811c8ce
RD
1511 return _stc.StyledTextCtrl_MarkerDefineBitmap(*args, **kwargs)
1512
1513 def SetMarginType(*args, **kwargs):
9ad7392b
RD
1514 """
1515 SetMarginType(self, int margin, int marginType)
1516
1517 Set a margin to be either numeric or symbolic.
1518 """
e811c8ce
RD
1519 return _stc.StyledTextCtrl_SetMarginType(*args, **kwargs)
1520
1521 def GetMarginType(*args, **kwargs):
9ad7392b
RD
1522 """
1523 GetMarginType(self, int margin) -> int
1524
1525 Retrieve the type of a margin.
1526 """
e811c8ce
RD
1527 return _stc.StyledTextCtrl_GetMarginType(*args, **kwargs)
1528
1529 def SetMarginWidth(*args, **kwargs):
9ad7392b
RD
1530 """
1531 SetMarginWidth(self, int margin, int pixelWidth)
1532
1533 Set the width of a margin to a width expressed in pixels.
1534 """
e811c8ce
RD
1535 return _stc.StyledTextCtrl_SetMarginWidth(*args, **kwargs)
1536
1537 def GetMarginWidth(*args, **kwargs):
9ad7392b
RD
1538 """
1539 GetMarginWidth(self, int margin) -> int
1540
1541 Retrieve the width of a margin in pixels.
1542 """
e811c8ce
RD
1543 return _stc.StyledTextCtrl_GetMarginWidth(*args, **kwargs)
1544
1545 def SetMarginMask(*args, **kwargs):
9ad7392b
RD
1546 """
1547 SetMarginMask(self, int margin, int mask)
1548
1549 Set a mask that determines which markers are displayed in a margin.
1550 """
e811c8ce
RD
1551 return _stc.StyledTextCtrl_SetMarginMask(*args, **kwargs)
1552
1553 def GetMarginMask(*args, **kwargs):
9ad7392b
RD
1554 """
1555 GetMarginMask(self, int margin) -> int
1556
1557 Retrieve the marker mask of a margin.
1558 """
e811c8ce
RD
1559 return _stc.StyledTextCtrl_GetMarginMask(*args, **kwargs)
1560
1561 def SetMarginSensitive(*args, **kwargs):
9ad7392b
RD
1562 """
1563 SetMarginSensitive(self, int margin, bool sensitive)
1564
1565 Make a margin sensitive or insensitive to mouse clicks.
1566 """
e811c8ce
RD
1567 return _stc.StyledTextCtrl_SetMarginSensitive(*args, **kwargs)
1568
1569 def GetMarginSensitive(*args, **kwargs):
9ad7392b
RD
1570 """
1571 GetMarginSensitive(self, int margin) -> bool
1572
1573 Retrieve the mouse click sensitivity of a margin.
1574 """
e811c8ce
RD
1575 return _stc.StyledTextCtrl_GetMarginSensitive(*args, **kwargs)
1576
1577 def StyleClearAll(*args, **kwargs):
9ad7392b
RD
1578 """
1579 StyleClearAll(self)
1580
1581 Clear all the styles and make equivalent to the global default style.
1582 """
e811c8ce
RD
1583 return _stc.StyledTextCtrl_StyleClearAll(*args, **kwargs)
1584
1585 def StyleSetForeground(*args, **kwargs):
9ad7392b
RD
1586 """
1587 StyleSetForeground(self, int style, Colour fore)
1588
1589 Set the foreground colour of a style.
1590 """
e811c8ce
RD
1591 return _stc.StyledTextCtrl_StyleSetForeground(*args, **kwargs)
1592
1593 def StyleSetBackground(*args, **kwargs):
9ad7392b
RD
1594 """
1595 StyleSetBackground(self, int style, Colour back)
1596
1597 Set the background colour of a style.
1598 """
e811c8ce
RD
1599 return _stc.StyledTextCtrl_StyleSetBackground(*args, **kwargs)
1600
1601 def StyleSetBold(*args, **kwargs):
9ad7392b
RD
1602 """
1603 StyleSetBold(self, int style, bool bold)
1604
1605 Set a style to be bold or not.
1606 """
e811c8ce
RD
1607 return _stc.StyledTextCtrl_StyleSetBold(*args, **kwargs)
1608
1609 def StyleSetItalic(*args, **kwargs):
9ad7392b
RD
1610 """
1611 StyleSetItalic(self, int style, bool italic)
1612
1613 Set a style to be italic or not.
1614 """
e811c8ce
RD
1615 return _stc.StyledTextCtrl_StyleSetItalic(*args, **kwargs)
1616
1617 def StyleSetSize(*args, **kwargs):
9ad7392b
RD
1618 """
1619 StyleSetSize(self, int style, int sizePoints)
1620
1621 Set the size of characters of a style.
1622 """
e811c8ce
RD
1623 return _stc.StyledTextCtrl_StyleSetSize(*args, **kwargs)
1624
1625 def StyleSetFaceName(*args, **kwargs):
9ad7392b
RD
1626 """
1627 StyleSetFaceName(self, int style, String fontName)
1628
1629 Set the font of a style.
1630 """
e811c8ce
RD
1631 return _stc.StyledTextCtrl_StyleSetFaceName(*args, **kwargs)
1632
1633 def StyleSetEOLFilled(*args, **kwargs):
9ad7392b
RD
1634 """
1635 StyleSetEOLFilled(self, int style, bool filled)
1636
1637 Set a style to have its end of line filled or not.
1638 """
e811c8ce
RD
1639 return _stc.StyledTextCtrl_StyleSetEOLFilled(*args, **kwargs)
1640
1641 def StyleResetDefault(*args, **kwargs):
9ad7392b
RD
1642 """
1643 StyleResetDefault(self)
1644
1645 Reset the default style to its state at startup
1646 """
e811c8ce
RD
1647 return _stc.StyledTextCtrl_StyleResetDefault(*args, **kwargs)
1648
1649 def StyleSetUnderline(*args, **kwargs):
9ad7392b
RD
1650 """
1651 StyleSetUnderline(self, int style, bool underline)
1652
1653 Set a style to be underlined or not.
1654 """
e811c8ce
RD
1655 return _stc.StyledTextCtrl_StyleSetUnderline(*args, **kwargs)
1656
1657 def StyleSetCase(*args, **kwargs):
9ad7392b
RD
1658 """
1659 StyleSetCase(self, int style, int caseForce)
1660
1661 Set a style to be mixed case, or to force upper or lower case.
1662 """
e811c8ce
RD
1663 return _stc.StyledTextCtrl_StyleSetCase(*args, **kwargs)
1664
e811c8ce 1665 def StyleSetHotSpot(*args, **kwargs):
9ad7392b
RD
1666 """
1667 StyleSetHotSpot(self, int style, bool hotspot)
1668
1669 Set a style to be a hotspot or not.
1670 """
e811c8ce
RD
1671 return _stc.StyledTextCtrl_StyleSetHotSpot(*args, **kwargs)
1672
1673 def SetSelForeground(*args, **kwargs):
9ad7392b
RD
1674 """
1675 SetSelForeground(self, bool useSetting, Colour fore)
1676
1677 Set the foreground colour of the selection and whether to use this setting.
1678 """
e811c8ce
RD
1679 return _stc.StyledTextCtrl_SetSelForeground(*args, **kwargs)
1680
1681 def SetSelBackground(*args, **kwargs):
9ad7392b
RD
1682 """
1683 SetSelBackground(self, bool useSetting, Colour back)
1684
1685 Set the background colour of the selection and whether to use this setting.
1686 """
e811c8ce
RD
1687 return _stc.StyledTextCtrl_SetSelBackground(*args, **kwargs)
1688
1689 def SetCaretForeground(*args, **kwargs):
9ad7392b
RD
1690 """
1691 SetCaretForeground(self, Colour fore)
1692
1693 Set the foreground colour of the caret.
1694 """
e811c8ce
RD
1695 return _stc.StyledTextCtrl_SetCaretForeground(*args, **kwargs)
1696
1697 def CmdKeyAssign(*args, **kwargs):
9ad7392b
RD
1698 """
1699 CmdKeyAssign(self, int key, int modifiers, int cmd)
1700
1701 When key+modifier combination km is pressed perform msg.
1702 """
e811c8ce
RD
1703 return _stc.StyledTextCtrl_CmdKeyAssign(*args, **kwargs)
1704
1705 def CmdKeyClear(*args, **kwargs):
9ad7392b
RD
1706 """
1707 CmdKeyClear(self, int key, int modifiers)
1708
1709 When key+modifier combination km is pressed do nothing.
1710 """
e811c8ce
RD
1711 return _stc.StyledTextCtrl_CmdKeyClear(*args, **kwargs)
1712
1713 def CmdKeyClearAll(*args, **kwargs):
9ad7392b
RD
1714 """
1715 CmdKeyClearAll(self)
1716
1717 Drop all key mappings.
1718 """
e811c8ce
RD
1719 return _stc.StyledTextCtrl_CmdKeyClearAll(*args, **kwargs)
1720
1721 def SetStyleBytes(*args, **kwargs):
9ad7392b
RD
1722 """
1723 SetStyleBytes(self, int length, char styleBytes)
1724
1725 Set the styles for a segment of the document.
1726 """
e811c8ce
RD
1727 return _stc.StyledTextCtrl_SetStyleBytes(*args, **kwargs)
1728
1729 def StyleSetVisible(*args, **kwargs):
9ad7392b
RD
1730 """
1731 StyleSetVisible(self, int style, bool visible)
1732
1733 Set a style to be visible or not.
1734 """
e811c8ce
RD
1735 return _stc.StyledTextCtrl_StyleSetVisible(*args, **kwargs)
1736
1737 def GetCaretPeriod(*args, **kwargs):
9ad7392b
RD
1738 """
1739 GetCaretPeriod(self) -> int
1740
1741 Get the time in milliseconds that the caret is on and off.
1742 """
e811c8ce
RD
1743 return _stc.StyledTextCtrl_GetCaretPeriod(*args, **kwargs)
1744
1745 def SetCaretPeriod(*args, **kwargs):
9ad7392b
RD
1746 """
1747 SetCaretPeriod(self, int periodMilliseconds)
1748
1749 Get the time in milliseconds that the caret is on and off. 0 = steady on.
1750 """
e811c8ce
RD
1751 return _stc.StyledTextCtrl_SetCaretPeriod(*args, **kwargs)
1752
1753 def SetWordChars(*args, **kwargs):
9ad7392b
RD
1754 """
1755 SetWordChars(self, String characters)
1756
1757 Set the set of characters making up words for when moving or selecting by word.
1758 First sets deaults like SetCharsDefault.
1759 """
e811c8ce
RD
1760 return _stc.StyledTextCtrl_SetWordChars(*args, **kwargs)
1761
1762 def BeginUndoAction(*args, **kwargs):
9ad7392b
RD
1763 """
1764 BeginUndoAction(self)
1765
1766 Start a sequence of actions that is undone and redone as a unit.
1767 May be nested.
1768 """
e811c8ce
RD
1769 return _stc.StyledTextCtrl_BeginUndoAction(*args, **kwargs)
1770
1771 def EndUndoAction(*args, **kwargs):
9ad7392b
RD
1772 """
1773 EndUndoAction(self)
1774
1775 End a sequence of actions that is undone and redone as a unit.
1776 """
e811c8ce
RD
1777 return _stc.StyledTextCtrl_EndUndoAction(*args, **kwargs)
1778
1779 def IndicatorSetStyle(*args, **kwargs):
9ad7392b
RD
1780 """
1781 IndicatorSetStyle(self, int indic, int style)
1782
1783 Set an indicator to plain, squiggle or TT.
1784 """
e811c8ce
RD
1785 return _stc.StyledTextCtrl_IndicatorSetStyle(*args, **kwargs)
1786
1787 def IndicatorGetStyle(*args, **kwargs):
9ad7392b
RD
1788 """
1789 IndicatorGetStyle(self, int indic) -> int
1790
1791 Retrieve the style of an indicator.
1792 """
e811c8ce
RD
1793 return _stc.StyledTextCtrl_IndicatorGetStyle(*args, **kwargs)
1794
1795 def IndicatorSetForeground(*args, **kwargs):
9ad7392b
RD
1796 """
1797 IndicatorSetForeground(self, int indic, Colour fore)
1798
1799 Set the foreground colour of an indicator.
1800 """
e811c8ce
RD
1801 return _stc.StyledTextCtrl_IndicatorSetForeground(*args, **kwargs)
1802
1803 def IndicatorGetForeground(*args, **kwargs):
9ad7392b
RD
1804 """
1805 IndicatorGetForeground(self, int indic) -> Colour
1806
1807 Retrieve the foreground colour of an indicator.
1808 """
e811c8ce
RD
1809 return _stc.StyledTextCtrl_IndicatorGetForeground(*args, **kwargs)
1810
1811 def SetWhitespaceForeground(*args, **kwargs):
9ad7392b
RD
1812 """
1813 SetWhitespaceForeground(self, bool useSetting, Colour fore)
1814
1815 Set the foreground colour of all whitespace and whether to use this setting.
1816 """
e811c8ce
RD
1817 return _stc.StyledTextCtrl_SetWhitespaceForeground(*args, **kwargs)
1818
1819 def SetWhitespaceBackground(*args, **kwargs):
9ad7392b
RD
1820 """
1821 SetWhitespaceBackground(self, bool useSetting, Colour back)
1822
1823 Set the background colour of all whitespace and whether to use this setting.
1824 """
e811c8ce
RD
1825 return _stc.StyledTextCtrl_SetWhitespaceBackground(*args, **kwargs)
1826
1827 def SetStyleBits(*args, **kwargs):
9ad7392b
RD
1828 """
1829 SetStyleBits(self, int bits)
1830
1831 Divide each styling byte into lexical class bits (default: 5) and indicator
1832 bits (default: 3). If a lexer requires more than 32 lexical states, then this
1833 is used to expand the possible states.
1834 """
e811c8ce
RD
1835 return _stc.StyledTextCtrl_SetStyleBits(*args, **kwargs)
1836
1837 def GetStyleBits(*args, **kwargs):
9ad7392b
RD
1838 """
1839 GetStyleBits(self) -> int
1840
1841 Retrieve number of bits in style bytes used to hold the lexical state.
1842 """
e811c8ce
RD
1843 return _stc.StyledTextCtrl_GetStyleBits(*args, **kwargs)
1844
1845 def SetLineState(*args, **kwargs):
9ad7392b
RD
1846 """
1847 SetLineState(self, int line, int state)
1848
1849 Used to hold extra styling information for each line.
1850 """
e811c8ce
RD
1851 return _stc.StyledTextCtrl_SetLineState(*args, **kwargs)
1852
1853 def GetLineState(*args, **kwargs):
9ad7392b
RD
1854 """
1855 GetLineState(self, int line) -> int
1856
1857 Retrieve the extra styling information for a line.
1858 """
e811c8ce
RD
1859 return _stc.StyledTextCtrl_GetLineState(*args, **kwargs)
1860
1861 def GetMaxLineState(*args, **kwargs):
9ad7392b
RD
1862 """
1863 GetMaxLineState(self) -> int
1864
1865 Retrieve the last line number that has line state.
1866 """
e811c8ce
RD
1867 return _stc.StyledTextCtrl_GetMaxLineState(*args, **kwargs)
1868
1869 def GetCaretLineVisible(*args, **kwargs):
9ad7392b
RD
1870 """
1871 GetCaretLineVisible(self) -> bool
1872
1873 Is the background of the line containing the caret in a different colour?
1874 """
e811c8ce
RD
1875 return _stc.StyledTextCtrl_GetCaretLineVisible(*args, **kwargs)
1876
1877 def SetCaretLineVisible(*args, **kwargs):
9ad7392b
RD
1878 """
1879 SetCaretLineVisible(self, bool show)
1880
1881 Display the background of the line containing the caret in a different colour.
1882 """
e811c8ce
RD
1883 return _stc.StyledTextCtrl_SetCaretLineVisible(*args, **kwargs)
1884
1885 def GetCaretLineBack(*args, **kwargs):
9ad7392b
RD
1886 """
1887 GetCaretLineBack(self) -> Colour
1888
1889 Get the colour of the background of the line containing the caret.
1890 """
e811c8ce
RD
1891 return _stc.StyledTextCtrl_GetCaretLineBack(*args, **kwargs)
1892
1893 def SetCaretLineBack(*args, **kwargs):
9ad7392b
RD
1894 """
1895 SetCaretLineBack(self, Colour back)
1896
1897 Set the colour of the background of the line containing the caret.
1898 """
e811c8ce
RD
1899 return _stc.StyledTextCtrl_SetCaretLineBack(*args, **kwargs)
1900
1901 def StyleSetChangeable(*args, **kwargs):
9ad7392b
RD
1902 """
1903 StyleSetChangeable(self, int style, bool changeable)
1904
1905 Set a style to be changeable or not (read only).
1906 Experimental feature, currently buggy.
1907 """
e811c8ce
RD
1908 return _stc.StyledTextCtrl_StyleSetChangeable(*args, **kwargs)
1909
1910 def AutoCompShow(*args, **kwargs):
9ad7392b
RD
1911 """
1912 AutoCompShow(self, int lenEntered, String itemList)
1913
1914 Display a auto-completion list.
1915 The lenEntered parameter indicates how many characters before
1916 the caret should be used to provide context.
1917 """
e811c8ce
RD
1918 return _stc.StyledTextCtrl_AutoCompShow(*args, **kwargs)
1919
1920 def AutoCompCancel(*args, **kwargs):
9ad7392b
RD
1921 """
1922 AutoCompCancel(self)
1923
1924 Remove the auto-completion list from the screen.
1925 """
e811c8ce
RD
1926 return _stc.StyledTextCtrl_AutoCompCancel(*args, **kwargs)
1927
1928 def AutoCompActive(*args, **kwargs):
9ad7392b
RD
1929 """
1930 AutoCompActive(self) -> bool
1931
1932 Is there an auto-completion list visible?
1933 """
e811c8ce
RD
1934 return _stc.StyledTextCtrl_AutoCompActive(*args, **kwargs)
1935
1936 def AutoCompPosStart(*args, **kwargs):
9ad7392b
RD
1937 """
1938 AutoCompPosStart(self) -> int
1939
1940 Retrieve the position of the caret when the auto-completion list was displayed.
1941 """
e811c8ce
RD
1942 return _stc.StyledTextCtrl_AutoCompPosStart(*args, **kwargs)
1943
1944 def AutoCompComplete(*args, **kwargs):
9ad7392b
RD
1945 """
1946 AutoCompComplete(self)
1947
1948 User has selected an item so remove the list and insert the selection.
1949 """
e811c8ce
RD
1950 return _stc.StyledTextCtrl_AutoCompComplete(*args, **kwargs)
1951
1952 def AutoCompStops(*args, **kwargs):
9ad7392b
RD
1953 """
1954 AutoCompStops(self, String characterSet)
1955
1956 Define a set of character that when typed cancel the auto-completion list.
1957 """
e811c8ce
RD
1958 return _stc.StyledTextCtrl_AutoCompStops(*args, **kwargs)
1959
1960 def AutoCompSetSeparator(*args, **kwargs):
9ad7392b
RD
1961 """
1962 AutoCompSetSeparator(self, int separatorCharacter)
1963
1964 Change the separator character in the string setting up an auto-completion list.
1965 Default is space but can be changed if items contain space.
1966 """
e811c8ce
RD
1967 return _stc.StyledTextCtrl_AutoCompSetSeparator(*args, **kwargs)
1968
1969 def AutoCompGetSeparator(*args, **kwargs):
9ad7392b
RD
1970 """
1971 AutoCompGetSeparator(self) -> int
1972
1973 Retrieve the auto-completion list separator character.
1974 """
e811c8ce
RD
1975 return _stc.StyledTextCtrl_AutoCompGetSeparator(*args, **kwargs)
1976
1977 def AutoCompSelect(*args, **kwargs):
9ad7392b
RD
1978 """
1979 AutoCompSelect(self, String text)
1980
1981 Select the item in the auto-completion list that starts with a string.
1982 """
e811c8ce
RD
1983 return _stc.StyledTextCtrl_AutoCompSelect(*args, **kwargs)
1984
1985 def AutoCompSetCancelAtStart(*args, **kwargs):
9ad7392b
RD
1986 """
1987 AutoCompSetCancelAtStart(self, bool cancel)
1988
1989 Should the auto-completion list be cancelled if the user backspaces to a
1990 position before where the box was created.
1991 """
e811c8ce
RD
1992 return _stc.StyledTextCtrl_AutoCompSetCancelAtStart(*args, **kwargs)
1993
1994 def AutoCompGetCancelAtStart(*args, **kwargs):
9ad7392b
RD
1995 """
1996 AutoCompGetCancelAtStart(self) -> bool
1997
1998 Retrieve whether auto-completion cancelled by backspacing before start.
1999 """
e811c8ce
RD
2000 return _stc.StyledTextCtrl_AutoCompGetCancelAtStart(*args, **kwargs)
2001
2002 def AutoCompSetFillUps(*args, **kwargs):
9ad7392b
RD
2003 """
2004 AutoCompSetFillUps(self, String characterSet)
2005
2006 Define a set of characters that when typed will cause the autocompletion to
2007 choose the selected item.
2008 """
e811c8ce
RD
2009 return _stc.StyledTextCtrl_AutoCompSetFillUps(*args, **kwargs)
2010
2011 def AutoCompSetChooseSingle(*args, **kwargs):
9ad7392b
RD
2012 """
2013 AutoCompSetChooseSingle(self, bool chooseSingle)
2014
2015 Should a single item auto-completion list automatically choose the item.
2016 """
e811c8ce
RD
2017 return _stc.StyledTextCtrl_AutoCompSetChooseSingle(*args, **kwargs)
2018
2019 def AutoCompGetChooseSingle(*args, **kwargs):
9ad7392b
RD
2020 """
2021 AutoCompGetChooseSingle(self) -> bool
2022
2023 Retrieve whether a single item auto-completion list automatically choose the item.
2024 """
e811c8ce
RD
2025 return _stc.StyledTextCtrl_AutoCompGetChooseSingle(*args, **kwargs)
2026
2027 def AutoCompSetIgnoreCase(*args, **kwargs):
9ad7392b
RD
2028 """
2029 AutoCompSetIgnoreCase(self, bool ignoreCase)
2030
2031 Set whether case is significant when performing auto-completion searches.
2032 """
e811c8ce
RD
2033 return _stc.StyledTextCtrl_AutoCompSetIgnoreCase(*args, **kwargs)
2034
2035 def AutoCompGetIgnoreCase(*args, **kwargs):
9ad7392b
RD
2036 """
2037 AutoCompGetIgnoreCase(self) -> bool
2038
2039 Retrieve state of ignore case flag.
2040 """
e811c8ce
RD
2041 return _stc.StyledTextCtrl_AutoCompGetIgnoreCase(*args, **kwargs)
2042
2043 def UserListShow(*args, **kwargs):
9ad7392b
RD
2044 """
2045 UserListShow(self, int listType, String itemList)
2046
2047 Display a list of strings and send notification when user chooses one.
2048 """
e811c8ce
RD
2049 return _stc.StyledTextCtrl_UserListShow(*args, **kwargs)
2050
2051 def AutoCompSetAutoHide(*args, **kwargs):
9ad7392b
RD
2052 """
2053 AutoCompSetAutoHide(self, bool autoHide)
2054
2055 Set whether or not autocompletion is hidden automatically when nothing matches.
2056 """
e811c8ce
RD
2057 return _stc.StyledTextCtrl_AutoCompSetAutoHide(*args, **kwargs)
2058
2059 def AutoCompGetAutoHide(*args, **kwargs):
9ad7392b
RD
2060 """
2061 AutoCompGetAutoHide(self) -> bool
2062
2063 Retrieve whether or not autocompletion is hidden automatically when nothing matches.
2064 """
e811c8ce
RD
2065 return _stc.StyledTextCtrl_AutoCompGetAutoHide(*args, **kwargs)
2066
2067 def AutoCompSetDropRestOfWord(*args, **kwargs):
9ad7392b
RD
2068 """
2069 AutoCompSetDropRestOfWord(self, bool dropRestOfWord)
2070
2071 Set whether or not autocompletion deletes any word characters
2072 after the inserted text upon completion.
2073 """
e811c8ce
RD
2074 return _stc.StyledTextCtrl_AutoCompSetDropRestOfWord(*args, **kwargs)
2075
2076 def AutoCompGetDropRestOfWord(*args, **kwargs):
9ad7392b
RD
2077 """
2078 AutoCompGetDropRestOfWord(self) -> bool
2079
2080 Retrieve whether or not autocompletion deletes any word characters
2081 after the inserted text upon completion.
2082 """
e811c8ce
RD
2083 return _stc.StyledTextCtrl_AutoCompGetDropRestOfWord(*args, **kwargs)
2084
2085 def RegisterImage(*args, **kwargs):
9ad7392b
RD
2086 """
2087 RegisterImage(self, int type, Bitmap bmp)
2088
2089 Register an image for use in autocompletion lists.
2090 """
e811c8ce
RD
2091 return _stc.StyledTextCtrl_RegisterImage(*args, **kwargs)
2092
2093 def ClearRegisteredImages(*args, **kwargs):
9ad7392b
RD
2094 """
2095 ClearRegisteredImages(self)
2096
2097 Clear all the registered images.
2098 """
e811c8ce
RD
2099 return _stc.StyledTextCtrl_ClearRegisteredImages(*args, **kwargs)
2100
2101 def AutoCompGetTypeSeparator(*args, **kwargs):
9ad7392b
RD
2102 """
2103 AutoCompGetTypeSeparator(self) -> int
2104
2105 Retrieve the auto-completion list type-separator character.
2106 """
e811c8ce
RD
2107 return _stc.StyledTextCtrl_AutoCompGetTypeSeparator(*args, **kwargs)
2108
2109 def AutoCompSetTypeSeparator(*args, **kwargs):
9ad7392b
RD
2110 """
2111 AutoCompSetTypeSeparator(self, int separatorCharacter)
2112
2113 Change the type-separator character in the string setting up an auto-completion list.
2114 Default is '?' but can be changed if items contain '?'.
2115 """
e811c8ce
RD
2116 return _stc.StyledTextCtrl_AutoCompSetTypeSeparator(*args, **kwargs)
2117
2118 def SetIndent(*args, **kwargs):
9ad7392b
RD
2119 """
2120 SetIndent(self, int indentSize)
2121
2122 Set the number of spaces used for one level of indentation.
2123 """
e811c8ce
RD
2124 return _stc.StyledTextCtrl_SetIndent(*args, **kwargs)
2125
2126 def GetIndent(*args, **kwargs):
9ad7392b
RD
2127 """
2128 GetIndent(self) -> int
2129
2130 Retrieve indentation size.
2131 """
e811c8ce
RD
2132 return _stc.StyledTextCtrl_GetIndent(*args, **kwargs)
2133
2134 def SetUseTabs(*args, **kwargs):
9ad7392b
RD
2135 """
2136 SetUseTabs(self, bool useTabs)
2137
2138 Indentation will only use space characters if useTabs is false, otherwise
2139 it will use a combination of tabs and spaces.
2140 """
e811c8ce
RD
2141 return _stc.StyledTextCtrl_SetUseTabs(*args, **kwargs)
2142
2143 def GetUseTabs(*args, **kwargs):
9ad7392b
RD
2144 """
2145 GetUseTabs(self) -> bool
2146
2147 Retrieve whether tabs will be used in indentation.
2148 """
e811c8ce
RD
2149 return _stc.StyledTextCtrl_GetUseTabs(*args, **kwargs)
2150
2151 def SetLineIndentation(*args, **kwargs):
9ad7392b
RD
2152 """
2153 SetLineIndentation(self, int line, int indentSize)
2154
2155 Change the indentation of a line to a number of columns.
2156 """
e811c8ce
RD
2157 return _stc.StyledTextCtrl_SetLineIndentation(*args, **kwargs)
2158
2159 def GetLineIndentation(*args, **kwargs):
9ad7392b
RD
2160 """
2161 GetLineIndentation(self, int line) -> int
2162
2163 Retrieve the number of columns that a line is indented.
2164 """
e811c8ce
RD
2165 return _stc.StyledTextCtrl_GetLineIndentation(*args, **kwargs)
2166
2167 def GetLineIndentPosition(*args, **kwargs):
9ad7392b
RD
2168 """
2169 GetLineIndentPosition(self, int line) -> int
2170
2171 Retrieve the position before the first non indentation character on a line.
2172 """
e811c8ce
RD
2173 return _stc.StyledTextCtrl_GetLineIndentPosition(*args, **kwargs)
2174
2175 def GetColumn(*args, **kwargs):
9ad7392b
RD
2176 """
2177 GetColumn(self, int pos) -> int
2178
2179 Retrieve the column number of a position, taking tab width into account.
2180 """
e811c8ce
RD
2181 return _stc.StyledTextCtrl_GetColumn(*args, **kwargs)
2182
2183 def SetUseHorizontalScrollBar(*args, **kwargs):
9ad7392b
RD
2184 """
2185 SetUseHorizontalScrollBar(self, bool show)
2186
2187 Show or hide the horizontal scroll bar.
2188 """
e811c8ce
RD
2189 return _stc.StyledTextCtrl_SetUseHorizontalScrollBar(*args, **kwargs)
2190
2191 def GetUseHorizontalScrollBar(*args, **kwargs):
9ad7392b
RD
2192 """
2193 GetUseHorizontalScrollBar(self) -> bool
2194
2195 Is the horizontal scroll bar visible?
2196 """
e811c8ce
RD
2197 return _stc.StyledTextCtrl_GetUseHorizontalScrollBar(*args, **kwargs)
2198
2199 def SetIndentationGuides(*args, **kwargs):
9ad7392b
RD
2200 """
2201 SetIndentationGuides(self, bool show)
2202
2203 Show or hide indentation guides.
2204 """
e811c8ce
RD
2205 return _stc.StyledTextCtrl_SetIndentationGuides(*args, **kwargs)
2206
2207 def GetIndentationGuides(*args, **kwargs):
9ad7392b
RD
2208 """
2209 GetIndentationGuides(self) -> bool
2210
2211 Are the indentation guides visible?
2212 """
e811c8ce
RD
2213 return _stc.StyledTextCtrl_GetIndentationGuides(*args, **kwargs)
2214
2215 def SetHighlightGuide(*args, **kwargs):
9ad7392b
RD
2216 """
2217 SetHighlightGuide(self, int column)
2218
2219 Set the highlighted indentation guide column.
2220 0 = no highlighted guide.
2221 """
e811c8ce
RD
2222 return _stc.StyledTextCtrl_SetHighlightGuide(*args, **kwargs)
2223
2224 def GetHighlightGuide(*args, **kwargs):
9ad7392b
RD
2225 """
2226 GetHighlightGuide(self) -> int
2227
2228 Get the highlighted indentation guide column.
2229 """
e811c8ce
RD
2230 return _stc.StyledTextCtrl_GetHighlightGuide(*args, **kwargs)
2231
2232 def GetLineEndPosition(*args, **kwargs):
9ad7392b
RD
2233 """
2234 GetLineEndPosition(self, int line) -> int
2235
2236 Get the position after the last visible characters on a line.
2237 """
e811c8ce
RD
2238 return _stc.StyledTextCtrl_GetLineEndPosition(*args, **kwargs)
2239
2240 def GetCodePage(*args, **kwargs):
9ad7392b
RD
2241 """
2242 GetCodePage(self) -> int
2243
2244 Get the code page used to interpret the bytes of the document as characters.
2245 """
e811c8ce
RD
2246 return _stc.StyledTextCtrl_GetCodePage(*args, **kwargs)
2247
2248 def GetCaretForeground(*args, **kwargs):
9ad7392b
RD
2249 """
2250 GetCaretForeground(self) -> Colour
2251
2252 Get the foreground colour of the caret.
2253 """
e811c8ce
RD
2254 return _stc.StyledTextCtrl_GetCaretForeground(*args, **kwargs)
2255
2256 def GetReadOnly(*args, **kwargs):
9ad7392b
RD
2257 """
2258 GetReadOnly(self) -> bool
2259
2260 In read-only mode?
2261 """
e811c8ce
RD
2262 return _stc.StyledTextCtrl_GetReadOnly(*args, **kwargs)
2263
2264 def SetCurrentPos(*args, **kwargs):
9ad7392b
RD
2265 """
2266 SetCurrentPos(self, int pos)
2267
2268 Sets the position of the caret.
2269 """
e811c8ce
RD
2270 return _stc.StyledTextCtrl_SetCurrentPos(*args, **kwargs)
2271
2272 def SetSelectionStart(*args, **kwargs):
9ad7392b
RD
2273 """
2274 SetSelectionStart(self, int pos)
2275
2276 Sets the position that starts the selection - this becomes the anchor.
2277 """
e811c8ce
RD
2278 return _stc.StyledTextCtrl_SetSelectionStart(*args, **kwargs)
2279
2280 def GetSelectionStart(*args, **kwargs):
9ad7392b
RD
2281 """
2282 GetSelectionStart(self) -> int
2283
2284 Returns the position at the start of the selection.
2285 """
e811c8ce
RD
2286 return _stc.StyledTextCtrl_GetSelectionStart(*args, **kwargs)
2287
2288 def SetSelectionEnd(*args, **kwargs):
9ad7392b
RD
2289 """
2290 SetSelectionEnd(self, int pos)
2291
2292 Sets the position that ends the selection - this becomes the currentPosition.
2293 """
e811c8ce
RD
2294 return _stc.StyledTextCtrl_SetSelectionEnd(*args, **kwargs)
2295
2296 def GetSelectionEnd(*args, **kwargs):
9ad7392b
RD
2297 """
2298 GetSelectionEnd(self) -> int
2299
2300 Returns the position at the end of the selection.
2301 """
e811c8ce
RD
2302 return _stc.StyledTextCtrl_GetSelectionEnd(*args, **kwargs)
2303
2304 def SetPrintMagnification(*args, **kwargs):
9ad7392b
RD
2305 """
2306 SetPrintMagnification(self, int magnification)
2307
2308 Sets the print magnification added to the point size of each style for printing.
2309 """
e811c8ce
RD
2310 return _stc.StyledTextCtrl_SetPrintMagnification(*args, **kwargs)
2311
2312 def GetPrintMagnification(*args, **kwargs):
9ad7392b
RD
2313 """
2314 GetPrintMagnification(self) -> int
2315
2316 Returns the print magnification.
2317 """
e811c8ce
RD
2318 return _stc.StyledTextCtrl_GetPrintMagnification(*args, **kwargs)
2319
2320 def SetPrintColourMode(*args, **kwargs):
9ad7392b
RD
2321 """
2322 SetPrintColourMode(self, int mode)
2323
2324 Modify colours when printing for clearer printed text.
2325 """
e811c8ce
RD
2326 return _stc.StyledTextCtrl_SetPrintColourMode(*args, **kwargs)
2327
2328 def GetPrintColourMode(*args, **kwargs):
9ad7392b
RD
2329 """
2330 GetPrintColourMode(self) -> int
2331
2332 Returns the print colour mode.
2333 """
e811c8ce
RD
2334 return _stc.StyledTextCtrl_GetPrintColourMode(*args, **kwargs)
2335
2336 def FindText(*args, **kwargs):
9ad7392b
RD
2337 """
2338 FindText(self, int minPos, int maxPos, String text, int flags=0) -> int
2339
2340 Find some text in the document.
2341 """
e811c8ce
RD
2342 return _stc.StyledTextCtrl_FindText(*args, **kwargs)
2343
2344 def FormatRange(*args, **kwargs):
0df68c9f 2345 """
a95a7133 2346 FormatRange(self, bool doDraw, int startPos, int endPos, DC draw, DC target,
0df68c9f 2347 Rect renderRect, Rect pageRect) -> int
9ad7392b
RD
2348
2349 On Windows, will draw the document into a display context such as a printer.
0df68c9f 2350 """
e811c8ce
RD
2351 return _stc.StyledTextCtrl_FormatRange(*args, **kwargs)
2352
2353 def GetFirstVisibleLine(*args, **kwargs):
9ad7392b
RD
2354 """
2355 GetFirstVisibleLine(self) -> int
2356
2357 Retrieve the display line at the top of the display.
2358 """
e811c8ce
RD
2359 return _stc.StyledTextCtrl_GetFirstVisibleLine(*args, **kwargs)
2360
2361 def GetLine(*args, **kwargs):
9ad7392b
RD
2362 """
2363 GetLine(self, int line) -> String
2364
2365 Retrieve the contents of a line.
2366 """
e811c8ce
RD
2367 return _stc.StyledTextCtrl_GetLine(*args, **kwargs)
2368
2369 def GetLineCount(*args, **kwargs):
9ad7392b
RD
2370 """
2371 GetLineCount(self) -> int
2372
2373 Returns the number of lines in the document. There is always at least one.
2374 """
e811c8ce
RD
2375 return _stc.StyledTextCtrl_GetLineCount(*args, **kwargs)
2376
2377 def SetMarginLeft(*args, **kwargs):
9ad7392b
RD
2378 """
2379 SetMarginLeft(self, int pixelWidth)
2380
2381 Sets the size in pixels of the left margin.
2382 """
e811c8ce
RD
2383 return _stc.StyledTextCtrl_SetMarginLeft(*args, **kwargs)
2384
2385 def GetMarginLeft(*args, **kwargs):
9ad7392b
RD
2386 """
2387 GetMarginLeft(self) -> int
2388
2389 Returns the size in pixels of the left margin.
2390 """
e811c8ce
RD
2391 return _stc.StyledTextCtrl_GetMarginLeft(*args, **kwargs)
2392
2393 def SetMarginRight(*args, **kwargs):
9ad7392b
RD
2394 """
2395 SetMarginRight(self, int pixelWidth)
2396
2397 Sets the size in pixels of the right margin.
2398 """
e811c8ce
RD
2399 return _stc.StyledTextCtrl_SetMarginRight(*args, **kwargs)
2400
2401 def GetMarginRight(*args, **kwargs):
9ad7392b
RD
2402 """
2403 GetMarginRight(self) -> int
2404
2405 Returns the size in pixels of the right margin.
2406 """
e811c8ce
RD
2407 return _stc.StyledTextCtrl_GetMarginRight(*args, **kwargs)
2408
2409 def GetModify(*args, **kwargs):
9ad7392b
RD
2410 """
2411 GetModify(self) -> bool
2412
2413 Is the document different from when it was last saved?
2414 """
e811c8ce
RD
2415 return _stc.StyledTextCtrl_GetModify(*args, **kwargs)
2416
2417 def SetSelection(*args, **kwargs):
9ad7392b
RD
2418 """
2419 SetSelection(self, int start, int end)
2420
2421 Select a range of text.
2422 """
e811c8ce
RD
2423 return _stc.StyledTextCtrl_SetSelection(*args, **kwargs)
2424
2425 def GetSelectedText(*args, **kwargs):
9ad7392b
RD
2426 """
2427 GetSelectedText(self) -> String
2428
2429 Retrieve the selected text.
2430 """
e811c8ce
RD
2431 return _stc.StyledTextCtrl_GetSelectedText(*args, **kwargs)
2432
2433 def GetTextRange(*args, **kwargs):
9ad7392b
RD
2434 """
2435 GetTextRange(self, int startPos, int endPos) -> String
2436
2437 Retrieve a range of text.
2438 """
e811c8ce
RD
2439 return _stc.StyledTextCtrl_GetTextRange(*args, **kwargs)
2440
2441 def HideSelection(*args, **kwargs):
9ad7392b
RD
2442 """
2443 HideSelection(self, bool normal)
2444
2445 Draw the selection in normal style or with selection highlighted.
2446 """
e811c8ce
RD
2447 return _stc.StyledTextCtrl_HideSelection(*args, **kwargs)
2448
2449 def LineFromPosition(*args, **kwargs):
9ad7392b
RD
2450 """
2451 LineFromPosition(self, int pos) -> int
2452
2453 Retrieve the line containing a position.
2454 """
e811c8ce
RD
2455 return _stc.StyledTextCtrl_LineFromPosition(*args, **kwargs)
2456
2457 def PositionFromLine(*args, **kwargs):
9ad7392b
RD
2458 """
2459 PositionFromLine(self, int line) -> int
2460
2461 Retrieve the position at the start of a line.
2462 """
e811c8ce
RD
2463 return _stc.StyledTextCtrl_PositionFromLine(*args, **kwargs)
2464
2465 def LineScroll(*args, **kwargs):
9ad7392b
RD
2466 """
2467 LineScroll(self, int columns, int lines)
2468
2469 Scroll horizontally and vertically.
2470 """
e811c8ce
RD
2471 return _stc.StyledTextCtrl_LineScroll(*args, **kwargs)
2472
2473 def EnsureCaretVisible(*args, **kwargs):
9ad7392b
RD
2474 """
2475 EnsureCaretVisible(self)
2476
2477 Ensure the caret is visible.
2478 """
e811c8ce
RD
2479 return _stc.StyledTextCtrl_EnsureCaretVisible(*args, **kwargs)
2480
2481 def ReplaceSelection(*args, **kwargs):
9ad7392b
RD
2482 """
2483 ReplaceSelection(self, String text)
2484
2485 Replace the selected text with the argument text.
2486 """
e811c8ce
RD
2487 return _stc.StyledTextCtrl_ReplaceSelection(*args, **kwargs)
2488
2489 def SetReadOnly(*args, **kwargs):
9ad7392b
RD
2490 """
2491 SetReadOnly(self, bool readOnly)
2492
2493 Set to read only or read write.
2494 """
e811c8ce
RD
2495 return _stc.StyledTextCtrl_SetReadOnly(*args, **kwargs)
2496
2497 def CanPaste(*args, **kwargs):
9ad7392b
RD
2498 """
2499 CanPaste(self) -> bool
2500
2501 Will a paste succeed?
2502 """
e811c8ce
RD
2503 return _stc.StyledTextCtrl_CanPaste(*args, **kwargs)
2504
2505 def CanUndo(*args, **kwargs):
9ad7392b
RD
2506 """
2507 CanUndo(self) -> bool
2508
2509 Are there any undoable actions in the undo history?
2510 """
e811c8ce
RD
2511 return _stc.StyledTextCtrl_CanUndo(*args, **kwargs)
2512
2513 def EmptyUndoBuffer(*args, **kwargs):
9ad7392b
RD
2514 """
2515 EmptyUndoBuffer(self)
2516
2517 Delete the undo history.
2518 """
e811c8ce
RD
2519 return _stc.StyledTextCtrl_EmptyUndoBuffer(*args, **kwargs)
2520
2521 def Undo(*args, **kwargs):
9ad7392b
RD
2522 """
2523 Undo(self)
2524
2525 Undo one action in the undo history.
2526 """
e811c8ce
RD
2527 return _stc.StyledTextCtrl_Undo(*args, **kwargs)
2528
2529 def Cut(*args, **kwargs):
9ad7392b
RD
2530 """
2531 Cut(self)
2532
2533 Cut the selection to the clipboard.
2534 """
e811c8ce
RD
2535 return _stc.StyledTextCtrl_Cut(*args, **kwargs)
2536
2537 def Copy(*args, **kwargs):
9ad7392b
RD
2538 """
2539 Copy(self)
2540
2541 Copy the selection to the clipboard.
2542 """
e811c8ce
RD
2543 return _stc.StyledTextCtrl_Copy(*args, **kwargs)
2544
2545 def Paste(*args, **kwargs):
9ad7392b
RD
2546 """
2547 Paste(self)
2548
2549 Paste the contents of the clipboard into the document replacing the selection.
2550 """
e811c8ce
RD
2551 return _stc.StyledTextCtrl_Paste(*args, **kwargs)
2552
2553 def Clear(*args, **kwargs):
9ad7392b
RD
2554 """
2555 Clear(self)
2556
2557 Clear the selection.
2558 """
e811c8ce
RD
2559 return _stc.StyledTextCtrl_Clear(*args, **kwargs)
2560
2561 def SetText(*args, **kwargs):
9ad7392b
RD
2562 """
2563 SetText(self, String text)
2564
2565 Replace the contents of the document with the argument text.
2566 """
e811c8ce
RD
2567 return _stc.StyledTextCtrl_SetText(*args, **kwargs)
2568
2569 def GetText(*args, **kwargs):
9ad7392b
RD
2570 """
2571 GetText(self) -> String
2572
2573 Retrieve all the text in the document.
2574 """
e811c8ce
RD
2575 return _stc.StyledTextCtrl_GetText(*args, **kwargs)
2576
2577 def GetTextLength(*args, **kwargs):
9ad7392b
RD
2578 """
2579 GetTextLength(self) -> int
2580
2581 Retrieve the number of characters in the document.
2582 """
e811c8ce
RD
2583 return _stc.StyledTextCtrl_GetTextLength(*args, **kwargs)
2584
2585 def SetOvertype(*args, **kwargs):
9ad7392b
RD
2586 """
2587 SetOvertype(self, bool overtype)
2588
2589 Set to overtype (true) or insert mode.
2590 """
e811c8ce
RD
2591 return _stc.StyledTextCtrl_SetOvertype(*args, **kwargs)
2592
2593 def GetOvertype(*args, **kwargs):
9ad7392b
RD
2594 """
2595 GetOvertype(self) -> bool
2596
2597 Returns true if overtype mode is active otherwise false is returned.
2598 """
e811c8ce
RD
2599 return _stc.StyledTextCtrl_GetOvertype(*args, **kwargs)
2600
2601 def SetCaretWidth(*args, **kwargs):
9ad7392b
RD
2602 """
2603 SetCaretWidth(self, int pixelWidth)
2604
2605 Set the width of the insert mode caret.
2606 """
e811c8ce
RD
2607 return _stc.StyledTextCtrl_SetCaretWidth(*args, **kwargs)
2608
2609 def GetCaretWidth(*args, **kwargs):
9ad7392b
RD
2610 """
2611 GetCaretWidth(self) -> int
2612
2613 Returns the width of the insert mode caret.
2614 """
e811c8ce
RD
2615 return _stc.StyledTextCtrl_GetCaretWidth(*args, **kwargs)
2616
2617 def SetTargetStart(*args, **kwargs):
9ad7392b
RD
2618 """
2619 SetTargetStart(self, int pos)
2620
2621 Sets the position that starts the target which is used for updating the
2622 document without affecting the scroll position.
2623 """
e811c8ce
RD
2624 return _stc.StyledTextCtrl_SetTargetStart(*args, **kwargs)
2625
2626 def GetTargetStart(*args, **kwargs):
9ad7392b
RD
2627 """
2628 GetTargetStart(self) -> int
2629
2630 Get the position that starts the target.
2631 """
e811c8ce
RD
2632 return _stc.StyledTextCtrl_GetTargetStart(*args, **kwargs)
2633
2634 def SetTargetEnd(*args, **kwargs):
9ad7392b
RD
2635 """
2636 SetTargetEnd(self, int pos)
2637
2638 Sets the position that ends the target which is used for updating the
2639 document without affecting the scroll position.
2640 """
e811c8ce
RD
2641 return _stc.StyledTextCtrl_SetTargetEnd(*args, **kwargs)
2642
2643 def GetTargetEnd(*args, **kwargs):
9ad7392b
RD
2644 """
2645 GetTargetEnd(self) -> int
2646
2647 Get the position that ends the target.
2648 """
e811c8ce
RD
2649 return _stc.StyledTextCtrl_GetTargetEnd(*args, **kwargs)
2650
2651 def ReplaceTarget(*args, **kwargs):
9ad7392b
RD
2652 """
2653 ReplaceTarget(self, String text) -> int
2654
2655 Replace the target text with the argument text.
2656 Text is counted so it can contain NULs.
2657 Returns the length of the replacement text.
2658 """
e811c8ce
RD
2659 return _stc.StyledTextCtrl_ReplaceTarget(*args, **kwargs)
2660
2661 def ReplaceTargetRE(*args, **kwargs):
9ad7392b
RD
2662 """
2663 ReplaceTargetRE(self, String text) -> int
2664
2665 Replace the target text with the argument text after \d processing.
2666 Text is counted so it can contain NULs.
2667 Looks for \d where d is between 1 and 9 and replaces these with the strings
2668 matched in the last search operation which were surrounded by \( and \).
2669 Returns the length of the replacement text including any change
2670 caused by processing the \d patterns.
2671 """
e811c8ce
RD
2672 return _stc.StyledTextCtrl_ReplaceTargetRE(*args, **kwargs)
2673
2674 def SearchInTarget(*args, **kwargs):
9ad7392b
RD
2675 """
2676 SearchInTarget(self, String text) -> int
2677
2678 Search for a counted string in the target and set the target to the found
2679 range. Text is counted so it can contain NULs.
2680 Returns length of range or -1 for failure in which case target is not moved.
2681 """
e811c8ce
RD
2682 return _stc.StyledTextCtrl_SearchInTarget(*args, **kwargs)
2683
2684 def SetSearchFlags(*args, **kwargs):
9ad7392b
RD
2685 """
2686 SetSearchFlags(self, int flags)
2687
2688 Set the search flags used by SearchInTarget.
2689 """
e811c8ce
RD
2690 return _stc.StyledTextCtrl_SetSearchFlags(*args, **kwargs)
2691
2692 def GetSearchFlags(*args, **kwargs):
9ad7392b
RD
2693 """
2694 GetSearchFlags(self) -> int
2695
2696 Get the search flags used by SearchInTarget.
2697 """
e811c8ce
RD
2698 return _stc.StyledTextCtrl_GetSearchFlags(*args, **kwargs)
2699
2700 def CallTipShow(*args, **kwargs):
9ad7392b
RD
2701 """
2702 CallTipShow(self, int pos, String definition)
2703
2704 Show a call tip containing a definition near position pos.
2705 """
e811c8ce
RD
2706 return _stc.StyledTextCtrl_CallTipShow(*args, **kwargs)
2707
2708 def CallTipCancel(*args, **kwargs):
9ad7392b
RD
2709 """
2710 CallTipCancel(self)
2711
2712 Remove the call tip from the screen.
2713 """
e811c8ce
RD
2714 return _stc.StyledTextCtrl_CallTipCancel(*args, **kwargs)
2715
2716 def CallTipActive(*args, **kwargs):
9ad7392b
RD
2717 """
2718 CallTipActive(self) -> bool
2719
2720 Is there an active call tip?
2721 """
e811c8ce
RD
2722 return _stc.StyledTextCtrl_CallTipActive(*args, **kwargs)
2723
2724 def CallTipPosAtStart(*args, **kwargs):
9ad7392b
RD
2725 """
2726 CallTipPosAtStart(self) -> int
2727
2728 Retrieve the position where the caret was before displaying the call tip.
2729 """
e811c8ce
RD
2730 return _stc.StyledTextCtrl_CallTipPosAtStart(*args, **kwargs)
2731
2732 def CallTipSetHighlight(*args, **kwargs):
9ad7392b
RD
2733 """
2734 CallTipSetHighlight(self, int start, int end)
2735
2736 Highlight a segment of the definition.
2737 """
e811c8ce
RD
2738 return _stc.StyledTextCtrl_CallTipSetHighlight(*args, **kwargs)
2739
2740 def CallTipSetBackground(*args, **kwargs):
9ad7392b
RD
2741 """
2742 CallTipSetBackground(self, Colour back)
2743
2744 Set the background colour for the call tip.
2745 """
e811c8ce
RD
2746 return _stc.StyledTextCtrl_CallTipSetBackground(*args, **kwargs)
2747
2748 def CallTipSetForeground(*args, **kwargs):
9ad7392b
RD
2749 """
2750 CallTipSetForeground(self, Colour fore)
2751
2752 Set the foreground colour for the call tip.
2753 """
e811c8ce
RD
2754 return _stc.StyledTextCtrl_CallTipSetForeground(*args, **kwargs)
2755
2756 def CallTipSetForegroundHighlight(*args, **kwargs):
9ad7392b
RD
2757 """
2758 CallTipSetForegroundHighlight(self, Colour fore)
2759
2760 Set the foreground colour for the highlighted part of the call tip.
2761 """
e811c8ce
RD
2762 return _stc.StyledTextCtrl_CallTipSetForegroundHighlight(*args, **kwargs)
2763
2764 def VisibleFromDocLine(*args, **kwargs):
9ad7392b
RD
2765 """
2766 VisibleFromDocLine(self, int line) -> int
2767
2768 Find the display line of a document line taking hidden lines into account.
2769 """
e811c8ce
RD
2770 return _stc.StyledTextCtrl_VisibleFromDocLine(*args, **kwargs)
2771
2772 def DocLineFromVisible(*args, **kwargs):
9ad7392b
RD
2773 """
2774 DocLineFromVisible(self, int lineDisplay) -> int
2775
2776 Find the document line of a display line taking hidden lines into account.
2777 """
e811c8ce
RD
2778 return _stc.StyledTextCtrl_DocLineFromVisible(*args, **kwargs)
2779
2780 def SetFoldLevel(*args, **kwargs):
9ad7392b
RD
2781 """
2782 SetFoldLevel(self, int line, int level)
2783
2784 Set the fold level of a line.
2785 This encodes an integer level along with flags indicating whether the
2786 line is a header and whether it is effectively white space.
2787 """
e811c8ce
RD
2788 return _stc.StyledTextCtrl_SetFoldLevel(*args, **kwargs)
2789
2790 def GetFoldLevel(*args, **kwargs):
9ad7392b
RD
2791 """
2792 GetFoldLevel(self, int line) -> int
2793
2794 Retrieve the fold level of a line.
2795 """
e811c8ce
RD
2796 return _stc.StyledTextCtrl_GetFoldLevel(*args, **kwargs)
2797
2798 def GetLastChild(*args, **kwargs):
9ad7392b
RD
2799 """
2800 GetLastChild(self, int line, int level) -> int
2801
2802 Find the last child line of a header line.
2803 """
e811c8ce
RD
2804 return _stc.StyledTextCtrl_GetLastChild(*args, **kwargs)
2805
2806 def GetFoldParent(*args, **kwargs):
9ad7392b
RD
2807 """
2808 GetFoldParent(self, int line) -> int
2809
2810 Find the parent line of a child line.
2811 """
e811c8ce
RD
2812 return _stc.StyledTextCtrl_GetFoldParent(*args, **kwargs)
2813
2814 def ShowLines(*args, **kwargs):
9ad7392b
RD
2815 """
2816 ShowLines(self, int lineStart, int lineEnd)
2817
2818 Make a range of lines visible.
2819 """
e811c8ce
RD
2820 return _stc.StyledTextCtrl_ShowLines(*args, **kwargs)
2821
2822 def HideLines(*args, **kwargs):
9ad7392b
RD
2823 """
2824 HideLines(self, int lineStart, int lineEnd)
2825
2826 Make a range of lines invisible.
2827 """
e811c8ce
RD
2828 return _stc.StyledTextCtrl_HideLines(*args, **kwargs)
2829
2830 def GetLineVisible(*args, **kwargs):
9ad7392b
RD
2831 """
2832 GetLineVisible(self, int line) -> bool
2833
2834 Is a line visible?
2835 """
e811c8ce
RD
2836 return _stc.StyledTextCtrl_GetLineVisible(*args, **kwargs)
2837
2838 def SetFoldExpanded(*args, **kwargs):
9ad7392b
RD
2839 """
2840 SetFoldExpanded(self, int line, bool expanded)
2841
2842 Show the children of a header line.
2843 """
e811c8ce
RD
2844 return _stc.StyledTextCtrl_SetFoldExpanded(*args, **kwargs)
2845
2846 def GetFoldExpanded(*args, **kwargs):
9ad7392b
RD
2847 """
2848 GetFoldExpanded(self, int line) -> bool
2849
2850 Is a header line expanded?
2851 """
e811c8ce
RD
2852 return _stc.StyledTextCtrl_GetFoldExpanded(*args, **kwargs)
2853
2854 def ToggleFold(*args, **kwargs):
9ad7392b
RD
2855 """
2856 ToggleFold(self, int line)
2857
2858 Switch a header line between expanded and contracted.
2859 """
e811c8ce
RD
2860 return _stc.StyledTextCtrl_ToggleFold(*args, **kwargs)
2861
2862 def EnsureVisible(*args, **kwargs):
9ad7392b
RD
2863 """
2864 EnsureVisible(self, int line)
2865
2866 Ensure a particular line is visible by expanding any header line hiding it.
2867 """
e811c8ce
RD
2868 return _stc.StyledTextCtrl_EnsureVisible(*args, **kwargs)
2869
2870 def SetFoldFlags(*args, **kwargs):
9ad7392b
RD
2871 """
2872 SetFoldFlags(self, int flags)
2873
2874 Set some style options for folding.
2875 """
e811c8ce
RD
2876 return _stc.StyledTextCtrl_SetFoldFlags(*args, **kwargs)
2877
2878 def EnsureVisibleEnforcePolicy(*args, **kwargs):
9ad7392b
RD
2879 """
2880 EnsureVisibleEnforcePolicy(self, int line)
2881
2882 Ensure a particular line is visible by expanding any header line hiding it.
2883 Use the currently set visibility policy to determine which range to display.
2884 """
e811c8ce
RD
2885 return _stc.StyledTextCtrl_EnsureVisibleEnforcePolicy(*args, **kwargs)
2886
2887 def SetTabIndents(*args, **kwargs):
9ad7392b
RD
2888 """
2889 SetTabIndents(self, bool tabIndents)
2890
2891 Sets whether a tab pressed when caret is within indentation indents.
2892 """
e811c8ce
RD
2893 return _stc.StyledTextCtrl_SetTabIndents(*args, **kwargs)
2894
2895 def GetTabIndents(*args, **kwargs):
9ad7392b
RD
2896 """
2897 GetTabIndents(self) -> bool
2898
2899 Does a tab pressed when caret is within indentation indent?
2900 """
e811c8ce
RD
2901 return _stc.StyledTextCtrl_GetTabIndents(*args, **kwargs)
2902
2903 def SetBackSpaceUnIndents(*args, **kwargs):
9ad7392b
RD
2904 """
2905 SetBackSpaceUnIndents(self, bool bsUnIndents)
2906
2907 Sets whether a backspace pressed when caret is within indentation unindents.
2908 """
e811c8ce
RD
2909 return _stc.StyledTextCtrl_SetBackSpaceUnIndents(*args, **kwargs)
2910
2911 def GetBackSpaceUnIndents(*args, **kwargs):
9ad7392b
RD
2912 """
2913 GetBackSpaceUnIndents(self) -> bool
2914
2915 Does a backspace pressed when caret is within indentation unindent?
2916 """
e811c8ce
RD
2917 return _stc.StyledTextCtrl_GetBackSpaceUnIndents(*args, **kwargs)
2918
2919 def SetMouseDwellTime(*args, **kwargs):
9ad7392b
RD
2920 """
2921 SetMouseDwellTime(self, int periodMilliseconds)
2922
2923 Sets the time the mouse must sit still to generate a mouse dwell event.
2924 """
e811c8ce
RD
2925 return _stc.StyledTextCtrl_SetMouseDwellTime(*args, **kwargs)
2926
2927 def GetMouseDwellTime(*args, **kwargs):
9ad7392b
RD
2928 """
2929 GetMouseDwellTime(self) -> int
2930
2931 Retrieve the time the mouse must sit still to generate a mouse dwell event.
2932 """
e811c8ce
RD
2933 return _stc.StyledTextCtrl_GetMouseDwellTime(*args, **kwargs)
2934
2935 def WordStartPosition(*args, **kwargs):
9ad7392b
RD
2936 """
2937 WordStartPosition(self, int pos, bool onlyWordCharacters) -> int
2938
2939 Get position of start of word.
2940 """
e811c8ce
RD
2941 return _stc.StyledTextCtrl_WordStartPosition(*args, **kwargs)
2942
2943 def WordEndPosition(*args, **kwargs):
9ad7392b
RD
2944 """
2945 WordEndPosition(self, int pos, bool onlyWordCharacters) -> int
2946
2947 Get position of end of word.
2948 """
e811c8ce
RD
2949 return _stc.StyledTextCtrl_WordEndPosition(*args, **kwargs)
2950
2951 def SetWrapMode(*args, **kwargs):
9ad7392b
RD
2952 """
2953 SetWrapMode(self, int mode)
2954
2955 Sets whether text is word wrapped.
2956 """
e811c8ce
RD
2957 return _stc.StyledTextCtrl_SetWrapMode(*args, **kwargs)
2958
2959 def GetWrapMode(*args, **kwargs):
9ad7392b
RD
2960 """
2961 GetWrapMode(self) -> int
2962
2963 Retrieve whether text is word wrapped.
2964 """
e811c8ce
RD
2965 return _stc.StyledTextCtrl_GetWrapMode(*args, **kwargs)
2966
5e483524 2967 def SetWrapVisualFlags(*args, **kwargs):
9ad7392b
RD
2968 """
2969 SetWrapVisualFlags(self, int wrapVisualFlags)
2970
2971 Set the display mode of visual flags for wrapped lines.
2972 """
5e483524
RD
2973 return _stc.StyledTextCtrl_SetWrapVisualFlags(*args, **kwargs)
2974
2975 def GetWrapVisualFlags(*args, **kwargs):
9ad7392b
RD
2976 """
2977 GetWrapVisualFlags(self) -> int
2978
2979 Retrive the display mode of visual flags for wrapped lines.
2980 """
5e483524
RD
2981 return _stc.StyledTextCtrl_GetWrapVisualFlags(*args, **kwargs)
2982
2983 def SetWrapVisualFlagsLocation(*args, **kwargs):
9ad7392b
RD
2984 """
2985 SetWrapVisualFlagsLocation(self, int wrapVisualFlagsLocation)
2986
2987 Set the location of visual flags for wrapped lines.
2988 """
5e483524
RD
2989 return _stc.StyledTextCtrl_SetWrapVisualFlagsLocation(*args, **kwargs)
2990
2991 def GetWrapVisualFlagsLocation(*args, **kwargs):
9ad7392b
RD
2992 """
2993 GetWrapVisualFlagsLocation(self) -> int
2994
2995 Retrive the location of visual flags for wrapped lines.
2996 """
5e483524
RD
2997 return _stc.StyledTextCtrl_GetWrapVisualFlagsLocation(*args, **kwargs)
2998
2999 def SetWrapStartIndent(*args, **kwargs):
9ad7392b
RD
3000 """
3001 SetWrapStartIndent(self, int indent)
3002
3003 Set the start indent for wrapped lines.
3004 """
5e483524
RD
3005 return _stc.StyledTextCtrl_SetWrapStartIndent(*args, **kwargs)
3006
3007 def GetWrapStartIndent(*args, **kwargs):
9ad7392b
RD
3008 """
3009 GetWrapStartIndent(self) -> int
3010
3011 Retrive the start indent for wrapped lines.
3012 """
5e483524
RD
3013 return _stc.StyledTextCtrl_GetWrapStartIndent(*args, **kwargs)
3014
e811c8ce 3015 def SetLayoutCache(*args, **kwargs):
9ad7392b
RD
3016 """
3017 SetLayoutCache(self, int mode)
3018
3019 Sets the degree of caching of layout information.
3020 """
e811c8ce
RD
3021 return _stc.StyledTextCtrl_SetLayoutCache(*args, **kwargs)
3022
3023 def GetLayoutCache(*args, **kwargs):
9ad7392b
RD
3024 """
3025 GetLayoutCache(self) -> int
3026
3027 Retrieve the degree of caching of layout information.
3028 """
e811c8ce
RD
3029 return _stc.StyledTextCtrl_GetLayoutCache(*args, **kwargs)
3030
3031 def SetScrollWidth(*args, **kwargs):
9ad7392b
RD
3032 """
3033 SetScrollWidth(self, int pixelWidth)
3034
3035 Sets the document width assumed for scrolling.
3036 """
e811c8ce
RD
3037 return _stc.StyledTextCtrl_SetScrollWidth(*args, **kwargs)
3038
3039 def GetScrollWidth(*args, **kwargs):
9ad7392b
RD
3040 """
3041 GetScrollWidth(self) -> int
3042
3043 Retrieve the document width assumed for scrolling.
3044 """
e811c8ce
RD
3045 return _stc.StyledTextCtrl_GetScrollWidth(*args, **kwargs)
3046
3047 def TextWidth(*args, **kwargs):
9ad7392b
RD
3048 """
3049 TextWidth(self, int style, String text) -> int
3050
3051 Measure the pixel width of some text in a particular style.
3052 NUL terminated text argument.
3053 Does not handle tab or control characters.
3054 """
e811c8ce
RD
3055 return _stc.StyledTextCtrl_TextWidth(*args, **kwargs)
3056
3057 def SetEndAtLastLine(*args, **kwargs):
9ad7392b
RD
3058 """
3059 SetEndAtLastLine(self, bool endAtLastLine)
3060
3061 Sets the scroll range so that maximum scroll position has
3062 the last line at the bottom of the view (default).
3063 Setting this to false allows scrolling one page below the last line.
3064 """
e811c8ce
RD
3065 return _stc.StyledTextCtrl_SetEndAtLastLine(*args, **kwargs)
3066
3067 def GetEndAtLastLine(*args, **kwargs):
9ad7392b
RD
3068 """
3069 GetEndAtLastLine(self) -> int
3070
3071 Retrieve whether the maximum scroll position has the last
3072 line at the bottom of the view.
3073 """
e811c8ce
RD
3074 return _stc.StyledTextCtrl_GetEndAtLastLine(*args, **kwargs)
3075
3076 def TextHeight(*args, **kwargs):
9ad7392b
RD
3077 """
3078 TextHeight(self, int line) -> int
3079
3080 Retrieve the height of a particular line of text in pixels.
3081 """
e811c8ce
RD
3082 return _stc.StyledTextCtrl_TextHeight(*args, **kwargs)
3083
3084 def SetUseVerticalScrollBar(*args, **kwargs):
9ad7392b
RD
3085 """
3086 SetUseVerticalScrollBar(self, bool show)
3087
3088 Show or hide the vertical scroll bar.
3089 """
e811c8ce
RD
3090 return _stc.StyledTextCtrl_SetUseVerticalScrollBar(*args, **kwargs)
3091
3092 def GetUseVerticalScrollBar(*args, **kwargs):
9ad7392b
RD
3093 """
3094 GetUseVerticalScrollBar(self) -> bool
3095
3096 Is the vertical scroll bar visible?
3097 """
e811c8ce
RD
3098 return _stc.StyledTextCtrl_GetUseVerticalScrollBar(*args, **kwargs)
3099
3100 def AppendText(*args, **kwargs):
9ad7392b
RD
3101 """
3102 AppendText(self, String text)
3103
3104 Append a string to the end of the document without changing the selection.
3105 """
e811c8ce
RD
3106 return _stc.StyledTextCtrl_AppendText(*args, **kwargs)
3107
3108 def GetTwoPhaseDraw(*args, **kwargs):
9ad7392b
RD
3109 """
3110 GetTwoPhaseDraw(self) -> bool
3111
3112 Is drawing done in two phases with backgrounds drawn before foregrounds?
3113 """
e811c8ce
RD
3114 return _stc.StyledTextCtrl_GetTwoPhaseDraw(*args, **kwargs)
3115
3116 def SetTwoPhaseDraw(*args, **kwargs):
9ad7392b
RD
3117 """
3118 SetTwoPhaseDraw(self, bool twoPhase)
3119
3120 In twoPhaseDraw mode, drawing is performed in two phases, first the background
3121 and then the foreground. This avoids chopping off characters that overlap the next run.
3122 """
e811c8ce
RD
3123 return _stc.StyledTextCtrl_SetTwoPhaseDraw(*args, **kwargs)
3124
3125 def TargetFromSelection(*args, **kwargs):
9ad7392b
RD
3126 """
3127 TargetFromSelection(self)
3128
3129 Make the target range start and end be the same as the selection range start and end.
3130 """
e811c8ce
RD
3131 return _stc.StyledTextCtrl_TargetFromSelection(*args, **kwargs)
3132
3133 def LinesJoin(*args, **kwargs):
9ad7392b
RD
3134 """
3135 LinesJoin(self)
3136
3137 Join the lines in the target.
3138 """
e811c8ce
RD
3139 return _stc.StyledTextCtrl_LinesJoin(*args, **kwargs)
3140
3141 def LinesSplit(*args, **kwargs):
9ad7392b
RD
3142 """
3143 LinesSplit(self, int pixelWidth)
3144
3145 Split the lines in the target into lines that are less wide than pixelWidth
3146 where possible.
3147 """
e811c8ce
RD
3148 return _stc.StyledTextCtrl_LinesSplit(*args, **kwargs)
3149
3150 def SetFoldMarginColour(*args, **kwargs):
9ad7392b
RD
3151 """
3152 SetFoldMarginColour(self, bool useSetting, Colour back)
3153
3154 Set the colours used as a chequerboard pattern in the fold margin
3155 """
e811c8ce
RD
3156 return _stc.StyledTextCtrl_SetFoldMarginColour(*args, **kwargs)
3157
3158 def SetFoldMarginHiColour(*args, **kwargs):
a95a7133 3159 """SetFoldMarginHiColour(self, bool useSetting, Colour fore)"""
e811c8ce
RD
3160 return _stc.StyledTextCtrl_SetFoldMarginHiColour(*args, **kwargs)
3161
4276dc52
RD
3162 def LineDown(*args, **kwargs):
3163 """
a95a7133 3164 LineDown(self)
4276dc52 3165
5ba5649b 3166 Move caret down one line.
4276dc52
RD
3167 """
3168 return _stc.StyledTextCtrl_LineDown(*args, **kwargs)
3169
5ba5649b 3170
4276dc52 3171 def LineDownExtend(*args, **kwargs):
9ad7392b
RD
3172 """
3173 LineDownExtend(self)
3174
3175 Move caret down one line extending selection to new caret position.
3176 """
4276dc52
RD
3177 return _stc.StyledTextCtrl_LineDownExtend(*args, **kwargs)
3178
3179 def LineUp(*args, **kwargs):
3180 """
a95a7133 3181 LineUp(self)
4276dc52 3182
5ba5649b 3183 Move caret up one line.
4276dc52
RD
3184 """
3185 return _stc.StyledTextCtrl_LineUp(*args, **kwargs)
3186
5ba5649b 3187
4276dc52 3188 def LineUpExtend(*args, **kwargs):
9ad7392b
RD
3189 """
3190 LineUpExtend(self)
3191
3192 Move caret up one line extending selection to new caret position.
3193 """
4276dc52
RD
3194 return _stc.StyledTextCtrl_LineUpExtend(*args, **kwargs)
3195
3196 def CharLeft(*args, **kwargs):
9ad7392b
RD
3197 """
3198 CharLeft(self)
3199
3200 Move caret left one character.
3201 """
4276dc52
RD
3202 return _stc.StyledTextCtrl_CharLeft(*args, **kwargs)
3203
3204 def CharLeftExtend(*args, **kwargs):
9ad7392b
RD
3205 """
3206 CharLeftExtend(self)
3207
3208 Move caret left one character extending selection to new caret position.
3209 """
4276dc52
RD
3210 return _stc.StyledTextCtrl_CharLeftExtend(*args, **kwargs)
3211
3212 def CharRight(*args, **kwargs):
9ad7392b
RD
3213 """
3214 CharRight(self)
3215
3216 Move caret right one character.
3217 """
4276dc52
RD
3218 return _stc.StyledTextCtrl_CharRight(*args, **kwargs)
3219
3220 def CharRightExtend(*args, **kwargs):
9ad7392b
RD
3221 """
3222 CharRightExtend(self)
3223
3224 Move caret right one character extending selection to new caret position.
3225 """
4276dc52
RD
3226 return _stc.StyledTextCtrl_CharRightExtend(*args, **kwargs)
3227
3228 def WordLeft(*args, **kwargs):
9ad7392b
RD
3229 """
3230 WordLeft(self)
3231
3232 Move caret left one word.
3233 """
4276dc52
RD
3234 return _stc.StyledTextCtrl_WordLeft(*args, **kwargs)
3235
3236 def WordLeftExtend(*args, **kwargs):
9ad7392b
RD
3237 """
3238 WordLeftExtend(self)
3239
3240 Move caret left one word extending selection to new caret position.
3241 """
3242 return _stc.StyledTextCtrl_WordLeftExtend(*args, **kwargs)
4276dc52
RD
3243
3244 def WordRight(*args, **kwargs):
9ad7392b
RD
3245 """
3246 WordRight(self)
3247
3248 Move caret right one word.
3249 """
4276dc52
RD
3250 return _stc.StyledTextCtrl_WordRight(*args, **kwargs)
3251
3252 def WordRightExtend(*args, **kwargs):
9ad7392b
RD
3253 """
3254 WordRightExtend(self)
3255
3256 Move caret right one word extending selection to new caret position.
3257 """
4276dc52
RD
3258 return _stc.StyledTextCtrl_WordRightExtend(*args, **kwargs)
3259
3260 def Home(*args, **kwargs):
9ad7392b
RD
3261 """
3262 Home(self)
3263
3264 Move caret to first position on line.
3265 """
4276dc52
RD
3266 return _stc.StyledTextCtrl_Home(*args, **kwargs)
3267
3268 def HomeExtend(*args, **kwargs):
9ad7392b
RD
3269 """
3270 HomeExtend(self)
3271
3272 Move caret to first position on line extending selection to new caret position.
3273 """
4276dc52
RD
3274 return _stc.StyledTextCtrl_HomeExtend(*args, **kwargs)
3275
3276 def LineEnd(*args, **kwargs):
9ad7392b
RD
3277 """
3278 LineEnd(self)
3279
3280 Move caret to last position on line.
3281 """
4276dc52
RD
3282 return _stc.StyledTextCtrl_LineEnd(*args, **kwargs)
3283
3284 def LineEndExtend(*args, **kwargs):
9ad7392b
RD
3285 """
3286 LineEndExtend(self)
3287
3288 Move caret to last position on line extending selection to new caret position.
3289 """
4276dc52
RD
3290 return _stc.StyledTextCtrl_LineEndExtend(*args, **kwargs)
3291
3292 def DocumentStart(*args, **kwargs):
9ad7392b
RD
3293 """
3294 DocumentStart(self)
3295
3296 Move caret to first position in document.
3297 """
4276dc52
RD
3298 return _stc.StyledTextCtrl_DocumentStart(*args, **kwargs)
3299
3300 def DocumentStartExtend(*args, **kwargs):
9ad7392b
RD
3301 """
3302 DocumentStartExtend(self)
3303
3304 Move caret to first position in document extending selection to new caret position.
3305 """
4276dc52
RD
3306 return _stc.StyledTextCtrl_DocumentStartExtend(*args, **kwargs)
3307
3308 def DocumentEnd(*args, **kwargs):
9ad7392b
RD
3309 """
3310 DocumentEnd(self)
3311
3312 Move caret to last position in document.
3313 """
4276dc52
RD
3314 return _stc.StyledTextCtrl_DocumentEnd(*args, **kwargs)
3315
3316 def DocumentEndExtend(*args, **kwargs):
9ad7392b
RD
3317 """
3318 DocumentEndExtend(self)
3319
3320 Move caret to last position in document extending selection to new caret position.
3321 """
4276dc52
RD
3322 return _stc.StyledTextCtrl_DocumentEndExtend(*args, **kwargs)
3323
3324 def PageUp(*args, **kwargs):
0346c964
RD
3325 """
3326 PageUp(self)
3327
5ba5649b 3328 Move caret one page up.
0346c964 3329 """
4276dc52
RD
3330 return _stc.StyledTextCtrl_PageUp(*args, **kwargs)
3331
5ba5649b 3332
4276dc52 3333 def PageUpExtend(*args, **kwargs):
9ad7392b
RD
3334 """
3335 PageUpExtend(self)
3336
3337 Move caret one page up extending selection to new caret position.
3338 """
4276dc52
RD
3339 return _stc.StyledTextCtrl_PageUpExtend(*args, **kwargs)
3340
3341 def PageDown(*args, **kwargs):
3342 """
a95a7133 3343 PageDown(self)
4276dc52 3344
5ba5649b 3345 Move caret one page down.
4276dc52
RD
3346 """
3347 return _stc.StyledTextCtrl_PageDown(*args, **kwargs)
3348
5ba5649b 3349
4276dc52 3350 def PageDownExtend(*args, **kwargs):
9ad7392b
RD
3351 """
3352 PageDownExtend(self)
3353
3354 Move caret one page down extending selection to new caret position.
3355 """
4276dc52
RD
3356 return _stc.StyledTextCtrl_PageDownExtend(*args, **kwargs)
3357
3358 def EditToggleOvertype(*args, **kwargs):
9ad7392b
RD
3359 """
3360 EditToggleOvertype(self)
3361
3362 Switch from insert to overtype mode or the reverse.
3363 """
4276dc52
RD
3364 return _stc.StyledTextCtrl_EditToggleOvertype(*args, **kwargs)
3365
3366 def Cancel(*args, **kwargs):
9ad7392b
RD
3367 """
3368 Cancel(self)
3369
3370 Cancel any modes such as call tip or auto-completion list display.
3371 """
4276dc52
RD
3372 return _stc.StyledTextCtrl_Cancel(*args, **kwargs)
3373
3374 def DeleteBack(*args, **kwargs):
9ad7392b
RD
3375 """
3376 DeleteBack(self)
3377
3378 Delete the selection or if no selection, the character before the caret.
3379 """
4276dc52
RD
3380 return _stc.StyledTextCtrl_DeleteBack(*args, **kwargs)
3381
3382 def Tab(*args, **kwargs):
9ad7392b
RD
3383 """
3384 Tab(self)
3385
3386 If selection is empty or all on one line replace the selection with a tab character.
3387 If more than one line selected, indent the lines.
3388 """
4276dc52
RD
3389 return _stc.StyledTextCtrl_Tab(*args, **kwargs)
3390
3391 def BackTab(*args, **kwargs):
9ad7392b
RD
3392 """
3393 BackTab(self)
3394
3395 Dedent the selected lines.
3396 """
4276dc52
RD
3397 return _stc.StyledTextCtrl_BackTab(*args, **kwargs)
3398
3399 def NewLine(*args, **kwargs):
9ad7392b
RD
3400 """
3401 NewLine(self)
3402
3403 Insert a new line, may use a CRLF, CR or LF depending on EOL mode.
3404 """
4276dc52
RD
3405 return _stc.StyledTextCtrl_NewLine(*args, **kwargs)
3406
3407 def FormFeed(*args, **kwargs):
9ad7392b
RD
3408 """
3409 FormFeed(self)
3410
3411 Insert a Form Feed character.
3412 """
4276dc52
RD
3413 return _stc.StyledTextCtrl_FormFeed(*args, **kwargs)
3414
3415 def VCHome(*args, **kwargs):
9ad7392b
RD
3416 """
3417 VCHome(self)
3418
3419 Move caret to before first visible character on line.
3420 If already there move to first character on line.
3421 """
4276dc52
RD
3422 return _stc.StyledTextCtrl_VCHome(*args, **kwargs)
3423
3424 def VCHomeExtend(*args, **kwargs):
9ad7392b
RD
3425 """
3426 VCHomeExtend(self)
3427
3428 Like VCHome but extending selection to new caret position.
3429 """
4276dc52
RD
3430 return _stc.StyledTextCtrl_VCHomeExtend(*args, **kwargs)
3431
3432 def ZoomIn(*args, **kwargs):
9ad7392b
RD
3433 """
3434 ZoomIn(self)
3435
3436 Magnify the displayed text by increasing the sizes by 1 point.
3437 """
4276dc52
RD
3438 return _stc.StyledTextCtrl_ZoomIn(*args, **kwargs)
3439
3440 def ZoomOut(*args, **kwargs):
9ad7392b
RD
3441 """
3442 ZoomOut(self)
3443
3444 Make the displayed text smaller by decreasing the sizes by 1 point.
3445 """
4276dc52
RD
3446 return _stc.StyledTextCtrl_ZoomOut(*args, **kwargs)
3447
3448 def DelWordLeft(*args, **kwargs):
9ad7392b
RD
3449 """
3450 DelWordLeft(self)
3451
3452 Delete the word to the left of the caret.
3453 """
4276dc52
RD
3454 return _stc.StyledTextCtrl_DelWordLeft(*args, **kwargs)
3455
3456 def DelWordRight(*args, **kwargs):
9ad7392b
RD
3457 """
3458 DelWordRight(self)
3459
3460 Delete the word to the right of the caret.
3461 """
4276dc52
RD
3462 return _stc.StyledTextCtrl_DelWordRight(*args, **kwargs)
3463
3464 def LineCut(*args, **kwargs):
9ad7392b
RD
3465 """
3466 LineCut(self)
3467
3468 Cut the line containing the caret.
3469 """
4276dc52
RD
3470 return _stc.StyledTextCtrl_LineCut(*args, **kwargs)
3471
3472 def LineDelete(*args, **kwargs):
9ad7392b
RD
3473 """
3474 LineDelete(self)
3475
3476 Delete the line containing the caret.
3477 """
4276dc52
RD
3478 return _stc.StyledTextCtrl_LineDelete(*args, **kwargs)
3479
3480 def LineTranspose(*args, **kwargs):
9ad7392b
RD
3481 """
3482 LineTranspose(self)
3483
3484 Switch the current line with the previous.
3485 """
4276dc52
RD
3486 return _stc.StyledTextCtrl_LineTranspose(*args, **kwargs)
3487
e811c8ce 3488 def LineDuplicate(*args, **kwargs):
9ad7392b
RD
3489 """
3490 LineDuplicate(self)
3491
3492 Duplicate the current line.
3493 """
e811c8ce
RD
3494 return _stc.StyledTextCtrl_LineDuplicate(*args, **kwargs)
3495
4276dc52 3496 def LowerCase(*args, **kwargs):
9ad7392b
RD
3497 """
3498 LowerCase(self)
3499
3500 Transform the selection to lower case.
3501 """
4276dc52
RD
3502 return _stc.StyledTextCtrl_LowerCase(*args, **kwargs)
3503
3504 def UpperCase(*args, **kwargs):
9ad7392b
RD
3505 """
3506 UpperCase(self)
3507
3508 Transform the selection to upper case.
3509 """
4276dc52
RD
3510 return _stc.StyledTextCtrl_UpperCase(*args, **kwargs)
3511
3512 def LineScrollDown(*args, **kwargs):
9ad7392b
RD
3513 """
3514 LineScrollDown(self)
3515
3516 Scroll the document down, keeping the caret visible.
3517 """
4276dc52
RD
3518 return _stc.StyledTextCtrl_LineScrollDown(*args, **kwargs)
3519
3520 def LineScrollUp(*args, **kwargs):
9ad7392b
RD
3521 """
3522 LineScrollUp(self)
3523
3524 Scroll the document up, keeping the caret visible.
3525 """
4276dc52
RD
3526 return _stc.StyledTextCtrl_LineScrollUp(*args, **kwargs)
3527
3528 def DeleteBackNotLine(*args, **kwargs):
9ad7392b
RD
3529 """
3530 DeleteBackNotLine(self)
3531
3532 Delete the selection or if no selection, the character before the caret.
3533 Will not delete the character before at the start of a line.
3534 """
4276dc52
RD
3535 return _stc.StyledTextCtrl_DeleteBackNotLine(*args, **kwargs)
3536
e811c8ce 3537 def HomeDisplay(*args, **kwargs):
9ad7392b
RD
3538 """
3539 HomeDisplay(self)
3540
3541 Move caret to first position on display line.
3542 """
e811c8ce
RD
3543 return _stc.StyledTextCtrl_HomeDisplay(*args, **kwargs)
3544
3545 def HomeDisplayExtend(*args, **kwargs):
9ad7392b
RD
3546 """
3547 HomeDisplayExtend(self)
3548
3549 Move caret to first position on display line extending selection to
3550 new caret position.
3551 """
e811c8ce
RD
3552 return _stc.StyledTextCtrl_HomeDisplayExtend(*args, **kwargs)
3553
3554 def LineEndDisplay(*args, **kwargs):
9ad7392b
RD
3555 """
3556 LineEndDisplay(self)
3557
3558 Move caret to last position on display line.
3559 """
e811c8ce
RD
3560 return _stc.StyledTextCtrl_LineEndDisplay(*args, **kwargs)
3561
3562 def LineEndDisplayExtend(*args, **kwargs):
9ad7392b
RD
3563 """
3564 LineEndDisplayExtend(self)
3565
3566 Move caret to last position on display line extending selection to new
3567 caret position.
3568 """
e811c8ce
RD
3569 return _stc.StyledTextCtrl_LineEndDisplayExtend(*args, **kwargs)
3570
4276dc52 3571 def HomeWrap(*args, **kwargs):
9ad7392b
RD
3572 """
3573 HomeWrap(self)
3574
3575 These are like their namesakes Home(Extend)?, LineEnd(Extend)?, VCHome(Extend)?
3576 except they behave differently when word-wrap is enabled:
3577 They go first to the start / end of the display line, like (Home|LineEnd)Display
3578 The difference is that, the cursor is already at the point, it goes on to the start
3579 or end of the document line, as appropriate for (Home|LineEnd|VCHome)(Extend)?.
3580 """
4276dc52
RD
3581 return _stc.StyledTextCtrl_HomeWrap(*args, **kwargs)
3582
3583 def HomeWrapExtend(*args, **kwargs):
a95a7133 3584 """HomeWrapExtend(self)"""
4276dc52
RD
3585 return _stc.StyledTextCtrl_HomeWrapExtend(*args, **kwargs)
3586
3587 def LineEndWrap(*args, **kwargs):
a95a7133 3588 """LineEndWrap(self)"""
4276dc52
RD
3589 return _stc.StyledTextCtrl_LineEndWrap(*args, **kwargs)
3590
3591 def LineEndWrapExtend(*args, **kwargs):
a95a7133 3592 """LineEndWrapExtend(self)"""
4276dc52
RD
3593 return _stc.StyledTextCtrl_LineEndWrapExtend(*args, **kwargs)
3594
3595 def VCHomeWrap(*args, **kwargs):
a95a7133 3596 """VCHomeWrap(self)"""
4276dc52
RD
3597 return _stc.StyledTextCtrl_VCHomeWrap(*args, **kwargs)
3598
3599 def VCHomeWrapExtend(*args, **kwargs):
a95a7133 3600 """VCHomeWrapExtend(self)"""
4276dc52
RD
3601 return _stc.StyledTextCtrl_VCHomeWrapExtend(*args, **kwargs)
3602
e811c8ce 3603 def LineCopy(*args, **kwargs):
9ad7392b
RD
3604 """
3605 LineCopy(self)
3606
3607 Copy the line containing the caret.
3608 """
e811c8ce
RD
3609 return _stc.StyledTextCtrl_LineCopy(*args, **kwargs)
3610
3611 def MoveCaretInsideView(*args, **kwargs):
9ad7392b
RD
3612 """
3613 MoveCaretInsideView(self)
3614
3615 Move the caret inside current view if it's not there already.
3616 """
e811c8ce
RD
3617 return _stc.StyledTextCtrl_MoveCaretInsideView(*args, **kwargs)
3618
3619 def LineLength(*args, **kwargs):
9ad7392b
RD
3620 """
3621 LineLength(self, int line) -> int
3622
3623 How many characters are on a line, not including end of line characters?
3624 """
e811c8ce
RD
3625 return _stc.StyledTextCtrl_LineLength(*args, **kwargs)
3626
3627 def BraceHighlight(*args, **kwargs):
9ad7392b
RD
3628 """
3629 BraceHighlight(self, int pos1, int pos2)
3630
3631 Highlight the characters at two positions.
3632 """
e811c8ce
RD
3633 return _stc.StyledTextCtrl_BraceHighlight(*args, **kwargs)
3634
3635 def BraceBadLight(*args, **kwargs):
9ad7392b
RD
3636 """
3637 BraceBadLight(self, int pos)
3638
3639 Highlight the character at a position indicating there is no matching brace.
3640 """
e811c8ce
RD
3641 return _stc.StyledTextCtrl_BraceBadLight(*args, **kwargs)
3642
3643 def BraceMatch(*args, **kwargs):
9ad7392b
RD
3644 """
3645 BraceMatch(self, int pos) -> int
3646
3647 Find the position of a matching brace or INVALID_POSITION if no match.
3648 """
e811c8ce
RD
3649 return _stc.StyledTextCtrl_BraceMatch(*args, **kwargs)
3650
3651 def GetViewEOL(*args, **kwargs):
9ad7392b
RD
3652 """
3653 GetViewEOL(self) -> bool
3654
3655 Are the end of line characters visible?
3656 """
e811c8ce
RD
3657 return _stc.StyledTextCtrl_GetViewEOL(*args, **kwargs)
3658
3659 def SetViewEOL(*args, **kwargs):
9ad7392b
RD
3660 """
3661 SetViewEOL(self, bool visible)
3662
3663 Make the end of line characters visible or invisible.
3664 """
e811c8ce
RD
3665 return _stc.StyledTextCtrl_SetViewEOL(*args, **kwargs)
3666
3667 def GetDocPointer(*args, **kwargs):
9ad7392b
RD
3668 """
3669 GetDocPointer(self) -> void
3670
3671 Retrieve a pointer to the document object.
3672 """
e811c8ce
RD
3673 return _stc.StyledTextCtrl_GetDocPointer(*args, **kwargs)
3674
3675 def SetDocPointer(*args, **kwargs):
9ad7392b
RD
3676 """
3677 SetDocPointer(self, void docPointer)
3678
3679 Change the document object used.
3680 """
e811c8ce
RD
3681 return _stc.StyledTextCtrl_SetDocPointer(*args, **kwargs)
3682
3683 def SetModEventMask(*args, **kwargs):
9ad7392b
RD
3684 """
3685 SetModEventMask(self, int mask)
3686
3687 Set which document modification events are sent to the container.
3688 """
e811c8ce
RD
3689 return _stc.StyledTextCtrl_SetModEventMask(*args, **kwargs)
3690
3691 def GetEdgeColumn(*args, **kwargs):
9ad7392b
RD
3692 """
3693 GetEdgeColumn(self) -> int
3694
3695 Retrieve the column number which text should be kept within.
3696 """
e811c8ce
RD
3697 return _stc.StyledTextCtrl_GetEdgeColumn(*args, **kwargs)
3698
3699 def SetEdgeColumn(*args, **kwargs):
9ad7392b
RD
3700 """
3701 SetEdgeColumn(self, int column)
3702
3703 Set the column number of the edge.
3704 If text goes past the edge then it is highlighted.
3705 """
e811c8ce
RD
3706 return _stc.StyledTextCtrl_SetEdgeColumn(*args, **kwargs)
3707
3708 def GetEdgeMode(*args, **kwargs):
9ad7392b
RD
3709 """
3710 GetEdgeMode(self) -> int
3711
3712 Retrieve the edge highlight mode.
3713 """
e811c8ce
RD
3714 return _stc.StyledTextCtrl_GetEdgeMode(*args, **kwargs)
3715
3716 def SetEdgeMode(*args, **kwargs):
9ad7392b
RD
3717 """
3718 SetEdgeMode(self, int mode)
3719
3720 The edge may be displayed by a line (EDGE_LINE) or by highlighting text that
3721 goes beyond it (EDGE_BACKGROUND) or not displayed at all (EDGE_NONE).
3722 """
e811c8ce
RD
3723 return _stc.StyledTextCtrl_SetEdgeMode(*args, **kwargs)
3724
3725 def GetEdgeColour(*args, **kwargs):
9ad7392b
RD
3726 """
3727 GetEdgeColour(self) -> Colour
3728
3729 Retrieve the colour used in edge indication.
3730 """
e811c8ce
RD
3731 return _stc.StyledTextCtrl_GetEdgeColour(*args, **kwargs)
3732
3733 def SetEdgeColour(*args, **kwargs):
9ad7392b
RD
3734 """
3735 SetEdgeColour(self, Colour edgeColour)
3736
3737 Change the colour used in edge indication.
3738 """
e811c8ce
RD
3739 return _stc.StyledTextCtrl_SetEdgeColour(*args, **kwargs)
3740
3741 def SearchAnchor(*args, **kwargs):
9ad7392b
RD
3742 """
3743 SearchAnchor(self)
3744
3745 Sets the current caret position to be the search anchor.
3746 """
e811c8ce
RD
3747 return _stc.StyledTextCtrl_SearchAnchor(*args, **kwargs)
3748
3749 def SearchNext(*args, **kwargs):
9ad7392b
RD
3750 """
3751 SearchNext(self, int flags, String text) -> int
3752
3753 Find some text starting at the search anchor.
3754 Does not ensure the selection is visible.
3755 """
e811c8ce
RD
3756 return _stc.StyledTextCtrl_SearchNext(*args, **kwargs)
3757
3758 def SearchPrev(*args, **kwargs):
9ad7392b
RD
3759 """
3760 SearchPrev(self, int flags, String text) -> int
3761
3762 Find some text starting at the search anchor and moving backwards.
3763 Does not ensure the selection is visible.
3764 """
e811c8ce
RD
3765 return _stc.StyledTextCtrl_SearchPrev(*args, **kwargs)
3766
3767 def LinesOnScreen(*args, **kwargs):
9ad7392b
RD
3768 """
3769 LinesOnScreen(self) -> int
3770
3771 Retrieves the number of lines completely visible.
3772 """
e811c8ce
RD
3773 return _stc.StyledTextCtrl_LinesOnScreen(*args, **kwargs)
3774
3775 def UsePopUp(*args, **kwargs):
9ad7392b
RD
3776 """
3777 UsePopUp(self, bool allowPopUp)
3778
3779 Set whether a pop up menu is displayed automatically when the user presses
3780 the wrong mouse button.
3781 """
e811c8ce
RD
3782 return _stc.StyledTextCtrl_UsePopUp(*args, **kwargs)
3783
3784 def SelectionIsRectangle(*args, **kwargs):
9ad7392b
RD
3785 """
3786 SelectionIsRectangle(self) -> bool
3787
3788 Is the selection rectangular? The alternative is the more common stream selection.
3789 """
e811c8ce
RD
3790 return _stc.StyledTextCtrl_SelectionIsRectangle(*args, **kwargs)
3791
3792 def SetZoom(*args, **kwargs):
9ad7392b
RD
3793 """
3794 SetZoom(self, int zoom)
3795
3796 Set the zoom level. This number of points is added to the size of all fonts.
3797 It may be positive to magnify or negative to reduce.
3798 """
e811c8ce
RD
3799 return _stc.StyledTextCtrl_SetZoom(*args, **kwargs)
3800
3801 def GetZoom(*args, **kwargs):
9ad7392b
RD
3802 """
3803 GetZoom(self) -> int
3804
3805 Retrieve the zoom level.
3806 """
e811c8ce
RD
3807 return _stc.StyledTextCtrl_GetZoom(*args, **kwargs)
3808
3809 def CreateDocument(*args, **kwargs):
9ad7392b
RD
3810 """
3811 CreateDocument(self) -> void
3812
3813 Create a new document object.
3814 Starts with reference count of 1 and not selected into editor.
3815 """
e811c8ce
RD
3816 return _stc.StyledTextCtrl_CreateDocument(*args, **kwargs)
3817
3818 def AddRefDocument(*args, **kwargs):
9ad7392b
RD
3819 """
3820 AddRefDocument(self, void docPointer)
3821
3822 Extend life of document.
3823 """
e811c8ce
RD
3824 return _stc.StyledTextCtrl_AddRefDocument(*args, **kwargs)
3825
3826 def ReleaseDocument(*args, **kwargs):
9ad7392b
RD
3827 """
3828 ReleaseDocument(self, void docPointer)
3829
3830 Release a reference to the document, deleting document if it fades to black.
3831 """
e811c8ce
RD
3832 return _stc.StyledTextCtrl_ReleaseDocument(*args, **kwargs)
3833
3834 def GetModEventMask(*args, **kwargs):
9ad7392b
RD
3835 """
3836 GetModEventMask(self) -> int
3837
3838 Get which document modification events are sent to the container.
3839 """
e811c8ce
RD
3840 return _stc.StyledTextCtrl_GetModEventMask(*args, **kwargs)
3841
3842 def SetSTCFocus(*args, **kwargs):
9ad7392b
RD
3843 """
3844 SetSTCFocus(self, bool focus)
3845
3846 Change internal focus flag.
3847 """
e811c8ce
RD
3848 return _stc.StyledTextCtrl_SetSTCFocus(*args, **kwargs)
3849
3850 def GetSTCFocus(*args, **kwargs):
9ad7392b
RD
3851 """
3852 GetSTCFocus(self) -> bool
3853
3854 Get internal focus flag.
3855 """
e811c8ce
RD
3856 return _stc.StyledTextCtrl_GetSTCFocus(*args, **kwargs)
3857
3858 def SetStatus(*args, **kwargs):
9ad7392b
RD
3859 """
3860 SetStatus(self, int statusCode)
3861
3862 Change error status - 0 = OK.
3863 """
e811c8ce
RD
3864 return _stc.StyledTextCtrl_SetStatus(*args, **kwargs)
3865
3866 def GetStatus(*args, **kwargs):
9ad7392b
RD
3867 """
3868 GetStatus(self) -> int
3869
3870 Get error status.
3871 """
e811c8ce
RD
3872 return _stc.StyledTextCtrl_GetStatus(*args, **kwargs)
3873
3874 def SetMouseDownCaptures(*args, **kwargs):
9ad7392b
RD
3875 """
3876 SetMouseDownCaptures(self, bool captures)
3877
3878 Set whether the mouse is captured when its button is pressed.
3879 """
e811c8ce
RD
3880 return _stc.StyledTextCtrl_SetMouseDownCaptures(*args, **kwargs)
3881
3882 def GetMouseDownCaptures(*args, **kwargs):
9ad7392b
RD
3883 """
3884 GetMouseDownCaptures(self) -> bool
3885
3886 Get whether mouse gets captured.
3887 """
e811c8ce
RD
3888 return _stc.StyledTextCtrl_GetMouseDownCaptures(*args, **kwargs)
3889
3890 def SetSTCCursor(*args, **kwargs):
9ad7392b
RD
3891 """
3892 SetSTCCursor(self, int cursorType)
3893
3894 Sets the cursor to one of the SC_CURSOR* values.
3895 """
e811c8ce
RD
3896 return _stc.StyledTextCtrl_SetSTCCursor(*args, **kwargs)
3897
3898 def GetSTCCursor(*args, **kwargs):
9ad7392b
RD
3899 """
3900 GetSTCCursor(self) -> int
3901
3902 Get cursor type.
3903 """
e811c8ce
RD
3904 return _stc.StyledTextCtrl_GetSTCCursor(*args, **kwargs)
3905
3906 def SetControlCharSymbol(*args, **kwargs):
9ad7392b
RD
3907 """
3908 SetControlCharSymbol(self, int symbol)
3909
3910 Change the way control characters are displayed:
3911 If symbol is < 32, keep the drawn way, else, use the given character.
3912 """
e811c8ce
RD
3913 return _stc.StyledTextCtrl_SetControlCharSymbol(*args, **kwargs)
3914
3915 def GetControlCharSymbol(*args, **kwargs):
9ad7392b
RD
3916 """
3917 GetControlCharSymbol(self) -> int
3918
3919 Get the way control characters are displayed.
3920 """
e811c8ce
RD
3921 return _stc.StyledTextCtrl_GetControlCharSymbol(*args, **kwargs)
3922
3923 def WordPartLeft(*args, **kwargs):
9ad7392b
RD
3924 """
3925 WordPartLeft(self)
3926
3927 Move to the previous change in capitalisation.
3928 """
e811c8ce
RD
3929 return _stc.StyledTextCtrl_WordPartLeft(*args, **kwargs)
3930
3931 def WordPartLeftExtend(*args, **kwargs):
9ad7392b
RD
3932 """
3933 WordPartLeftExtend(self)
3934
3935 Move to the previous change in capitalisation extending selection
3936 to new caret position.
3937 """
e811c8ce
RD
3938 return _stc.StyledTextCtrl_WordPartLeftExtend(*args, **kwargs)
3939
3940 def WordPartRight(*args, **kwargs):
9ad7392b
RD
3941 """
3942 WordPartRight(self)
3943
3944 Move to the change next in capitalisation.
3945 """
e811c8ce
RD
3946 return _stc.StyledTextCtrl_WordPartRight(*args, **kwargs)
3947
3948 def WordPartRightExtend(*args, **kwargs):
9ad7392b
RD
3949 """
3950 WordPartRightExtend(self)
3951
3952 Move to the next change in capitalisation extending selection
3953 to new caret position.
3954 """
e811c8ce
RD
3955 return _stc.StyledTextCtrl_WordPartRightExtend(*args, **kwargs)
3956
3957 def SetVisiblePolicy(*args, **kwargs):
9ad7392b
RD
3958 """
3959 SetVisiblePolicy(self, int visiblePolicy, int visibleSlop)
3960
3961 Set the way the display area is determined when a particular line
3962 is to be moved to by Find, FindNext, GotoLine, etc.
3963 """
e811c8ce
RD
3964 return _stc.StyledTextCtrl_SetVisiblePolicy(*args, **kwargs)
3965
3966 def DelLineLeft(*args, **kwargs):
9ad7392b
RD
3967 """
3968 DelLineLeft(self)
3969
3970 Delete back from the current position to the start of the line.
3971 """
e811c8ce
RD
3972 return _stc.StyledTextCtrl_DelLineLeft(*args, **kwargs)
3973
3974 def DelLineRight(*args, **kwargs):
9ad7392b
RD
3975 """
3976 DelLineRight(self)
3977
3978 Delete forwards from the current position to the end of the line.
3979 """
3980 return _stc.StyledTextCtrl_DelLineRight(*args, **kwargs)
e811c8ce
RD
3981
3982 def SetXOffset(*args, **kwargs):
9ad7392b
RD
3983 """
3984 SetXOffset(self, int newOffset)
3985
3986 Get and Set the xOffset (ie, horizonal scroll position).
3987 """
e811c8ce
RD
3988 return _stc.StyledTextCtrl_SetXOffset(*args, **kwargs)
3989
3990 def GetXOffset(*args, **kwargs):
a95a7133 3991 """GetXOffset(self) -> int"""
e811c8ce
RD
3992 return _stc.StyledTextCtrl_GetXOffset(*args, **kwargs)
3993
3994 def ChooseCaretX(*args, **kwargs):
9ad7392b
RD
3995 """
3996 ChooseCaretX(self)
3997
3998 Set the last x chosen value to be the caret x position.
3999 """
e811c8ce
RD
4000 return _stc.StyledTextCtrl_ChooseCaretX(*args, **kwargs)
4001
4002 def SetXCaretPolicy(*args, **kwargs):
9ad7392b
RD
4003 """
4004 SetXCaretPolicy(self, int caretPolicy, int caretSlop)
4005
4006 Set the way the caret is kept visible when going sideway.
4007 The exclusion zone is given in pixels.
4008 """
e811c8ce
RD
4009 return _stc.StyledTextCtrl_SetXCaretPolicy(*args, **kwargs)
4010
4011 def SetYCaretPolicy(*args, **kwargs):
9ad7392b
RD
4012 """
4013 SetYCaretPolicy(self, int caretPolicy, int caretSlop)
4014
4015 Set the way the line the caret is on is kept visible.
4016 The exclusion zone is given in lines.
4017 """
e811c8ce
RD
4018 return _stc.StyledTextCtrl_SetYCaretPolicy(*args, **kwargs)
4019
4020 def SetPrintWrapMode(*args, **kwargs):
9ad7392b
RD
4021 """
4022 SetPrintWrapMode(self, int mode)
4023
4024 Set printing to line wrapped (SC_WRAP_WORD) or not line wrapped (SC_WRAP_NONE).
4025 """
e811c8ce
RD
4026 return _stc.StyledTextCtrl_SetPrintWrapMode(*args, **kwargs)
4027
4028 def GetPrintWrapMode(*args, **kwargs):
9ad7392b
RD
4029 """
4030 GetPrintWrapMode(self) -> int
4031
4032 Is printing line wrapped?
4033 """
e811c8ce
RD
4034 return _stc.StyledTextCtrl_GetPrintWrapMode(*args, **kwargs)
4035
4036 def SetHotspotActiveForeground(*args, **kwargs):
9ad7392b
RD
4037 """
4038 SetHotspotActiveForeground(self, bool useSetting, Colour fore)
4039
4040 Set a fore colour for active hotspots.
4041 """
e811c8ce
RD
4042 return _stc.StyledTextCtrl_SetHotspotActiveForeground(*args, **kwargs)
4043
4044 def SetHotspotActiveBackground(*args, **kwargs):
9ad7392b
RD
4045 """
4046 SetHotspotActiveBackground(self, bool useSetting, Colour back)
4047
4048 Set a back colour for active hotspots.
4049 """
e811c8ce
RD
4050 return _stc.StyledTextCtrl_SetHotspotActiveBackground(*args, **kwargs)
4051
4052 def SetHotspotActiveUnderline(*args, **kwargs):
9ad7392b
RD
4053 """
4054 SetHotspotActiveUnderline(self, bool underline)
4055
4056 Enable / Disable underlining active hotspots.
4057 """
e811c8ce
RD
4058 return _stc.StyledTextCtrl_SetHotspotActiveUnderline(*args, **kwargs)
4059
96b3fa7c 4060 def SetHotspotSingleLine(*args, **kwargs):
9ad7392b
RD
4061 """
4062 SetHotspotSingleLine(self, bool singleLine)
4063
4064 Limit hotspots to single line so hotspots on two lines don't merge.
4065 """
96b3fa7c
RD
4066 return _stc.StyledTextCtrl_SetHotspotSingleLine(*args, **kwargs)
4067
4276dc52 4068 def ParaDown(*args, **kwargs):
9ad7392b
RD
4069 """
4070 ParaDown(self)
4071
4072 Move caret between paragraphs (delimited by empty lines).
4073 """
4276dc52
RD
4074 return _stc.StyledTextCtrl_ParaDown(*args, **kwargs)
4075
4076 def ParaDownExtend(*args, **kwargs):
a95a7133 4077 """ParaDownExtend(self)"""
4276dc52
RD
4078 return _stc.StyledTextCtrl_ParaDownExtend(*args, **kwargs)
4079
4080 def ParaUp(*args, **kwargs):
a95a7133 4081 """ParaUp(self)"""
4276dc52
RD
4082 return _stc.StyledTextCtrl_ParaUp(*args, **kwargs)
4083
4084 def ParaUpExtend(*args, **kwargs):
a95a7133 4085 """ParaUpExtend(self)"""
4276dc52
RD
4086 return _stc.StyledTextCtrl_ParaUpExtend(*args, **kwargs)
4087
e811c8ce 4088 def PositionBefore(*args, **kwargs):
9ad7392b
RD
4089 """
4090 PositionBefore(self, int pos) -> int
4091
4092 Given a valid document position, return the previous position taking code
4093 page into account. Returns 0 if passed 0.
4094 """
e811c8ce
RD
4095 return _stc.StyledTextCtrl_PositionBefore(*args, **kwargs)
4096
4097 def PositionAfter(*args, **kwargs):
9ad7392b
RD
4098 """
4099 PositionAfter(self, int pos) -> int
4100
4101 Given a valid document position, return the next position taking code
4102 page into account. Maximum value returned is the last position in the document.
4103 """
e811c8ce
RD
4104 return _stc.StyledTextCtrl_PositionAfter(*args, **kwargs)
4105
4106 def CopyRange(*args, **kwargs):
9ad7392b
RD
4107 """
4108 CopyRange(self, int start, int end)
4109
4110 Copy a range of text to the clipboard. Positions are clipped into the document.
4111 """
e811c8ce
RD
4112 return _stc.StyledTextCtrl_CopyRange(*args, **kwargs)
4113
4114 def CopyText(*args, **kwargs):
9ad7392b
RD
4115 """
4116 CopyText(self, int length, String text)
4117
4118 Copy argument text to the clipboard.
4119 """
e811c8ce
RD
4120 return _stc.StyledTextCtrl_CopyText(*args, **kwargs)
4121
96b3fa7c 4122 def SetSelectionMode(*args, **kwargs):
9ad7392b
RD
4123 """
4124 SetSelectionMode(self, int mode)
4125
4126 Set the selection mode to stream (SC_SEL_STREAM) or rectangular (SC_SEL_RECTANGLE) or
4127 by lines (SC_SEL_LINES).
4128 """
96b3fa7c
RD
4129 return _stc.StyledTextCtrl_SetSelectionMode(*args, **kwargs)
4130
4131 def GetSelectionMode(*args, **kwargs):
9ad7392b
RD
4132 """
4133 GetSelectionMode(self) -> int
4134
4135 Get the mode of the current selection.
4136 """
96b3fa7c
RD
4137 return _stc.StyledTextCtrl_GetSelectionMode(*args, **kwargs)
4138
4139 def GetLineSelStartPosition(*args, **kwargs):
9ad7392b
RD
4140 """
4141 GetLineSelStartPosition(self, int line) -> int
4142
4143 Retrieve the position of the start of the selection at the given line (INVALID_POSITION if no selection on this line).
4144 """
96b3fa7c
RD
4145 return _stc.StyledTextCtrl_GetLineSelStartPosition(*args, **kwargs)
4146
4147 def GetLineSelEndPosition(*args, **kwargs):
9ad7392b
RD
4148 """
4149 GetLineSelEndPosition(self, int line) -> int
4150
4151 Retrieve the position of the end of the selection at the given line (INVALID_POSITION if no selection on this line).
4152 """
96b3fa7c
RD
4153 return _stc.StyledTextCtrl_GetLineSelEndPosition(*args, **kwargs)
4154
4276dc52 4155 def LineDownRectExtend(*args, **kwargs):
9ad7392b
RD
4156 """
4157 LineDownRectExtend(self)
4158
4159 Move caret down one line, extending rectangular selection to new caret position.
4160 """
4276dc52
RD
4161 return _stc.StyledTextCtrl_LineDownRectExtend(*args, **kwargs)
4162
4163 def LineUpRectExtend(*args, **kwargs):
9ad7392b
RD
4164 """
4165 LineUpRectExtend(self)
4166
4167 Move caret up one line, extending rectangular selection to new caret position.
4168 """
4276dc52
RD
4169 return _stc.StyledTextCtrl_LineUpRectExtend(*args, **kwargs)
4170
4171 def CharLeftRectExtend(*args, **kwargs):
9ad7392b
RD
4172 """
4173 CharLeftRectExtend(self)
4174
4175 Move caret left one character, extending rectangular selection to new caret position.
4176 """
4276dc52
RD
4177 return _stc.StyledTextCtrl_CharLeftRectExtend(*args, **kwargs)
4178
4179 def CharRightRectExtend(*args, **kwargs):
9ad7392b
RD
4180 """
4181 CharRightRectExtend(self)
4182
4183 Move caret right one character, extending rectangular selection to new caret position.
4184 """
4276dc52
RD
4185 return _stc.StyledTextCtrl_CharRightRectExtend(*args, **kwargs)
4186
4187 def HomeRectExtend(*args, **kwargs):
9ad7392b
RD
4188 """
4189 HomeRectExtend(self)
4190
4191 Move caret to first position on line, extending rectangular selection to new caret position.
4192 """
4276dc52
RD
4193 return _stc.StyledTextCtrl_HomeRectExtend(*args, **kwargs)
4194
4195 def VCHomeRectExtend(*args, **kwargs):
9ad7392b
RD
4196 """
4197 VCHomeRectExtend(self)
4198
4199 Move caret to before first visible character on line.
4200 If already there move to first character on line.
4201 In either case, extend rectangular selection to new caret position.
4202 """
4276dc52
RD
4203 return _stc.StyledTextCtrl_VCHomeRectExtend(*args, **kwargs)
4204
4205 def LineEndRectExtend(*args, **kwargs):
9ad7392b
RD
4206 """
4207 LineEndRectExtend(self)
4208
4209 Move caret to last position on line, extending rectangular selection to new caret position.
4210 """
4276dc52
RD
4211 return _stc.StyledTextCtrl_LineEndRectExtend(*args, **kwargs)
4212
4213 def PageUpRectExtend(*args, **kwargs):
9ad7392b
RD
4214 """
4215 PageUpRectExtend(self)
4216
4217 Move caret one page up, extending rectangular selection to new caret position.
4218 """
4276dc52
RD
4219 return _stc.StyledTextCtrl_PageUpRectExtend(*args, **kwargs)
4220
4221 def PageDownRectExtend(*args, **kwargs):
9ad7392b
RD
4222 """
4223 PageDownRectExtend(self)
4224
4225 Move caret one page down, extending rectangular selection to new caret position.
4226 """
4276dc52
RD
4227 return _stc.StyledTextCtrl_PageDownRectExtend(*args, **kwargs)
4228
4229 def StutteredPageUp(*args, **kwargs):
9ad7392b
RD
4230 """
4231 StutteredPageUp(self)
4232
4233 Move caret to top of page, or one page up if already at top of page.
4234 """
4276dc52
RD
4235 return _stc.StyledTextCtrl_StutteredPageUp(*args, **kwargs)
4236
4237 def StutteredPageUpExtend(*args, **kwargs):
9ad7392b
RD
4238 """
4239 StutteredPageUpExtend(self)
4240
4241 Move caret to top of page, or one page up if already at top of page, extending selection to new caret position.
4242 """
4276dc52
RD
4243 return _stc.StyledTextCtrl_StutteredPageUpExtend(*args, **kwargs)
4244
4245 def StutteredPageDown(*args, **kwargs):
9ad7392b
RD
4246 """
4247 StutteredPageDown(self)
4248
4249 Move caret to bottom of page, or one page down if already at bottom of page.
4250 """
4276dc52
RD
4251 return _stc.StyledTextCtrl_StutteredPageDown(*args, **kwargs)
4252
4253 def StutteredPageDownExtend(*args, **kwargs):
9ad7392b
RD
4254 """
4255 StutteredPageDownExtend(self)
4256
4257 Move caret to bottom of page, or one page down if already at bottom of page, extending selection to new caret position.
4258 """
4276dc52
RD
4259 return _stc.StyledTextCtrl_StutteredPageDownExtend(*args, **kwargs)
4260
4261 def WordLeftEnd(*args, **kwargs):
9ad7392b
RD
4262 """
4263 WordLeftEnd(self)
4264
4265 Move caret left one word, position cursor at end of word.
4266 """
4276dc52
RD
4267 return _stc.StyledTextCtrl_WordLeftEnd(*args, **kwargs)
4268
4269 def WordLeftEndExtend(*args, **kwargs):
9ad7392b
RD
4270 """
4271 WordLeftEndExtend(self)
4272
4273 Move caret left one word, position cursor at end of word, extending selection to new caret position.
4274 """
4276dc52
RD
4275 return _stc.StyledTextCtrl_WordLeftEndExtend(*args, **kwargs)
4276
4277 def WordRightEnd(*args, **kwargs):
9ad7392b
RD
4278 """
4279 WordRightEnd(self)
4280
4281 Move caret right one word, position cursor at end of word.
4282 """
4276dc52
RD
4283 return _stc.StyledTextCtrl_WordRightEnd(*args, **kwargs)
4284
4285 def WordRightEndExtend(*args, **kwargs):
9ad7392b
RD
4286 """
4287 WordRightEndExtend(self)
4288
4289 Move caret right one word, position cursor at end of word, extending selection to new caret position.
4290 """
4276dc52
RD
4291 return _stc.StyledTextCtrl_WordRightEndExtend(*args, **kwargs)
4292
96b3fa7c 4293 def SetWhitespaceChars(*args, **kwargs):
9ad7392b
RD
4294 """
4295 SetWhitespaceChars(self, String characters)
4296
4297 Set the set of characters making up whitespace for when moving or selecting by word.
4298 Should be called after SetWordChars.
4299 """
96b3fa7c
RD
4300 return _stc.StyledTextCtrl_SetWhitespaceChars(*args, **kwargs)
4301
4302 def SetCharsDefault(*args, **kwargs):
9ad7392b
RD
4303 """
4304 SetCharsDefault(self)
4305
4306 Reset the set of characters for whitespace and word characters to the defaults.
4307 """
96b3fa7c
RD
4308 return _stc.StyledTextCtrl_SetCharsDefault(*args, **kwargs)
4309
4310 def AutoCompGetCurrent(*args, **kwargs):
9ad7392b
RD
4311 """
4312 AutoCompGetCurrent(self) -> int
4313
4314 Get currently selected item position in the auto-completion list
4315 """
96b3fa7c
RD
4316 return _stc.StyledTextCtrl_AutoCompGetCurrent(*args, **kwargs)
4317
5e483524 4318 def Allocate(*args, **kwargs):
9ad7392b
RD
4319 """
4320 Allocate(self, int bytes)
4321
4322 Enlarge the document to a particular size of text bytes.
4323 """
5e483524
RD
4324 return _stc.StyledTextCtrl_Allocate(*args, **kwargs)
4325
53aa7709 4326 def FindColumn(*args, **kwargs):
9ad7392b
RD
4327 """
4328 FindColumn(self, int line, int column) -> int
4329
4330 Find the position of a column on a line taking into account tabs and
4331 multi-byte characters. If beyond end of line, return line end position.
4332 """
53aa7709
RD
4333 return _stc.StyledTextCtrl_FindColumn(*args, **kwargs)
4334
e811c8ce 4335 def StartRecord(*args, **kwargs):
9ad7392b
RD
4336 """
4337 StartRecord(self)
4338
4339 Start notifying the container of all key presses and commands.
4340 """
e811c8ce
RD
4341 return _stc.StyledTextCtrl_StartRecord(*args, **kwargs)
4342
4343 def StopRecord(*args, **kwargs):
9ad7392b
RD
4344 """
4345 StopRecord(self)
4346
4347 Stop notifying the container of all key presses and commands.
4348 """
e811c8ce
RD
4349 return _stc.StyledTextCtrl_StopRecord(*args, **kwargs)
4350
4351 def SetLexer(*args, **kwargs):
9ad7392b
RD
4352 """
4353 SetLexer(self, int lexer)
4354
4355 Set the lexing language of the document.
4356 """
e811c8ce
RD
4357 return _stc.StyledTextCtrl_SetLexer(*args, **kwargs)
4358
4359 def GetLexer(*args, **kwargs):
9ad7392b
RD
4360 """
4361 GetLexer(self) -> int
4362
4363 Retrieve the lexing language of the document.
4364 """
e811c8ce
RD
4365 return _stc.StyledTextCtrl_GetLexer(*args, **kwargs)
4366
4367 def Colourise(*args, **kwargs):
9ad7392b
RD
4368 """
4369 Colourise(self, int start, int end)
4370
4371 Colourise a segment of the document using the current lexing language.
4372 """
e811c8ce
RD
4373 return _stc.StyledTextCtrl_Colourise(*args, **kwargs)
4374
4375 def SetProperty(*args, **kwargs):
9ad7392b
RD
4376 """
4377 SetProperty(self, String key, String value)
4378
4379 Set up a value that may be used by a lexer for some optional feature.
4380 """
e811c8ce
RD
4381 return _stc.StyledTextCtrl_SetProperty(*args, **kwargs)
4382
4383 def SetKeyWords(*args, **kwargs):
9ad7392b
RD
4384 """
4385 SetKeyWords(self, int keywordSet, String keyWords)
4386
4387 Set up the key words used by the lexer.
4388 """
e811c8ce
RD
4389 return _stc.StyledTextCtrl_SetKeyWords(*args, **kwargs)
4390
4391 def SetLexerLanguage(*args, **kwargs):
9ad7392b
RD
4392 """
4393 SetLexerLanguage(self, String language)
4394
4395 Set the lexing language of the document based on string name.
4396 """
e811c8ce
RD
4397 return _stc.StyledTextCtrl_SetLexerLanguage(*args, **kwargs)
4398
4399 def GetCurrentLine(*args, **kwargs):
9ad7392b
RD
4400 """
4401 GetCurrentLine(self) -> int
4402
4403 Returns the line number of the line with the caret.
4404 """
e811c8ce
RD
4405 return _stc.StyledTextCtrl_GetCurrentLine(*args, **kwargs)
4406
4407 def StyleSetSpec(*args, **kwargs):
9ad7392b
RD
4408 """
4409 StyleSetSpec(self, int styleNum, String spec)
4410
4411 Extract style settings from a spec-string which is composed of one or
4412 more of the following comma separated elements::
4413
4414 bold turns on bold
4415 italic turns on italics
4416 fore:[name or #RRGGBB] sets the foreground colour
4417 back:[name or #RRGGBB] sets the background colour
4418 face:[facename] sets the font face name to use
4419 size:[num] sets the font size in points
4420 eol turns on eol filling
4421 underline turns on underlining
4422
4423 """
e811c8ce
RD
4424 return _stc.StyledTextCtrl_StyleSetSpec(*args, **kwargs)
4425
4426 def StyleSetFont(*args, **kwargs):
9ad7392b
RD
4427 """
4428 StyleSetFont(self, int styleNum, Font font)
4429
4430 Set style size, face, bold, italic, and underline attributes from the
4431 attributes of a `wx.Font`.
4432 """
e811c8ce
RD
4433 return _stc.StyledTextCtrl_StyleSetFont(*args, **kwargs)
4434
4435 def StyleSetFontAttr(*args, **kwargs):
0df68c9f 4436 """
a95a7133 4437 StyleSetFontAttr(self, int styleNum, int size, String faceName, bool bold,
a1b6e73b 4438 bool italic, bool underline, int encoding=wxFONTENCODING_DEFAULT)
9ad7392b
RD
4439
4440 Set all font style attributes at once.
0df68c9f 4441 """
e811c8ce
RD
4442 return _stc.StyledTextCtrl_StyleSetFontAttr(*args, **kwargs)
4443
a1b6e73b
RD
4444 def StyleSetCharacterSet(*args, **kwargs):
4445 """
4446 StyleSetCharacterSet(self, int style, int characterSet)
4447
4448 Set the character set of the font in a style. Converts the Scintilla
4449 wx.stc.STC_CHARSET_* set values to a wxFontEncoding.
4450 """
4451 return _stc.StyledTextCtrl_StyleSetCharacterSet(*args, **kwargs)
4452
4453 def StyleSetFontEncoding(*args, **kwargs):
4454 """
4455 StyleSetFontEncoding(self, int style, int encoding)
4456
4457 Set the font encoding to be used by a style.
4458 """
4459 return _stc.StyledTextCtrl_StyleSetFontEncoding(*args, **kwargs)
4460
e811c8ce 4461 def CmdKeyExecute(*args, **kwargs):
9ad7392b
RD
4462 """
4463 CmdKeyExecute(self, int cmd)
4464
4465 Perform one of the operations defined by the wx.stc.STC_CMD_* constants.
4466 """
e811c8ce
RD
4467 return _stc.StyledTextCtrl_CmdKeyExecute(*args, **kwargs)
4468
4469 def SetMargins(*args, **kwargs):
9ad7392b
RD
4470 """
4471 SetMargins(self, int left, int right)
4472
4473 Set the left and right margin in the edit area, measured in pixels.
4474 """
e811c8ce
RD
4475 return _stc.StyledTextCtrl_SetMargins(*args, **kwargs)
4476
4477 def GetSelection(*args, **kwargs):
9ad7392b
RD
4478 """
4479 GetSelection(self) -> (startPos, endPos)
4480
4481 Retrieve the start and end positions of the current selection.
4482 """
e811c8ce
RD
4483 return _stc.StyledTextCtrl_GetSelection(*args, **kwargs)
4484
4485 def PointFromPosition(*args, **kwargs):
9ad7392b
RD
4486 """
4487 PointFromPosition(self, int pos) -> Point
4488
4489 Retrieve the point in the window where a position is displayed.
4490 """
e811c8ce
RD
4491 return _stc.StyledTextCtrl_PointFromPosition(*args, **kwargs)
4492
4493 def ScrollToLine(*args, **kwargs):
9ad7392b
RD
4494 """
4495 ScrollToLine(self, int line)
4496
4497 Scroll enough to make the given line visible.
4498 """
e811c8ce
RD
4499 return _stc.StyledTextCtrl_ScrollToLine(*args, **kwargs)
4500
4501 def ScrollToColumn(*args, **kwargs):
9ad7392b
RD
4502 """
4503 ScrollToColumn(self, int column)
4504
4505 Scroll enough to make the given column visible
4506 """
e811c8ce
RD
4507 return _stc.StyledTextCtrl_ScrollToColumn(*args, **kwargs)
4508
4509 def SendMsg(*args, **kwargs):
9ad7392b
RD
4510 """
4511 SendMsg(self, int msg, long wp=0, long lp=0) -> long
4512
4513 Send a message to Scintilla.
4514 """
e811c8ce
RD
4515 return _stc.StyledTextCtrl_SendMsg(*args, **kwargs)
4516
4517 def SetVScrollBar(*args, **kwargs):
9ad7392b
RD
4518 """
4519 SetVScrollBar(self, wxScrollBar bar)
4520
4521 Set the vertical scrollbar to use instead of the one that's built-in.
4522 """
e811c8ce
RD
4523 return _stc.StyledTextCtrl_SetVScrollBar(*args, **kwargs)
4524
4525 def SetHScrollBar(*args, **kwargs):
9ad7392b
RD
4526 """
4527 SetHScrollBar(self, wxScrollBar bar)
4528
4529 Set the horizontal scrollbar to use instead of the ont that's built-in.
4530 """
e811c8ce
RD
4531 return _stc.StyledTextCtrl_SetHScrollBar(*args, **kwargs)
4532
4533 def GetLastKeydownProcessed(*args, **kwargs):
a95a7133 4534 """GetLastKeydownProcessed(self) -> bool"""
e811c8ce
RD
4535 return _stc.StyledTextCtrl_GetLastKeydownProcessed(*args, **kwargs)
4536
4537 def SetLastKeydownProcessed(*args, **kwargs):
a95a7133 4538 """SetLastKeydownProcessed(self, bool val)"""
e811c8ce
RD
4539 return _stc.StyledTextCtrl_SetLastKeydownProcessed(*args, **kwargs)
4540
4541 def SaveFile(*args, **kwargs):
9ad7392b
RD
4542 """
4543 SaveFile(self, String filename) -> bool
4544
4545 Write the contents of the editor to filename
4546 """
e811c8ce
RD
4547 return _stc.StyledTextCtrl_SaveFile(*args, **kwargs)
4548
4549 def LoadFile(*args, **kwargs):
9ad7392b
RD
4550 """
4551 LoadFile(self, String filename) -> bool
4552
4553 Load the contents of filename into the editor
4554 """
e811c8ce
RD
4555 return _stc.StyledTextCtrl_LoadFile(*args, **kwargs)
4556
4557 def DoDragOver(*args, **kwargs):
9ad7392b
RD
4558 """
4559 DoDragOver(self, int x, int y, int def) -> int
4560
4561 Allow for simulating a DnD DragOver.
4562 """
e811c8ce
RD
4563 return _stc.StyledTextCtrl_DoDragOver(*args, **kwargs)
4564
4565 def DoDropText(*args, **kwargs):
9ad7392b
RD
4566 """
4567 DoDropText(self, long x, long y, String data) -> bool
4568
4569 Allow for simulating a DnD DropText.
4570 """
e811c8ce
RD
4571 return _stc.StyledTextCtrl_DoDropText(*args, **kwargs)
4572
db914595 4573 def SetUseAntiAliasing(*args, **kwargs):
9ad7392b
RD
4574 """
4575 SetUseAntiAliasing(self, bool useAA)
4576
4577 Specify whether anti-aliased fonts should be used. Will have no
4578 effect on some platforms, but on some (wxMac for example) can greatly
4579 improve performance.
4580 """
db914595
RD
4581 return _stc.StyledTextCtrl_SetUseAntiAliasing(*args, **kwargs)
4582
4583 def GetUseAntiAliasing(*args, **kwargs):
9ad7392b
RD
4584 """
4585 GetUseAntiAliasing(self) -> bool
4586
4587 Returns the current UseAntiAliasing setting.
4588 """
db914595
RD
4589 return _stc.StyledTextCtrl_GetUseAntiAliasing(*args, **kwargs)
4590
66af7a75 4591 def AddTextRaw(*args, **kwargs):
9ad7392b
RD
4592 """
4593 AddTextRaw(self, char text)
4594
4595 Add text to the document at current position. The text should be
4596 utf-8 encoded on unicode builds of wxPython, or can be any 8-bit text
4597 in ansi builds.
4598 """
66af7a75
RD
4599 return _stc.StyledTextCtrl_AddTextRaw(*args, **kwargs)
4600
4601 def InsertTextRaw(*args, **kwargs):
9ad7392b
RD
4602 """
4603 InsertTextRaw(self, int pos, char text)
4604
4605 Insert string at a position. The text should be utf-8 encoded on
4606 unicode builds of wxPython, or can be any 8-bit text in ansi builds.
4607 """
66af7a75
RD
4608 return _stc.StyledTextCtrl_InsertTextRaw(*args, **kwargs)
4609
4610 def GetCurLineRaw(*args, **kwargs):
9ad7392b
RD
4611 """
4612 GetCurLineRaw() -> (text, index)
4613
4614 Retrieve the text of the line containing the caret, and also the index
4615 of the caret on the line. The returned value is a utf-8 encoded
4616 string in unicode builds of wxPython, or raw 8-bit text otherwise.
4617 """
66af7a75
RD
4618 return _stc.StyledTextCtrl_GetCurLineRaw(*args, **kwargs)
4619
4620 def GetLineRaw(*args, **kwargs):
9ad7392b
RD
4621 """
4622 GetLineRaw(self, int line) -> wxCharBuffer
4623
4624 Retrieve the contents of a line. The returned value is a utf-8
4625 encoded string in unicode builds of wxPython, or raw 8-bit text
4626 otherwise.
4627 """
66af7a75
RD
4628 return _stc.StyledTextCtrl_GetLineRaw(*args, **kwargs)
4629
4630 def GetSelectedTextRaw(*args, **kwargs):
9ad7392b
RD
4631 """
4632 GetSelectedTextRaw(self) -> wxCharBuffer
4633
4634 Retrieve the selected text. The returned value is a utf-8 encoded
4635 string in unicode builds of wxPython, or raw 8-bit text otherwise.
4636 """
66af7a75
RD
4637 return _stc.StyledTextCtrl_GetSelectedTextRaw(*args, **kwargs)
4638
4639 def GetTextRangeRaw(*args, **kwargs):
9ad7392b
RD
4640 """
4641 GetTextRangeRaw(self, int startPos, int endPos) -> wxCharBuffer
4642
4643 Retrieve a range of text. The returned value is a utf-8 encoded
4644 string in unicode builds of wxPython, or raw 8-bit text otherwise.
4645 """
66af7a75
RD
4646 return _stc.StyledTextCtrl_GetTextRangeRaw(*args, **kwargs)
4647
4648 def SetTextRaw(*args, **kwargs):
9ad7392b
RD
4649 """
4650 SetTextRaw(self, char text)
4651
4652 Replace the contents of the document with the argument text. The text
4653 should be utf-8 encoded on unicode builds of wxPython, or can be any
4654 8-bit text in ansi builds.
4655 """
66af7a75
RD
4656 return _stc.StyledTextCtrl_SetTextRaw(*args, **kwargs)
4657
4658 def GetTextRaw(*args, **kwargs):
9ad7392b
RD
4659 """
4660 GetTextRaw(self) -> wxCharBuffer
4661
4662 Retrieve all the text in the document. The returned value is a utf-8
4663 encoded string in unicode builds of wxPython, or raw 8-bit text
4664 otherwise.
4665 """
66af7a75
RD
4666 return _stc.StyledTextCtrl_GetTextRaw(*args, **kwargs)
4667
4668 def AppendTextRaw(*args, **kwargs):
9ad7392b
RD
4669 """
4670 AppendTextRaw(self, char text)
4671
4672 Append a string to the end of the document without changing the
4673 selection. The text should be utf-8 encoded on unicode builds of
4674 wxPython, or can be any 8-bit text in ansi builds.
4675 """
66af7a75
RD
4676 return _stc.StyledTextCtrl_AppendTextRaw(*args, **kwargs)
4677
9ad7392b
RD
4678 def AddTextUTF8(self, text):
4679 """
4680 Add UTF8 encoded text to the document at the current position.
4681 Works 'natively' in a unicode build of wxPython, and will also work
4682 in an ansi build if the UTF8 text is compatible with the current
4683 encoding.
4684 """
4685 if not wx.USE_UNICODE:
4686 u = text.decode('utf-8')
4687 text = u.encode(wx.GetDefaultPyEncoding())
4688 self.AddTextRaw(text)
4689
4690
4691 def InsertTextUTF8(self, pos, text):
4692 """
4693 Insert UTF8 encoded text at a position. Works 'natively' in a
4694 unicode build of wxPython, and will also work in an ansi build if
4695 the UTF8 text is compatible with the current encoding.
4696 """
4697 if not wx.USE_UNICODE:
4698 u = text.decode('utf-8')
4699 text = u.encode(wx.GetDefaultPyEncoding())
4700 self.InsertTextRaw(pos, text)
4701
4702
4703 def GetCurLineUTF8(self):
4704 """
4705 Retrieve the UTF8 text of the line containing the caret, and also
4706 the index of the caret on the line. In an ansi build of wxPython
4707 the text retrieved from the document is assumed to be in the
4708 current default encoding.
4709 """
4710 text, pos = self.GetCurLineRaw()
4711 if not wx.USE_UNICODE:
4712 u = text.decode(wx.GetDefaultPyEncoding())
4713 text = u.encode('utf-8')
4714 return text, pos
4715
4716
4717 def GetLineUTF8(self, line):
4718 """
4719 Retrieve the contents of a line as UTF8. In an ansi build of wxPython
4720 the text retrieved from the document is assumed to be in the
4721 current default encoding.
4722 """
4723 text = self.GetLineRaw(line)
4724 if not wx.USE_UNICODE:
4725 u = text.decode(wx.GetDefaultPyEncoding())
4726 text = u.encode('utf-8')
4727 return text
4728
4729
4730 def GetSelectedTextUTF8(self):
4731 """
4732 Retrieve the selected text as UTF8. In an ansi build of wxPython
4733 the text retrieved from the document is assumed to be in the
4734 current default encoding.
4735 """
4736 text = self.GetSelectedTextRaw()
4737 if not wx.USE_UNICODE:
4738 u = text.decode(wx.GetDefaultPyEncoding())
4739 text = u.encode('utf-8')
4740 return text
4741
4742
4743 def GetTextRangeUTF8(self, startPos, endPos):
4744 """
4745 Retrieve a range of text as UTF8. In an ansi build of wxPython
4746 the text retrieved from the document is assumed to be in the
4747 current default encoding.
4748 """
4749 text = self.GetTextRangeRaw(startPos, endPos)
4750 if not wx.USE_UNICODE:
4751 u = text.decode(wx.GetDefaultPyEncoding())
4752 text = u.encode('utf-8')
4753 return text
4754
4755
4756 def SetTextUTF8(self, text):
4757 """
4758 Replace the contents of the document with the UTF8 text given.
4759 Works 'natively' in a unicode build of wxPython, and will also
4760 work in an ansi build if the UTF8 text is compatible with the
4761 current encoding.
4762 """
4763 if not wx.USE_UNICODE:
4764 u = text.decode('utf-8')
4765 text = u.encode(wx.GetDefaultPyEncoding())
4766 self.SetTextRaw(text)
4767
4768
4769 def GetTextUTF8(self):
4770 """
4771 Retrieve all the text in the document as UTF8. In an ansi build
4772 of wxPython the text retrieved from the document is assumed to be
4773 in the current default encoding.
4774 """
4775 text = self.GetTextRaw()
4776 if not wx.USE_UNICODE:
4777 u = text.decode(wx.GetDefaultPyEncoding())
4778 text = u.encode('utf-8')
4779 return text
4780
4781
4782 def AppendTextUTF8(self, text):
4783 """
4784 Append a UTF8 string to the end of the document without changing
4785 the selection. Works 'natively' in a unicode build of wxPython,
4786 and will also work in an ansi build if the UTF8 text is compatible
4787 with the current encoding.
4788 """
4789 if not wx.USE_UNICODE:
4790 u = text.decode('utf-8')
4791 text = u.encode(wx.GetDefaultPyEncoding())
4792 self.AppendTextRaw(text)
4793
4794
d14a1e28
RD
4795
4796class StyledTextCtrlPtr(StyledTextCtrl):
4797 def __init__(self, this):
4798 self.this = this
4799 if not hasattr(self,"thisown"): self.thisown = 0
4800 self.__class__ = StyledTextCtrl
4801_stc.StyledTextCtrl_swigregister(StyledTextCtrlPtr)
b2dc1044
RD
4802cvar = _stc.cvar
4803STCNameStr = cvar.STCNameStr
d14a1e28
RD
4804
4805def PreStyledTextCtrl(*args, **kwargs):
e811c8ce 4806 """PreStyledTextCtrl() -> StyledTextCtrl"""
d14a1e28
RD
4807 val = _stc.new_PreStyledTextCtrl(*args, **kwargs)
4808 val.thisown = 1
4809 return val
4810
d55e5bfc 4811class StyledTextEvent(_core.CommandEvent):
36ed4f51 4812 """Proxy of C++ StyledTextEvent class"""
e811c8ce
RD
4813 def __repr__(self):
4814 return "<%s.%s; proxy of C++ wxStyledTextEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
d14a1e28 4815 def __init__(self, *args, **kwargs):
a95a7133 4816 """__init__(self, wxEventType commandType=0, int id=0) -> StyledTextEvent"""
d14a1e28
RD
4817 newobj = _stc.new_StyledTextEvent(*args, **kwargs)
4818 self.this = newobj.this
4819 self.thisown = 1
4820 del newobj.thisown
4821 def __del__(self, destroy=_stc.delete_StyledTextEvent):
a95a7133 4822 """__del__(self)"""
d14a1e28
RD
4823 try:
4824 if self.thisown: destroy(self)
4825 except: pass
e811c8ce
RD
4826
4827 def SetPosition(*args, **kwargs):
a95a7133 4828 """SetPosition(self, int pos)"""
e811c8ce
RD
4829 return _stc.StyledTextEvent_SetPosition(*args, **kwargs)
4830
4831 def SetKey(*args, **kwargs):
a95a7133 4832 """SetKey(self, int k)"""
e811c8ce
RD
4833 return _stc.StyledTextEvent_SetKey(*args, **kwargs)
4834
4835 def SetModifiers(*args, **kwargs):
a95a7133 4836 """SetModifiers(self, int m)"""
e811c8ce
RD
4837 return _stc.StyledTextEvent_SetModifiers(*args, **kwargs)
4838
4839 def SetModificationType(*args, **kwargs):
a95a7133 4840 """SetModificationType(self, int t)"""
e811c8ce
RD
4841 return _stc.StyledTextEvent_SetModificationType(*args, **kwargs)
4842
4843 def SetText(*args, **kwargs):
a95a7133 4844 """SetText(self, String t)"""
e811c8ce
RD
4845 return _stc.StyledTextEvent_SetText(*args, **kwargs)
4846
4847 def SetLength(*args, **kwargs):
a95a7133 4848 """SetLength(self, int len)"""
e811c8ce
RD
4849 return _stc.StyledTextEvent_SetLength(*args, **kwargs)
4850
4851 def SetLinesAdded(*args, **kwargs):
a95a7133 4852 """SetLinesAdded(self, int num)"""
e811c8ce
RD
4853 return _stc.StyledTextEvent_SetLinesAdded(*args, **kwargs)
4854
4855 def SetLine(*args, **kwargs):
a95a7133 4856 """SetLine(self, int val)"""
e811c8ce
RD
4857 return _stc.StyledTextEvent_SetLine(*args, **kwargs)
4858
4859 def SetFoldLevelNow(*args, **kwargs):
a95a7133 4860 """SetFoldLevelNow(self, int val)"""
e811c8ce
RD
4861 return _stc.StyledTextEvent_SetFoldLevelNow(*args, **kwargs)
4862
4863 def SetFoldLevelPrev(*args, **kwargs):
a95a7133 4864 """SetFoldLevelPrev(self, int val)"""
e811c8ce
RD
4865 return _stc.StyledTextEvent_SetFoldLevelPrev(*args, **kwargs)
4866
4867 def SetMargin(*args, **kwargs):
a95a7133 4868 """SetMargin(self, int val)"""
e811c8ce
RD
4869 return _stc.StyledTextEvent_SetMargin(*args, **kwargs)
4870
4871 def SetMessage(*args, **kwargs):
a95a7133 4872 """SetMessage(self, int val)"""
e811c8ce
RD
4873 return _stc.StyledTextEvent_SetMessage(*args, **kwargs)
4874
4875 def SetWParam(*args, **kwargs):
a95a7133 4876 """SetWParam(self, int val)"""
e811c8ce
RD
4877 return _stc.StyledTextEvent_SetWParam(*args, **kwargs)
4878
4879 def SetLParam(*args, **kwargs):
a95a7133 4880 """SetLParam(self, int val)"""
e811c8ce
RD
4881 return _stc.StyledTextEvent_SetLParam(*args, **kwargs)
4882
4883 def SetListType(*args, **kwargs):
a95a7133 4884 """SetListType(self, int val)"""
e811c8ce
RD
4885 return _stc.StyledTextEvent_SetListType(*args, **kwargs)
4886
4887 def SetX(*args, **kwargs):
a95a7133 4888 """SetX(self, int val)"""
e811c8ce
RD
4889 return _stc.StyledTextEvent_SetX(*args, **kwargs)
4890
4891 def SetY(*args, **kwargs):
a95a7133 4892 """SetY(self, int val)"""
e811c8ce
RD
4893 return _stc.StyledTextEvent_SetY(*args, **kwargs)
4894
4895 def SetDragText(*args, **kwargs):
a95a7133 4896 """SetDragText(self, String val)"""
e811c8ce
RD
4897 return _stc.StyledTextEvent_SetDragText(*args, **kwargs)
4898
4899 def SetDragAllowMove(*args, **kwargs):
a95a7133 4900 """SetDragAllowMove(self, bool val)"""
e811c8ce
RD
4901 return _stc.StyledTextEvent_SetDragAllowMove(*args, **kwargs)
4902
4903 def SetDragResult(*args, **kwargs):
a95a7133 4904 """SetDragResult(self, int val)"""
e811c8ce
RD
4905 return _stc.StyledTextEvent_SetDragResult(*args, **kwargs)
4906
4907 def GetPosition(*args, **kwargs):
a95a7133 4908 """GetPosition(self) -> int"""
e811c8ce
RD
4909 return _stc.StyledTextEvent_GetPosition(*args, **kwargs)
4910
4911 def GetKey(*args, **kwargs):
a95a7133 4912 """GetKey(self) -> int"""
e811c8ce
RD
4913 return _stc.StyledTextEvent_GetKey(*args, **kwargs)
4914
4915 def GetModifiers(*args, **kwargs):
a95a7133 4916 """GetModifiers(self) -> int"""
e811c8ce
RD
4917 return _stc.StyledTextEvent_GetModifiers(*args, **kwargs)
4918
4919 def GetModificationType(*args, **kwargs):
a95a7133 4920 """GetModificationType(self) -> int"""
e811c8ce
RD
4921 return _stc.StyledTextEvent_GetModificationType(*args, **kwargs)
4922
4923 def GetText(*args, **kwargs):
a95a7133 4924 """GetText(self) -> String"""
e811c8ce
RD
4925 return _stc.StyledTextEvent_GetText(*args, **kwargs)
4926
4927 def GetLength(*args, **kwargs):
a95a7133 4928 """GetLength(self) -> int"""
e811c8ce
RD
4929 return _stc.StyledTextEvent_GetLength(*args, **kwargs)
4930
4931 def GetLinesAdded(*args, **kwargs):
a95a7133 4932 """GetLinesAdded(self) -> int"""
e811c8ce
RD
4933 return _stc.StyledTextEvent_GetLinesAdded(*args, **kwargs)
4934
4935 def GetLine(*args, **kwargs):
a95a7133 4936 """GetLine(self) -> int"""
e811c8ce
RD
4937 return _stc.StyledTextEvent_GetLine(*args, **kwargs)
4938
4939 def GetFoldLevelNow(*args, **kwargs):
a95a7133 4940 """GetFoldLevelNow(self) -> int"""
e811c8ce
RD
4941 return _stc.StyledTextEvent_GetFoldLevelNow(*args, **kwargs)
4942
4943 def GetFoldLevelPrev(*args, **kwargs):
a95a7133 4944 """GetFoldLevelPrev(self) -> int"""
e811c8ce
RD
4945 return _stc.StyledTextEvent_GetFoldLevelPrev(*args, **kwargs)
4946
4947 def GetMargin(*args, **kwargs):
a95a7133 4948 """GetMargin(self) -> int"""
e811c8ce
RD
4949 return _stc.StyledTextEvent_GetMargin(*args, **kwargs)
4950
4951 def GetMessage(*args, **kwargs):
a95a7133 4952 """GetMessage(self) -> int"""
e811c8ce
RD
4953 return _stc.StyledTextEvent_GetMessage(*args, **kwargs)
4954
4955 def GetWParam(*args, **kwargs):
a95a7133 4956 """GetWParam(self) -> int"""
e811c8ce
RD
4957 return _stc.StyledTextEvent_GetWParam(*args, **kwargs)
4958
4959 def GetLParam(*args, **kwargs):
a95a7133 4960 """GetLParam(self) -> int"""
e811c8ce
RD
4961 return _stc.StyledTextEvent_GetLParam(*args, **kwargs)
4962
4963 def GetListType(*args, **kwargs):
a95a7133 4964 """GetListType(self) -> int"""
e811c8ce
RD
4965 return _stc.StyledTextEvent_GetListType(*args, **kwargs)
4966
4967 def GetX(*args, **kwargs):
a95a7133 4968 """GetX(self) -> int"""
e811c8ce
RD
4969 return _stc.StyledTextEvent_GetX(*args, **kwargs)
4970
4971 def GetY(*args, **kwargs):
a95a7133 4972 """GetY(self) -> int"""
e811c8ce
RD
4973 return _stc.StyledTextEvent_GetY(*args, **kwargs)
4974
4975 def GetDragText(*args, **kwargs):
a95a7133 4976 """GetDragText(self) -> String"""
e811c8ce
RD
4977 return _stc.StyledTextEvent_GetDragText(*args, **kwargs)
4978
4979 def GetDragAllowMove(*args, **kwargs):
a95a7133 4980 """GetDragAllowMove(self) -> bool"""
e811c8ce
RD
4981 return _stc.StyledTextEvent_GetDragAllowMove(*args, **kwargs)
4982
4983 def GetDragResult(*args, **kwargs):
a95a7133 4984 """GetDragResult(self) -> int"""
e811c8ce
RD
4985 return _stc.StyledTextEvent_GetDragResult(*args, **kwargs)
4986
4987 def GetShift(*args, **kwargs):
a95a7133 4988 """GetShift(self) -> bool"""
e811c8ce
RD
4989 return _stc.StyledTextEvent_GetShift(*args, **kwargs)
4990
4991 def GetControl(*args, **kwargs):
a95a7133 4992 """GetControl(self) -> bool"""
e811c8ce
RD
4993 return _stc.StyledTextEvent_GetControl(*args, **kwargs)
4994
4995 def GetAlt(*args, **kwargs):
a95a7133 4996 """GetAlt(self) -> bool"""
e811c8ce
RD
4997 return _stc.StyledTextEvent_GetAlt(*args, **kwargs)
4998
4999 def Clone(*args, **kwargs):
a95a7133 5000 """Clone(self) -> Event"""
e811c8ce
RD
5001 return _stc.StyledTextEvent_Clone(*args, **kwargs)
5002
d14a1e28
RD
5003
5004class StyledTextEventPtr(StyledTextEvent):
5005 def __init__(self, this):
5006 self.this = this
5007 if not hasattr(self,"thisown"): self.thisown = 0
5008 self.__class__ = StyledTextEvent
5009_stc.StyledTextEvent_swigregister(StyledTextEventPtr)
5010
5011wxEVT_STC_CHANGE = _stc.wxEVT_STC_CHANGE
5012wxEVT_STC_STYLENEEDED = _stc.wxEVT_STC_STYLENEEDED
5013wxEVT_STC_CHARADDED = _stc.wxEVT_STC_CHARADDED
5014wxEVT_STC_SAVEPOINTREACHED = _stc.wxEVT_STC_SAVEPOINTREACHED
5015wxEVT_STC_SAVEPOINTLEFT = _stc.wxEVT_STC_SAVEPOINTLEFT
5016wxEVT_STC_ROMODIFYATTEMPT = _stc.wxEVT_STC_ROMODIFYATTEMPT
5017wxEVT_STC_KEY = _stc.wxEVT_STC_KEY
5018wxEVT_STC_DOUBLECLICK = _stc.wxEVT_STC_DOUBLECLICK
5019wxEVT_STC_UPDATEUI = _stc.wxEVT_STC_UPDATEUI
5020wxEVT_STC_MODIFIED = _stc.wxEVT_STC_MODIFIED
5021wxEVT_STC_MACRORECORD = _stc.wxEVT_STC_MACRORECORD
5022wxEVT_STC_MARGINCLICK = _stc.wxEVT_STC_MARGINCLICK
5023wxEVT_STC_NEEDSHOWN = _stc.wxEVT_STC_NEEDSHOWN
d14a1e28
RD
5024wxEVT_STC_PAINTED = _stc.wxEVT_STC_PAINTED
5025wxEVT_STC_USERLISTSELECTION = _stc.wxEVT_STC_USERLISTSELECTION
5026wxEVT_STC_URIDROPPED = _stc.wxEVT_STC_URIDROPPED
5027wxEVT_STC_DWELLSTART = _stc.wxEVT_STC_DWELLSTART
5028wxEVT_STC_DWELLEND = _stc.wxEVT_STC_DWELLEND
5029wxEVT_STC_START_DRAG = _stc.wxEVT_STC_START_DRAG
5030wxEVT_STC_DRAG_OVER = _stc.wxEVT_STC_DRAG_OVER
5031wxEVT_STC_DO_DROP = _stc.wxEVT_STC_DO_DROP
5032wxEVT_STC_ZOOM = _stc.wxEVT_STC_ZOOM
5033wxEVT_STC_HOTSPOT_CLICK = _stc.wxEVT_STC_HOTSPOT_CLICK
5034wxEVT_STC_HOTSPOT_DCLICK = _stc.wxEVT_STC_HOTSPOT_DCLICK
5035wxEVT_STC_CALLTIP_CLICK = _stc.wxEVT_STC_CALLTIP_CLICK
5036EVT_STC_CHANGE = wx.PyEventBinder( wxEVT_STC_CHANGE, 1 )
5037EVT_STC_STYLENEEDED = wx.PyEventBinder( wxEVT_STC_STYLENEEDED, 1 )
5038EVT_STC_CHARADDED = wx.PyEventBinder( wxEVT_STC_CHARADDED, 1 )
5039EVT_STC_SAVEPOINTREACHED = wx.PyEventBinder( wxEVT_STC_SAVEPOINTREACHED, 1 )
5040EVT_STC_SAVEPOINTLEFT = wx.PyEventBinder( wxEVT_STC_SAVEPOINTLEFT, 1 )
5041EVT_STC_ROMODIFYATTEMPT = wx.PyEventBinder( wxEVT_STC_ROMODIFYATTEMPT, 1 )
5042EVT_STC_KEY = wx.PyEventBinder( wxEVT_STC_KEY, 1 )
5043EVT_STC_DOUBLECLICK = wx.PyEventBinder( wxEVT_STC_DOUBLECLICK, 1 )
5044EVT_STC_UPDATEUI = wx.PyEventBinder( wxEVT_STC_UPDATEUI, 1 )
5045EVT_STC_MODIFIED = wx.PyEventBinder( wxEVT_STC_MODIFIED, 1 )
5046EVT_STC_MACRORECORD = wx.PyEventBinder( wxEVT_STC_MACRORECORD, 1 )
5047EVT_STC_MARGINCLICK = wx.PyEventBinder( wxEVT_STC_MARGINCLICK, 1 )
5048EVT_STC_NEEDSHOWN = wx.PyEventBinder( wxEVT_STC_NEEDSHOWN, 1 )
d14a1e28
RD
5049EVT_STC_PAINTED = wx.PyEventBinder( wxEVT_STC_PAINTED, 1 )
5050EVT_STC_USERLISTSELECTION = wx.PyEventBinder( wxEVT_STC_USERLISTSELECTION, 1 )
5051EVT_STC_URIDROPPED = wx.PyEventBinder( wxEVT_STC_URIDROPPED, 1 )
5052EVT_STC_DWELLSTART = wx.PyEventBinder( wxEVT_STC_DWELLSTART, 1 )
5053EVT_STC_DWELLEND = wx.PyEventBinder( wxEVT_STC_DWELLEND, 1 )
5054EVT_STC_START_DRAG = wx.PyEventBinder( wxEVT_STC_START_DRAG, 1 )
5055EVT_STC_DRAG_OVER = wx.PyEventBinder( wxEVT_STC_DRAG_OVER, 1 )
5056EVT_STC_DO_DROP = wx.PyEventBinder( wxEVT_STC_DO_DROP, 1 )
5057EVT_STC_ZOOM = wx.PyEventBinder( wxEVT_STC_ZOOM, 1 )
5058EVT_STC_HOTSPOT_CLICK = wx.PyEventBinder( wxEVT_STC_HOTSPOT_CLICK, 1 )
5059EVT_STC_HOTSPOT_DCLICK = wx.PyEventBinder( wxEVT_STC_HOTSPOT_DCLICK, 1 )
5060EVT_STC_CALLTIP_CLICK = wx.PyEventBinder( wxEVT_STC_CALLTIP_CLICK, 1 )
f6bcfd97 5061
f6bcfd97 5062
32fe5131 5063