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