1 # This file was created automatically by SWIG.
2 # Don't modify this file, modify the SWIG interface instead.
5 The `StyledTextCtrl` provides a text editor that can used as a syntax
6 highlighting source code editor, or similar. Lexers for several programming
7 languages are built-in.
12 def _swig_setattr_nondynamic(self
,class_type
,name
,value
,static
=1):
14 if isinstance(value
, class_type
):
15 self
.__dict
__[name
] = value
.this
16 if hasattr(value
,"thisown"): self
.__dict
__["thisown"] = value
.thisown
19 method
= class_type
.__swig
_setmethods
__.get(name
,None)
20 if method
: return method(self
,value
)
21 if (not static
) or hasattr(self
,name
) or (name
== "thisown"):
22 self
.__dict
__[name
] = value
24 raise AttributeError("You cannot add attributes to %s" % self
)
26 def _swig_setattr(self
,class_type
,name
,value
):
27 return _swig_setattr_nondynamic(self
,class_type
,name
,value
,0)
29 def _swig_getattr(self
,class_type
,name
):
30 method
= class_type
.__swig
_getmethods
__.get(name
,None)
31 if method
: return method(self
)
32 raise AttributeError,name
36 _object
= types
.ObjectType
38 except AttributeError:
44 def _swig_setattr_nondynamic_method(set):
45 def set_attr(self
,name
,value
):
46 if hasattr(self
,name
) or (name
in ("this", "thisown")):
49 raise AttributeError("You cannot add attributes to %s" % self
)
56 __docfilter__
= wx
.__DocFilter
(globals())
57 STC_USE_DND
= _stc
.STC_USE_DND
58 STC_USE_POPUP
= _stc
.STC_USE_POPUP
59 STC_INVALID_POSITION
= _stc
.STC_INVALID_POSITION
60 STC_START
= _stc
.STC_START
61 STC_OPTIONAL_START
= _stc
.STC_OPTIONAL_START
62 STC_LEXER_START
= _stc
.STC_LEXER_START
63 STC_WS_INVISIBLE
= _stc
.STC_WS_INVISIBLE
64 STC_WS_VISIBLEALWAYS
= _stc
.STC_WS_VISIBLEALWAYS
65 STC_WS_VISIBLEAFTERINDENT
= _stc
.STC_WS_VISIBLEAFTERINDENT
66 STC_EOL_CRLF
= _stc
.STC_EOL_CRLF
67 STC_EOL_CR
= _stc
.STC_EOL_CR
68 STC_EOL_LF
= _stc
.STC_EOL_LF
69 STC_CP_UTF8
= _stc
.STC_CP_UTF8
70 STC_CP_DBCS
= _stc
.STC_CP_DBCS
71 STC_MARKER_MAX
= _stc
.STC_MARKER_MAX
72 STC_MARK_CIRCLE
= _stc
.STC_MARK_CIRCLE
73 STC_MARK_ROUNDRECT
= _stc
.STC_MARK_ROUNDRECT
74 STC_MARK_ARROW
= _stc
.STC_MARK_ARROW
75 STC_MARK_SMALLRECT
= _stc
.STC_MARK_SMALLRECT
76 STC_MARK_SHORTARROW
= _stc
.STC_MARK_SHORTARROW
77 STC_MARK_EMPTY
= _stc
.STC_MARK_EMPTY
78 STC_MARK_ARROWDOWN
= _stc
.STC_MARK_ARROWDOWN
79 STC_MARK_MINUS
= _stc
.STC_MARK_MINUS
80 STC_MARK_PLUS
= _stc
.STC_MARK_PLUS
81 STC_MARK_VLINE
= _stc
.STC_MARK_VLINE
82 STC_MARK_LCORNER
= _stc
.STC_MARK_LCORNER
83 STC_MARK_TCORNER
= _stc
.STC_MARK_TCORNER
84 STC_MARK_BOXPLUS
= _stc
.STC_MARK_BOXPLUS
85 STC_MARK_BOXPLUSCONNECTED
= _stc
.STC_MARK_BOXPLUSCONNECTED
86 STC_MARK_BOXMINUS
= _stc
.STC_MARK_BOXMINUS
87 STC_MARK_BOXMINUSCONNECTED
= _stc
.STC_MARK_BOXMINUSCONNECTED
88 STC_MARK_LCORNERCURVE
= _stc
.STC_MARK_LCORNERCURVE
89 STC_MARK_TCORNERCURVE
= _stc
.STC_MARK_TCORNERCURVE
90 STC_MARK_CIRCLEPLUS
= _stc
.STC_MARK_CIRCLEPLUS
91 STC_MARK_CIRCLEPLUSCONNECTED
= _stc
.STC_MARK_CIRCLEPLUSCONNECTED
92 STC_MARK_CIRCLEMINUS
= _stc
.STC_MARK_CIRCLEMINUS
93 STC_MARK_CIRCLEMINUSCONNECTED
= _stc
.STC_MARK_CIRCLEMINUSCONNECTED
94 STC_MARK_BACKGROUND
= _stc
.STC_MARK_BACKGROUND
95 STC_MARK_DOTDOTDOT
= _stc
.STC_MARK_DOTDOTDOT
96 STC_MARK_ARROWS
= _stc
.STC_MARK_ARROWS
97 STC_MARK_PIXMAP
= _stc
.STC_MARK_PIXMAP
98 STC_MARK_CHARACTER
= _stc
.STC_MARK_CHARACTER
99 STC_MARKNUM_FOLDEREND
= _stc
.STC_MARKNUM_FOLDEREND
100 STC_MARKNUM_FOLDEROPENMID
= _stc
.STC_MARKNUM_FOLDEROPENMID
101 STC_MARKNUM_FOLDERMIDTAIL
= _stc
.STC_MARKNUM_FOLDERMIDTAIL
102 STC_MARKNUM_FOLDERTAIL
= _stc
.STC_MARKNUM_FOLDERTAIL
103 STC_MARKNUM_FOLDERSUB
= _stc
.STC_MARKNUM_FOLDERSUB
104 STC_MARKNUM_FOLDER
= _stc
.STC_MARKNUM_FOLDER
105 STC_MARKNUM_FOLDEROPEN
= _stc
.STC_MARKNUM_FOLDEROPEN
106 STC_MASK_FOLDERS
= _stc
.STC_MASK_FOLDERS
107 STC_MARGIN_SYMBOL
= _stc
.STC_MARGIN_SYMBOL
108 STC_MARGIN_NUMBER
= _stc
.STC_MARGIN_NUMBER
109 STC_STYLE_DEFAULT
= _stc
.STC_STYLE_DEFAULT
110 STC_STYLE_LINENUMBER
= _stc
.STC_STYLE_LINENUMBER
111 STC_STYLE_BRACELIGHT
= _stc
.STC_STYLE_BRACELIGHT
112 STC_STYLE_BRACEBAD
= _stc
.STC_STYLE_BRACEBAD
113 STC_STYLE_CONTROLCHAR
= _stc
.STC_STYLE_CONTROLCHAR
114 STC_STYLE_INDENTGUIDE
= _stc
.STC_STYLE_INDENTGUIDE
115 STC_STYLE_LASTPREDEFINED
= _stc
.STC_STYLE_LASTPREDEFINED
116 STC_STYLE_MAX
= _stc
.STC_STYLE_MAX
117 STC_CHARSET_ANSI
= _stc
.STC_CHARSET_ANSI
118 STC_CHARSET_DEFAULT
= _stc
.STC_CHARSET_DEFAULT
119 STC_CHARSET_BALTIC
= _stc
.STC_CHARSET_BALTIC
120 STC_CHARSET_CHINESEBIG5
= _stc
.STC_CHARSET_CHINESEBIG5
121 STC_CHARSET_EASTEUROPE
= _stc
.STC_CHARSET_EASTEUROPE
122 STC_CHARSET_GB2312
= _stc
.STC_CHARSET_GB2312
123 STC_CHARSET_GREEK
= _stc
.STC_CHARSET_GREEK
124 STC_CHARSET_HANGUL
= _stc
.STC_CHARSET_HANGUL
125 STC_CHARSET_MAC
= _stc
.STC_CHARSET_MAC
126 STC_CHARSET_OEM
= _stc
.STC_CHARSET_OEM
127 STC_CHARSET_RUSSIAN
= _stc
.STC_CHARSET_RUSSIAN
128 STC_CHARSET_SHIFTJIS
= _stc
.STC_CHARSET_SHIFTJIS
129 STC_CHARSET_SYMBOL
= _stc
.STC_CHARSET_SYMBOL
130 STC_CHARSET_TURKISH
= _stc
.STC_CHARSET_TURKISH
131 STC_CHARSET_JOHAB
= _stc
.STC_CHARSET_JOHAB
132 STC_CHARSET_HEBREW
= _stc
.STC_CHARSET_HEBREW
133 STC_CHARSET_ARABIC
= _stc
.STC_CHARSET_ARABIC
134 STC_CHARSET_VIETNAMESE
= _stc
.STC_CHARSET_VIETNAMESE
135 STC_CHARSET_THAI
= _stc
.STC_CHARSET_THAI
136 STC_CASE_MIXED
= _stc
.STC_CASE_MIXED
137 STC_CASE_UPPER
= _stc
.STC_CASE_UPPER
138 STC_CASE_LOWER
= _stc
.STC_CASE_LOWER
139 STC_INDIC_MAX
= _stc
.STC_INDIC_MAX
140 STC_INDIC_PLAIN
= _stc
.STC_INDIC_PLAIN
141 STC_INDIC_SQUIGGLE
= _stc
.STC_INDIC_SQUIGGLE
142 STC_INDIC_TT
= _stc
.STC_INDIC_TT
143 STC_INDIC_DIAGONAL
= _stc
.STC_INDIC_DIAGONAL
144 STC_INDIC_STRIKE
= _stc
.STC_INDIC_STRIKE
145 STC_INDIC_HIDDEN
= _stc
.STC_INDIC_HIDDEN
146 STC_INDIC_BOX
= _stc
.STC_INDIC_BOX
147 STC_INDIC0_MASK
= _stc
.STC_INDIC0_MASK
148 STC_INDIC1_MASK
= _stc
.STC_INDIC1_MASK
149 STC_INDIC2_MASK
= _stc
.STC_INDIC2_MASK
150 STC_INDICS_MASK
= _stc
.STC_INDICS_MASK
151 STC_PRINT_NORMAL
= _stc
.STC_PRINT_NORMAL
152 STC_PRINT_INVERTLIGHT
= _stc
.STC_PRINT_INVERTLIGHT
153 STC_PRINT_BLACKONWHITE
= _stc
.STC_PRINT_BLACKONWHITE
154 STC_PRINT_COLOURONWHITE
= _stc
.STC_PRINT_COLOURONWHITE
155 STC_PRINT_COLOURONWHITEDEFAULTBG
= _stc
.STC_PRINT_COLOURONWHITEDEFAULTBG
156 STC_FIND_WHOLEWORD
= _stc
.STC_FIND_WHOLEWORD
157 STC_FIND_MATCHCASE
= _stc
.STC_FIND_MATCHCASE
158 STC_FIND_WORDSTART
= _stc
.STC_FIND_WORDSTART
159 STC_FIND_REGEXP
= _stc
.STC_FIND_REGEXP
160 STC_FIND_POSIX
= _stc
.STC_FIND_POSIX
161 STC_FOLDLEVELBASE
= _stc
.STC_FOLDLEVELBASE
162 STC_FOLDLEVELWHITEFLAG
= _stc
.STC_FOLDLEVELWHITEFLAG
163 STC_FOLDLEVELHEADERFLAG
= _stc
.STC_FOLDLEVELHEADERFLAG
164 STC_FOLDLEVELBOXHEADERFLAG
= _stc
.STC_FOLDLEVELBOXHEADERFLAG
165 STC_FOLDLEVELBOXFOOTERFLAG
= _stc
.STC_FOLDLEVELBOXFOOTERFLAG
166 STC_FOLDLEVELCONTRACTED
= _stc
.STC_FOLDLEVELCONTRACTED
167 STC_FOLDLEVELUNINDENT
= _stc
.STC_FOLDLEVELUNINDENT
168 STC_FOLDLEVELNUMBERMASK
= _stc
.STC_FOLDLEVELNUMBERMASK
169 STC_FOLDFLAG_LINEBEFORE_EXPANDED
= _stc
.STC_FOLDFLAG_LINEBEFORE_EXPANDED
170 STC_FOLDFLAG_LINEBEFORE_CONTRACTED
= _stc
.STC_FOLDFLAG_LINEBEFORE_CONTRACTED
171 STC_FOLDFLAG_LINEAFTER_EXPANDED
= _stc
.STC_FOLDFLAG_LINEAFTER_EXPANDED
172 STC_FOLDFLAG_LINEAFTER_CONTRACTED
= _stc
.STC_FOLDFLAG_LINEAFTER_CONTRACTED
173 STC_FOLDFLAG_LEVELNUMBERS
= _stc
.STC_FOLDFLAG_LEVELNUMBERS
174 STC_FOLDFLAG_BOX
= _stc
.STC_FOLDFLAG_BOX
175 STC_TIME_FOREVER
= _stc
.STC_TIME_FOREVER
176 STC_WRAP_NONE
= _stc
.STC_WRAP_NONE
177 STC_WRAP_WORD
= _stc
.STC_WRAP_WORD
178 STC_WRAPVISUALFLAG_NONE
= _stc
.STC_WRAPVISUALFLAG_NONE
179 STC_WRAPVISUALFLAG_END
= _stc
.STC_WRAPVISUALFLAG_END
180 STC_WRAPVISUALFLAG_START
= _stc
.STC_WRAPVISUALFLAG_START
181 STC_WRAPVISUALFLAGLOC_DEFAULT
= _stc
.STC_WRAPVISUALFLAGLOC_DEFAULT
182 STC_WRAPVISUALFLAGLOC_END_BY_TEXT
= _stc
.STC_WRAPVISUALFLAGLOC_END_BY_TEXT
183 STC_WRAPVISUALFLAGLOC_START_BY_TEXT
= _stc
.STC_WRAPVISUALFLAGLOC_START_BY_TEXT
184 STC_CACHE_NONE
= _stc
.STC_CACHE_NONE
185 STC_CACHE_CARET
= _stc
.STC_CACHE_CARET
186 STC_CACHE_PAGE
= _stc
.STC_CACHE_PAGE
187 STC_CACHE_DOCUMENT
= _stc
.STC_CACHE_DOCUMENT
188 STC_EDGE_NONE
= _stc
.STC_EDGE_NONE
189 STC_EDGE_LINE
= _stc
.STC_EDGE_LINE
190 STC_EDGE_BACKGROUND
= _stc
.STC_EDGE_BACKGROUND
191 STC_CURSORNORMAL
= _stc
.STC_CURSORNORMAL
192 STC_CURSORWAIT
= _stc
.STC_CURSORWAIT
193 STC_VISIBLE_SLOP
= _stc
.STC_VISIBLE_SLOP
194 STC_VISIBLE_STRICT
= _stc
.STC_VISIBLE_STRICT
195 STC_CARET_SLOP
= _stc
.STC_CARET_SLOP
196 STC_CARET_STRICT
= _stc
.STC_CARET_STRICT
197 STC_CARET_JUMPS
= _stc
.STC_CARET_JUMPS
198 STC_CARET_EVEN
= _stc
.STC_CARET_EVEN
199 STC_SEL_STREAM
= _stc
.STC_SEL_STREAM
200 STC_SEL_RECTANGLE
= _stc
.STC_SEL_RECTANGLE
201 STC_SEL_LINES
= _stc
.STC_SEL_LINES
202 STC_KEYWORDSET_MAX
= _stc
.STC_KEYWORDSET_MAX
203 STC_MOD_INSERTTEXT
= _stc
.STC_MOD_INSERTTEXT
204 STC_MOD_DELETETEXT
= _stc
.STC_MOD_DELETETEXT
205 STC_MOD_CHANGESTYLE
= _stc
.STC_MOD_CHANGESTYLE
206 STC_MOD_CHANGEFOLD
= _stc
.STC_MOD_CHANGEFOLD
207 STC_PERFORMED_USER
= _stc
.STC_PERFORMED_USER
208 STC_PERFORMED_UNDO
= _stc
.STC_PERFORMED_UNDO
209 STC_PERFORMED_REDO
= _stc
.STC_PERFORMED_REDO
210 STC_LASTSTEPINUNDOREDO
= _stc
.STC_LASTSTEPINUNDOREDO
211 STC_MOD_CHANGEMARKER
= _stc
.STC_MOD_CHANGEMARKER
212 STC_MOD_BEFOREINSERT
= _stc
.STC_MOD_BEFOREINSERT
213 STC_MOD_BEFOREDELETE
= _stc
.STC_MOD_BEFOREDELETE
214 STC_MODEVENTMASKALL
= _stc
.STC_MODEVENTMASKALL
215 STC_KEY_DOWN
= _stc
.STC_KEY_DOWN
216 STC_KEY_UP
= _stc
.STC_KEY_UP
217 STC_KEY_LEFT
= _stc
.STC_KEY_LEFT
218 STC_KEY_RIGHT
= _stc
.STC_KEY_RIGHT
219 STC_KEY_HOME
= _stc
.STC_KEY_HOME
220 STC_KEY_END
= _stc
.STC_KEY_END
221 STC_KEY_PRIOR
= _stc
.STC_KEY_PRIOR
222 STC_KEY_NEXT
= _stc
.STC_KEY_NEXT
223 STC_KEY_DELETE
= _stc
.STC_KEY_DELETE
224 STC_KEY_INSERT
= _stc
.STC_KEY_INSERT
225 STC_KEY_ESCAPE
= _stc
.STC_KEY_ESCAPE
226 STC_KEY_BACK
= _stc
.STC_KEY_BACK
227 STC_KEY_TAB
= _stc
.STC_KEY_TAB
228 STC_KEY_RETURN
= _stc
.STC_KEY_RETURN
229 STC_KEY_ADD
= _stc
.STC_KEY_ADD
230 STC_KEY_SUBTRACT
= _stc
.STC_KEY_SUBTRACT
231 STC_KEY_DIVIDE
= _stc
.STC_KEY_DIVIDE
232 STC_SCMOD_SHIFT
= _stc
.STC_SCMOD_SHIFT
233 STC_SCMOD_CTRL
= _stc
.STC_SCMOD_CTRL
234 STC_SCMOD_ALT
= _stc
.STC_SCMOD_ALT
235 STC_LEX_CONTAINER
= _stc
.STC_LEX_CONTAINER
236 STC_LEX_NULL
= _stc
.STC_LEX_NULL
237 STC_LEX_PYTHON
= _stc
.STC_LEX_PYTHON
238 STC_LEX_CPP
= _stc
.STC_LEX_CPP
239 STC_LEX_HTML
= _stc
.STC_LEX_HTML
240 STC_LEX_XML
= _stc
.STC_LEX_XML
241 STC_LEX_PERL
= _stc
.STC_LEX_PERL
242 STC_LEX_SQL
= _stc
.STC_LEX_SQL
243 STC_LEX_VB
= _stc
.STC_LEX_VB
244 STC_LEX_PROPERTIES
= _stc
.STC_LEX_PROPERTIES
245 STC_LEX_ERRORLIST
= _stc
.STC_LEX_ERRORLIST
246 STC_LEX_MAKEFILE
= _stc
.STC_LEX_MAKEFILE
247 STC_LEX_BATCH
= _stc
.STC_LEX_BATCH
248 STC_LEX_XCODE
= _stc
.STC_LEX_XCODE
249 STC_LEX_LATEX
= _stc
.STC_LEX_LATEX
250 STC_LEX_LUA
= _stc
.STC_LEX_LUA
251 STC_LEX_DIFF
= _stc
.STC_LEX_DIFF
252 STC_LEX_CONF
= _stc
.STC_LEX_CONF
253 STC_LEX_PASCAL
= _stc
.STC_LEX_PASCAL
254 STC_LEX_AVE
= _stc
.STC_LEX_AVE
255 STC_LEX_ADA
= _stc
.STC_LEX_ADA
256 STC_LEX_LISP
= _stc
.STC_LEX_LISP
257 STC_LEX_RUBY
= _stc
.STC_LEX_RUBY
258 STC_LEX_EIFFEL
= _stc
.STC_LEX_EIFFEL
259 STC_LEX_EIFFELKW
= _stc
.STC_LEX_EIFFELKW
260 STC_LEX_TCL
= _stc
.STC_LEX_TCL
261 STC_LEX_NNCRONTAB
= _stc
.STC_LEX_NNCRONTAB
262 STC_LEX_BULLANT
= _stc
.STC_LEX_BULLANT
263 STC_LEX_VBSCRIPT
= _stc
.STC_LEX_VBSCRIPT
264 STC_LEX_ASP
= _stc
.STC_LEX_ASP
265 STC_LEX_PHP
= _stc
.STC_LEX_PHP
266 STC_LEX_BAAN
= _stc
.STC_LEX_BAAN
267 STC_LEX_MATLAB
= _stc
.STC_LEX_MATLAB
268 STC_LEX_SCRIPTOL
= _stc
.STC_LEX_SCRIPTOL
269 STC_LEX_ASM
= _stc
.STC_LEX_ASM
270 STC_LEX_CPPNOCASE
= _stc
.STC_LEX_CPPNOCASE
271 STC_LEX_FORTRAN
= _stc
.STC_LEX_FORTRAN
272 STC_LEX_F77
= _stc
.STC_LEX_F77
273 STC_LEX_CSS
= _stc
.STC_LEX_CSS
274 STC_LEX_POV
= _stc
.STC_LEX_POV
275 STC_LEX_LOUT
= _stc
.STC_LEX_LOUT
276 STC_LEX_ESCRIPT
= _stc
.STC_LEX_ESCRIPT
277 STC_LEX_PS
= _stc
.STC_LEX_PS
278 STC_LEX_NSIS
= _stc
.STC_LEX_NSIS
279 STC_LEX_MMIXAL
= _stc
.STC_LEX_MMIXAL
280 STC_LEX_CLW
= _stc
.STC_LEX_CLW
281 STC_LEX_CLWNOCASE
= _stc
.STC_LEX_CLWNOCASE
282 STC_LEX_LOT
= _stc
.STC_LEX_LOT
283 STC_LEX_YAML
= _stc
.STC_LEX_YAML
284 STC_LEX_TEX
= _stc
.STC_LEX_TEX
285 STC_LEX_METAPOST
= _stc
.STC_LEX_METAPOST
286 STC_LEX_POWERBASIC
= _stc
.STC_LEX_POWERBASIC
287 STC_LEX_FORTH
= _stc
.STC_LEX_FORTH
288 STC_LEX_ERLANG
= _stc
.STC_LEX_ERLANG
289 STC_LEX_OCTAVE
= _stc
.STC_LEX_OCTAVE
290 STC_LEX_MSSQL
= _stc
.STC_LEX_MSSQL
291 STC_LEX_VERILOG
= _stc
.STC_LEX_VERILOG
292 STC_LEX_KIX
= _stc
.STC_LEX_KIX
293 STC_LEX_GUI4CLI
= _stc
.STC_LEX_GUI4CLI
294 STC_LEX_SPECMAN
= _stc
.STC_LEX_SPECMAN
295 STC_LEX_AU3
= _stc
.STC_LEX_AU3
296 STC_LEX_APDL
= _stc
.STC_LEX_APDL
297 STC_LEX_BASH
= _stc
.STC_LEX_BASH
298 STC_LEX_ASN1
= _stc
.STC_LEX_ASN1
299 STC_LEX_VHDL
= _stc
.STC_LEX_VHDL
300 STC_LEX_AUTOMATIC
= _stc
.STC_LEX_AUTOMATIC
301 STC_P_DEFAULT
= _stc
.STC_P_DEFAULT
302 STC_P_COMMENTLINE
= _stc
.STC_P_COMMENTLINE
303 STC_P_NUMBER
= _stc
.STC_P_NUMBER
304 STC_P_STRING
= _stc
.STC_P_STRING
305 STC_P_CHARACTER
= _stc
.STC_P_CHARACTER
306 STC_P_WORD
= _stc
.STC_P_WORD
307 STC_P_TRIPLE
= _stc
.STC_P_TRIPLE
308 STC_P_TRIPLEDOUBLE
= _stc
.STC_P_TRIPLEDOUBLE
309 STC_P_CLASSNAME
= _stc
.STC_P_CLASSNAME
310 STC_P_DEFNAME
= _stc
.STC_P_DEFNAME
311 STC_P_OPERATOR
= _stc
.STC_P_OPERATOR
312 STC_P_IDENTIFIER
= _stc
.STC_P_IDENTIFIER
313 STC_P_COMMENTBLOCK
= _stc
.STC_P_COMMENTBLOCK
314 STC_P_STRINGEOL
= _stc
.STC_P_STRINGEOL
315 STC_C_DEFAULT
= _stc
.STC_C_DEFAULT
316 STC_C_COMMENT
= _stc
.STC_C_COMMENT
317 STC_C_COMMENTLINE
= _stc
.STC_C_COMMENTLINE
318 STC_C_COMMENTDOC
= _stc
.STC_C_COMMENTDOC
319 STC_C_NUMBER
= _stc
.STC_C_NUMBER
320 STC_C_WORD
= _stc
.STC_C_WORD
321 STC_C_STRING
= _stc
.STC_C_STRING
322 STC_C_CHARACTER
= _stc
.STC_C_CHARACTER
323 STC_C_UUID
= _stc
.STC_C_UUID
324 STC_C_PREPROCESSOR
= _stc
.STC_C_PREPROCESSOR
325 STC_C_OPERATOR
= _stc
.STC_C_OPERATOR
326 STC_C_IDENTIFIER
= _stc
.STC_C_IDENTIFIER
327 STC_C_STRINGEOL
= _stc
.STC_C_STRINGEOL
328 STC_C_VERBATIM
= _stc
.STC_C_VERBATIM
329 STC_C_REGEX
= _stc
.STC_C_REGEX
330 STC_C_COMMENTLINEDOC
= _stc
.STC_C_COMMENTLINEDOC
331 STC_C_WORD2
= _stc
.STC_C_WORD2
332 STC_C_COMMENTDOCKEYWORD
= _stc
.STC_C_COMMENTDOCKEYWORD
333 STC_C_COMMENTDOCKEYWORDERROR
= _stc
.STC_C_COMMENTDOCKEYWORDERROR
334 STC_C_GLOBALCLASS
= _stc
.STC_C_GLOBALCLASS
335 STC_H_DEFAULT
= _stc
.STC_H_DEFAULT
336 STC_H_TAG
= _stc
.STC_H_TAG
337 STC_H_TAGUNKNOWN
= _stc
.STC_H_TAGUNKNOWN
338 STC_H_ATTRIBUTE
= _stc
.STC_H_ATTRIBUTE
339 STC_H_ATTRIBUTEUNKNOWN
= _stc
.STC_H_ATTRIBUTEUNKNOWN
340 STC_H_NUMBER
= _stc
.STC_H_NUMBER
341 STC_H_DOUBLESTRING
= _stc
.STC_H_DOUBLESTRING
342 STC_H_SINGLESTRING
= _stc
.STC_H_SINGLESTRING
343 STC_H_OTHER
= _stc
.STC_H_OTHER
344 STC_H_COMMENT
= _stc
.STC_H_COMMENT
345 STC_H_ENTITY
= _stc
.STC_H_ENTITY
346 STC_H_TAGEND
= _stc
.STC_H_TAGEND
347 STC_H_XMLSTART
= _stc
.STC_H_XMLSTART
348 STC_H_XMLEND
= _stc
.STC_H_XMLEND
349 STC_H_SCRIPT
= _stc
.STC_H_SCRIPT
350 STC_H_ASP
= _stc
.STC_H_ASP
351 STC_H_ASPAT
= _stc
.STC_H_ASPAT
352 STC_H_CDATA
= _stc
.STC_H_CDATA
353 STC_H_QUESTION
= _stc
.STC_H_QUESTION
354 STC_H_VALUE
= _stc
.STC_H_VALUE
355 STC_H_XCCOMMENT
= _stc
.STC_H_XCCOMMENT
356 STC_H_SGML_DEFAULT
= _stc
.STC_H_SGML_DEFAULT
357 STC_H_SGML_COMMAND
= _stc
.STC_H_SGML_COMMAND
358 STC_H_SGML_1ST_PARAM
= _stc
.STC_H_SGML_1ST_PARAM
359 STC_H_SGML_DOUBLESTRING
= _stc
.STC_H_SGML_DOUBLESTRING
360 STC_H_SGML_SIMPLESTRING
= _stc
.STC_H_SGML_SIMPLESTRING
361 STC_H_SGML_ERROR
= _stc
.STC_H_SGML_ERROR
362 STC_H_SGML_SPECIAL
= _stc
.STC_H_SGML_SPECIAL
363 STC_H_SGML_ENTITY
= _stc
.STC_H_SGML_ENTITY
364 STC_H_SGML_COMMENT
= _stc
.STC_H_SGML_COMMENT
365 STC_H_SGML_1ST_PARAM_COMMENT
= _stc
.STC_H_SGML_1ST_PARAM_COMMENT
366 STC_H_SGML_BLOCK_DEFAULT
= _stc
.STC_H_SGML_BLOCK_DEFAULT
367 STC_HJ_START
= _stc
.STC_HJ_START
368 STC_HJ_DEFAULT
= _stc
.STC_HJ_DEFAULT
369 STC_HJ_COMMENT
= _stc
.STC_HJ_COMMENT
370 STC_HJ_COMMENTLINE
= _stc
.STC_HJ_COMMENTLINE
371 STC_HJ_COMMENTDOC
= _stc
.STC_HJ_COMMENTDOC
372 STC_HJ_NUMBER
= _stc
.STC_HJ_NUMBER
373 STC_HJ_WORD
= _stc
.STC_HJ_WORD
374 STC_HJ_KEYWORD
= _stc
.STC_HJ_KEYWORD
375 STC_HJ_DOUBLESTRING
= _stc
.STC_HJ_DOUBLESTRING
376 STC_HJ_SINGLESTRING
= _stc
.STC_HJ_SINGLESTRING
377 STC_HJ_SYMBOLS
= _stc
.STC_HJ_SYMBOLS
378 STC_HJ_STRINGEOL
= _stc
.STC_HJ_STRINGEOL
379 STC_HJ_REGEX
= _stc
.STC_HJ_REGEX
380 STC_HJA_START
= _stc
.STC_HJA_START
381 STC_HJA_DEFAULT
= _stc
.STC_HJA_DEFAULT
382 STC_HJA_COMMENT
= _stc
.STC_HJA_COMMENT
383 STC_HJA_COMMENTLINE
= _stc
.STC_HJA_COMMENTLINE
384 STC_HJA_COMMENTDOC
= _stc
.STC_HJA_COMMENTDOC
385 STC_HJA_NUMBER
= _stc
.STC_HJA_NUMBER
386 STC_HJA_WORD
= _stc
.STC_HJA_WORD
387 STC_HJA_KEYWORD
= _stc
.STC_HJA_KEYWORD
388 STC_HJA_DOUBLESTRING
= _stc
.STC_HJA_DOUBLESTRING
389 STC_HJA_SINGLESTRING
= _stc
.STC_HJA_SINGLESTRING
390 STC_HJA_SYMBOLS
= _stc
.STC_HJA_SYMBOLS
391 STC_HJA_STRINGEOL
= _stc
.STC_HJA_STRINGEOL
392 STC_HJA_REGEX
= _stc
.STC_HJA_REGEX
393 STC_HB_START
= _stc
.STC_HB_START
394 STC_HB_DEFAULT
= _stc
.STC_HB_DEFAULT
395 STC_HB_COMMENTLINE
= _stc
.STC_HB_COMMENTLINE
396 STC_HB_NUMBER
= _stc
.STC_HB_NUMBER
397 STC_HB_WORD
= _stc
.STC_HB_WORD
398 STC_HB_STRING
= _stc
.STC_HB_STRING
399 STC_HB_IDENTIFIER
= _stc
.STC_HB_IDENTIFIER
400 STC_HB_STRINGEOL
= _stc
.STC_HB_STRINGEOL
401 STC_HBA_START
= _stc
.STC_HBA_START
402 STC_HBA_DEFAULT
= _stc
.STC_HBA_DEFAULT
403 STC_HBA_COMMENTLINE
= _stc
.STC_HBA_COMMENTLINE
404 STC_HBA_NUMBER
= _stc
.STC_HBA_NUMBER
405 STC_HBA_WORD
= _stc
.STC_HBA_WORD
406 STC_HBA_STRING
= _stc
.STC_HBA_STRING
407 STC_HBA_IDENTIFIER
= _stc
.STC_HBA_IDENTIFIER
408 STC_HBA_STRINGEOL
= _stc
.STC_HBA_STRINGEOL
409 STC_HP_START
= _stc
.STC_HP_START
410 STC_HP_DEFAULT
= _stc
.STC_HP_DEFAULT
411 STC_HP_COMMENTLINE
= _stc
.STC_HP_COMMENTLINE
412 STC_HP_NUMBER
= _stc
.STC_HP_NUMBER
413 STC_HP_STRING
= _stc
.STC_HP_STRING
414 STC_HP_CHARACTER
= _stc
.STC_HP_CHARACTER
415 STC_HP_WORD
= _stc
.STC_HP_WORD
416 STC_HP_TRIPLE
= _stc
.STC_HP_TRIPLE
417 STC_HP_TRIPLEDOUBLE
= _stc
.STC_HP_TRIPLEDOUBLE
418 STC_HP_CLASSNAME
= _stc
.STC_HP_CLASSNAME
419 STC_HP_DEFNAME
= _stc
.STC_HP_DEFNAME
420 STC_HP_OPERATOR
= _stc
.STC_HP_OPERATOR
421 STC_HP_IDENTIFIER
= _stc
.STC_HP_IDENTIFIER
422 STC_HPHP_COMPLEX_VARIABLE
= _stc
.STC_HPHP_COMPLEX_VARIABLE
423 STC_HPA_START
= _stc
.STC_HPA_START
424 STC_HPA_DEFAULT
= _stc
.STC_HPA_DEFAULT
425 STC_HPA_COMMENTLINE
= _stc
.STC_HPA_COMMENTLINE
426 STC_HPA_NUMBER
= _stc
.STC_HPA_NUMBER
427 STC_HPA_STRING
= _stc
.STC_HPA_STRING
428 STC_HPA_CHARACTER
= _stc
.STC_HPA_CHARACTER
429 STC_HPA_WORD
= _stc
.STC_HPA_WORD
430 STC_HPA_TRIPLE
= _stc
.STC_HPA_TRIPLE
431 STC_HPA_TRIPLEDOUBLE
= _stc
.STC_HPA_TRIPLEDOUBLE
432 STC_HPA_CLASSNAME
= _stc
.STC_HPA_CLASSNAME
433 STC_HPA_DEFNAME
= _stc
.STC_HPA_DEFNAME
434 STC_HPA_OPERATOR
= _stc
.STC_HPA_OPERATOR
435 STC_HPA_IDENTIFIER
= _stc
.STC_HPA_IDENTIFIER
436 STC_HPHP_DEFAULT
= _stc
.STC_HPHP_DEFAULT
437 STC_HPHP_HSTRING
= _stc
.STC_HPHP_HSTRING
438 STC_HPHP_SIMPLESTRING
= _stc
.STC_HPHP_SIMPLESTRING
439 STC_HPHP_WORD
= _stc
.STC_HPHP_WORD
440 STC_HPHP_NUMBER
= _stc
.STC_HPHP_NUMBER
441 STC_HPHP_VARIABLE
= _stc
.STC_HPHP_VARIABLE
442 STC_HPHP_COMMENT
= _stc
.STC_HPHP_COMMENT
443 STC_HPHP_COMMENTLINE
= _stc
.STC_HPHP_COMMENTLINE
444 STC_HPHP_HSTRING_VARIABLE
= _stc
.STC_HPHP_HSTRING_VARIABLE
445 STC_HPHP_OPERATOR
= _stc
.STC_HPHP_OPERATOR
446 STC_PL_DEFAULT
= _stc
.STC_PL_DEFAULT
447 STC_PL_ERROR
= _stc
.STC_PL_ERROR
448 STC_PL_COMMENTLINE
= _stc
.STC_PL_COMMENTLINE
449 STC_PL_POD
= _stc
.STC_PL_POD
450 STC_PL_NUMBER
= _stc
.STC_PL_NUMBER
451 STC_PL_WORD
= _stc
.STC_PL_WORD
452 STC_PL_STRING
= _stc
.STC_PL_STRING
453 STC_PL_CHARACTER
= _stc
.STC_PL_CHARACTER
454 STC_PL_PUNCTUATION
= _stc
.STC_PL_PUNCTUATION
455 STC_PL_PREPROCESSOR
= _stc
.STC_PL_PREPROCESSOR
456 STC_PL_OPERATOR
= _stc
.STC_PL_OPERATOR
457 STC_PL_IDENTIFIER
= _stc
.STC_PL_IDENTIFIER
458 STC_PL_SCALAR
= _stc
.STC_PL_SCALAR
459 STC_PL_ARRAY
= _stc
.STC_PL_ARRAY
460 STC_PL_HASH
= _stc
.STC_PL_HASH
461 STC_PL_SYMBOLTABLE
= _stc
.STC_PL_SYMBOLTABLE
462 STC_PL_REGEX
= _stc
.STC_PL_REGEX
463 STC_PL_REGSUBST
= _stc
.STC_PL_REGSUBST
464 STC_PL_LONGQUOTE
= _stc
.STC_PL_LONGQUOTE
465 STC_PL_BACKTICKS
= _stc
.STC_PL_BACKTICKS
466 STC_PL_DATASECTION
= _stc
.STC_PL_DATASECTION
467 STC_PL_HERE_DELIM
= _stc
.STC_PL_HERE_DELIM
468 STC_PL_HERE_Q
= _stc
.STC_PL_HERE_Q
469 STC_PL_HERE_QQ
= _stc
.STC_PL_HERE_QQ
470 STC_PL_HERE_QX
= _stc
.STC_PL_HERE_QX
471 STC_PL_STRING_Q
= _stc
.STC_PL_STRING_Q
472 STC_PL_STRING_QQ
= _stc
.STC_PL_STRING_QQ
473 STC_PL_STRING_QX
= _stc
.STC_PL_STRING_QX
474 STC_PL_STRING_QR
= _stc
.STC_PL_STRING_QR
475 STC_PL_STRING_QW
= _stc
.STC_PL_STRING_QW
476 STC_B_DEFAULT
= _stc
.STC_B_DEFAULT
477 STC_B_COMMENT
= _stc
.STC_B_COMMENT
478 STC_B_NUMBER
= _stc
.STC_B_NUMBER
479 STC_B_KEYWORD
= _stc
.STC_B_KEYWORD
480 STC_B_STRING
= _stc
.STC_B_STRING
481 STC_B_PREPROCESSOR
= _stc
.STC_B_PREPROCESSOR
482 STC_B_OPERATOR
= _stc
.STC_B_OPERATOR
483 STC_B_IDENTIFIER
= _stc
.STC_B_IDENTIFIER
484 STC_B_DATE
= _stc
.STC_B_DATE
485 STC_B_STRINGEOL
= _stc
.STC_B_STRINGEOL
486 STC_B_KEYWORD2
= _stc
.STC_B_KEYWORD2
487 STC_B_KEYWORD3
= _stc
.STC_B_KEYWORD3
488 STC_B_KEYWORD4
= _stc
.STC_B_KEYWORD4
489 STC_B_CONSTANT
= _stc
.STC_B_CONSTANT
490 STC_B_ASM
= _stc
.STC_B_ASM
491 STC_PROPS_DEFAULT
= _stc
.STC_PROPS_DEFAULT
492 STC_PROPS_COMMENT
= _stc
.STC_PROPS_COMMENT
493 STC_PROPS_SECTION
= _stc
.STC_PROPS_SECTION
494 STC_PROPS_ASSIGNMENT
= _stc
.STC_PROPS_ASSIGNMENT
495 STC_PROPS_DEFVAL
= _stc
.STC_PROPS_DEFVAL
496 STC_L_DEFAULT
= _stc
.STC_L_DEFAULT
497 STC_L_COMMAND
= _stc
.STC_L_COMMAND
498 STC_L_TAG
= _stc
.STC_L_TAG
499 STC_L_MATH
= _stc
.STC_L_MATH
500 STC_L_COMMENT
= _stc
.STC_L_COMMENT
501 STC_LUA_DEFAULT
= _stc
.STC_LUA_DEFAULT
502 STC_LUA_COMMENT
= _stc
.STC_LUA_COMMENT
503 STC_LUA_COMMENTLINE
= _stc
.STC_LUA_COMMENTLINE
504 STC_LUA_COMMENTDOC
= _stc
.STC_LUA_COMMENTDOC
505 STC_LUA_NUMBER
= _stc
.STC_LUA_NUMBER
506 STC_LUA_WORD
= _stc
.STC_LUA_WORD
507 STC_LUA_STRING
= _stc
.STC_LUA_STRING
508 STC_LUA_CHARACTER
= _stc
.STC_LUA_CHARACTER
509 STC_LUA_LITERALSTRING
= _stc
.STC_LUA_LITERALSTRING
510 STC_LUA_PREPROCESSOR
= _stc
.STC_LUA_PREPROCESSOR
511 STC_LUA_OPERATOR
= _stc
.STC_LUA_OPERATOR
512 STC_LUA_IDENTIFIER
= _stc
.STC_LUA_IDENTIFIER
513 STC_LUA_STRINGEOL
= _stc
.STC_LUA_STRINGEOL
514 STC_LUA_WORD2
= _stc
.STC_LUA_WORD2
515 STC_LUA_WORD3
= _stc
.STC_LUA_WORD3
516 STC_LUA_WORD4
= _stc
.STC_LUA_WORD4
517 STC_LUA_WORD5
= _stc
.STC_LUA_WORD5
518 STC_LUA_WORD6
= _stc
.STC_LUA_WORD6
519 STC_LUA_WORD7
= _stc
.STC_LUA_WORD7
520 STC_LUA_WORD8
= _stc
.STC_LUA_WORD8
521 STC_ERR_DEFAULT
= _stc
.STC_ERR_DEFAULT
522 STC_ERR_PYTHON
= _stc
.STC_ERR_PYTHON
523 STC_ERR_GCC
= _stc
.STC_ERR_GCC
524 STC_ERR_MS
= _stc
.STC_ERR_MS
525 STC_ERR_CMD
= _stc
.STC_ERR_CMD
526 STC_ERR_BORLAND
= _stc
.STC_ERR_BORLAND
527 STC_ERR_PERL
= _stc
.STC_ERR_PERL
528 STC_ERR_NET
= _stc
.STC_ERR_NET
529 STC_ERR_LUA
= _stc
.STC_ERR_LUA
530 STC_ERR_CTAG
= _stc
.STC_ERR_CTAG
531 STC_ERR_DIFF_CHANGED
= _stc
.STC_ERR_DIFF_CHANGED
532 STC_ERR_DIFF_ADDITION
= _stc
.STC_ERR_DIFF_ADDITION
533 STC_ERR_DIFF_DELETION
= _stc
.STC_ERR_DIFF_DELETION
534 STC_ERR_DIFF_MESSAGE
= _stc
.STC_ERR_DIFF_MESSAGE
535 STC_ERR_PHP
= _stc
.STC_ERR_PHP
536 STC_ERR_ELF
= _stc
.STC_ERR_ELF
537 STC_ERR_IFC
= _stc
.STC_ERR_IFC
538 STC_ERR_IFORT
= _stc
.STC_ERR_IFORT
539 STC_ERR_ABSF
= _stc
.STC_ERR_ABSF
540 STC_ERR_TIDY
= _stc
.STC_ERR_TIDY
541 STC_ERR_JAVA_STACK
= _stc
.STC_ERR_JAVA_STACK
542 STC_BAT_DEFAULT
= _stc
.STC_BAT_DEFAULT
543 STC_BAT_COMMENT
= _stc
.STC_BAT_COMMENT
544 STC_BAT_WORD
= _stc
.STC_BAT_WORD
545 STC_BAT_LABEL
= _stc
.STC_BAT_LABEL
546 STC_BAT_HIDE
= _stc
.STC_BAT_HIDE
547 STC_BAT_COMMAND
= _stc
.STC_BAT_COMMAND
548 STC_BAT_IDENTIFIER
= _stc
.STC_BAT_IDENTIFIER
549 STC_BAT_OPERATOR
= _stc
.STC_BAT_OPERATOR
550 STC_MAKE_DEFAULT
= _stc
.STC_MAKE_DEFAULT
551 STC_MAKE_COMMENT
= _stc
.STC_MAKE_COMMENT
552 STC_MAKE_PREPROCESSOR
= _stc
.STC_MAKE_PREPROCESSOR
553 STC_MAKE_IDENTIFIER
= _stc
.STC_MAKE_IDENTIFIER
554 STC_MAKE_OPERATOR
= _stc
.STC_MAKE_OPERATOR
555 STC_MAKE_TARGET
= _stc
.STC_MAKE_TARGET
556 STC_MAKE_IDEOL
= _stc
.STC_MAKE_IDEOL
557 STC_DIFF_DEFAULT
= _stc
.STC_DIFF_DEFAULT
558 STC_DIFF_COMMENT
= _stc
.STC_DIFF_COMMENT
559 STC_DIFF_COMMAND
= _stc
.STC_DIFF_COMMAND
560 STC_DIFF_HEADER
= _stc
.STC_DIFF_HEADER
561 STC_DIFF_POSITION
= _stc
.STC_DIFF_POSITION
562 STC_DIFF_DELETED
= _stc
.STC_DIFF_DELETED
563 STC_DIFF_ADDED
= _stc
.STC_DIFF_ADDED
564 STC_CONF_DEFAULT
= _stc
.STC_CONF_DEFAULT
565 STC_CONF_COMMENT
= _stc
.STC_CONF_COMMENT
566 STC_CONF_NUMBER
= _stc
.STC_CONF_NUMBER
567 STC_CONF_IDENTIFIER
= _stc
.STC_CONF_IDENTIFIER
568 STC_CONF_EXTENSION
= _stc
.STC_CONF_EXTENSION
569 STC_CONF_PARAMETER
= _stc
.STC_CONF_PARAMETER
570 STC_CONF_STRING
= _stc
.STC_CONF_STRING
571 STC_CONF_OPERATOR
= _stc
.STC_CONF_OPERATOR
572 STC_CONF_IP
= _stc
.STC_CONF_IP
573 STC_CONF_DIRECTIVE
= _stc
.STC_CONF_DIRECTIVE
574 STC_AVE_DEFAULT
= _stc
.STC_AVE_DEFAULT
575 STC_AVE_COMMENT
= _stc
.STC_AVE_COMMENT
576 STC_AVE_NUMBER
= _stc
.STC_AVE_NUMBER
577 STC_AVE_WORD
= _stc
.STC_AVE_WORD
578 STC_AVE_STRING
= _stc
.STC_AVE_STRING
579 STC_AVE_ENUM
= _stc
.STC_AVE_ENUM
580 STC_AVE_STRINGEOL
= _stc
.STC_AVE_STRINGEOL
581 STC_AVE_IDENTIFIER
= _stc
.STC_AVE_IDENTIFIER
582 STC_AVE_OPERATOR
= _stc
.STC_AVE_OPERATOR
583 STC_AVE_WORD1
= _stc
.STC_AVE_WORD1
584 STC_AVE_WORD2
= _stc
.STC_AVE_WORD2
585 STC_AVE_WORD3
= _stc
.STC_AVE_WORD3
586 STC_AVE_WORD4
= _stc
.STC_AVE_WORD4
587 STC_AVE_WORD5
= _stc
.STC_AVE_WORD5
588 STC_AVE_WORD6
= _stc
.STC_AVE_WORD6
589 STC_ADA_DEFAULT
= _stc
.STC_ADA_DEFAULT
590 STC_ADA_WORD
= _stc
.STC_ADA_WORD
591 STC_ADA_IDENTIFIER
= _stc
.STC_ADA_IDENTIFIER
592 STC_ADA_NUMBER
= _stc
.STC_ADA_NUMBER
593 STC_ADA_DELIMITER
= _stc
.STC_ADA_DELIMITER
594 STC_ADA_CHARACTER
= _stc
.STC_ADA_CHARACTER
595 STC_ADA_CHARACTEREOL
= _stc
.STC_ADA_CHARACTEREOL
596 STC_ADA_STRING
= _stc
.STC_ADA_STRING
597 STC_ADA_STRINGEOL
= _stc
.STC_ADA_STRINGEOL
598 STC_ADA_LABEL
= _stc
.STC_ADA_LABEL
599 STC_ADA_COMMENTLINE
= _stc
.STC_ADA_COMMENTLINE
600 STC_ADA_ILLEGAL
= _stc
.STC_ADA_ILLEGAL
601 STC_BAAN_DEFAULT
= _stc
.STC_BAAN_DEFAULT
602 STC_BAAN_COMMENT
= _stc
.STC_BAAN_COMMENT
603 STC_BAAN_COMMENTDOC
= _stc
.STC_BAAN_COMMENTDOC
604 STC_BAAN_NUMBER
= _stc
.STC_BAAN_NUMBER
605 STC_BAAN_WORD
= _stc
.STC_BAAN_WORD
606 STC_BAAN_STRING
= _stc
.STC_BAAN_STRING
607 STC_BAAN_PREPROCESSOR
= _stc
.STC_BAAN_PREPROCESSOR
608 STC_BAAN_OPERATOR
= _stc
.STC_BAAN_OPERATOR
609 STC_BAAN_IDENTIFIER
= _stc
.STC_BAAN_IDENTIFIER
610 STC_BAAN_STRINGEOL
= _stc
.STC_BAAN_STRINGEOL
611 STC_BAAN_WORD2
= _stc
.STC_BAAN_WORD2
612 STC_LISP_DEFAULT
= _stc
.STC_LISP_DEFAULT
613 STC_LISP_COMMENT
= _stc
.STC_LISP_COMMENT
614 STC_LISP_NUMBER
= _stc
.STC_LISP_NUMBER
615 STC_LISP_KEYWORD
= _stc
.STC_LISP_KEYWORD
616 STC_LISP_STRING
= _stc
.STC_LISP_STRING
617 STC_LISP_STRINGEOL
= _stc
.STC_LISP_STRINGEOL
618 STC_LISP_IDENTIFIER
= _stc
.STC_LISP_IDENTIFIER
619 STC_LISP_OPERATOR
= _stc
.STC_LISP_OPERATOR
620 STC_EIFFEL_DEFAULT
= _stc
.STC_EIFFEL_DEFAULT
621 STC_EIFFEL_COMMENTLINE
= _stc
.STC_EIFFEL_COMMENTLINE
622 STC_EIFFEL_NUMBER
= _stc
.STC_EIFFEL_NUMBER
623 STC_EIFFEL_WORD
= _stc
.STC_EIFFEL_WORD
624 STC_EIFFEL_STRING
= _stc
.STC_EIFFEL_STRING
625 STC_EIFFEL_CHARACTER
= _stc
.STC_EIFFEL_CHARACTER
626 STC_EIFFEL_OPERATOR
= _stc
.STC_EIFFEL_OPERATOR
627 STC_EIFFEL_IDENTIFIER
= _stc
.STC_EIFFEL_IDENTIFIER
628 STC_EIFFEL_STRINGEOL
= _stc
.STC_EIFFEL_STRINGEOL
629 STC_NNCRONTAB_DEFAULT
= _stc
.STC_NNCRONTAB_DEFAULT
630 STC_NNCRONTAB_COMMENT
= _stc
.STC_NNCRONTAB_COMMENT
631 STC_NNCRONTAB_TASK
= _stc
.STC_NNCRONTAB_TASK
632 STC_NNCRONTAB_SECTION
= _stc
.STC_NNCRONTAB_SECTION
633 STC_NNCRONTAB_KEYWORD
= _stc
.STC_NNCRONTAB_KEYWORD
634 STC_NNCRONTAB_MODIFIER
= _stc
.STC_NNCRONTAB_MODIFIER
635 STC_NNCRONTAB_ASTERISK
= _stc
.STC_NNCRONTAB_ASTERISK
636 STC_NNCRONTAB_NUMBER
= _stc
.STC_NNCRONTAB_NUMBER
637 STC_NNCRONTAB_STRING
= _stc
.STC_NNCRONTAB_STRING
638 STC_NNCRONTAB_ENVIRONMENT
= _stc
.STC_NNCRONTAB_ENVIRONMENT
639 STC_NNCRONTAB_IDENTIFIER
= _stc
.STC_NNCRONTAB_IDENTIFIER
640 STC_FORTH_DEFAULT
= _stc
.STC_FORTH_DEFAULT
641 STC_FORTH_COMMENT
= _stc
.STC_FORTH_COMMENT
642 STC_FORTH_COMMENT_ML
= _stc
.STC_FORTH_COMMENT_ML
643 STC_FORTH_IDENTIFIER
= _stc
.STC_FORTH_IDENTIFIER
644 STC_FORTH_CONTROL
= _stc
.STC_FORTH_CONTROL
645 STC_FORTH_KEYWORD
= _stc
.STC_FORTH_KEYWORD
646 STC_FORTH_DEFWORD
= _stc
.STC_FORTH_DEFWORD
647 STC_FORTH_PREWORD1
= _stc
.STC_FORTH_PREWORD1
648 STC_FORTH_PREWORD2
= _stc
.STC_FORTH_PREWORD2
649 STC_FORTH_NUMBER
= _stc
.STC_FORTH_NUMBER
650 STC_FORTH_STRING
= _stc
.STC_FORTH_STRING
651 STC_FORTH_LOCALE
= _stc
.STC_FORTH_LOCALE
652 STC_MATLAB_DEFAULT
= _stc
.STC_MATLAB_DEFAULT
653 STC_MATLAB_COMMENT
= _stc
.STC_MATLAB_COMMENT
654 STC_MATLAB_COMMAND
= _stc
.STC_MATLAB_COMMAND
655 STC_MATLAB_NUMBER
= _stc
.STC_MATLAB_NUMBER
656 STC_MATLAB_KEYWORD
= _stc
.STC_MATLAB_KEYWORD
657 STC_MATLAB_STRING
= _stc
.STC_MATLAB_STRING
658 STC_MATLAB_OPERATOR
= _stc
.STC_MATLAB_OPERATOR
659 STC_MATLAB_IDENTIFIER
= _stc
.STC_MATLAB_IDENTIFIER
660 STC_MATLAB_DOUBLEQUOTESTRING
= _stc
.STC_MATLAB_DOUBLEQUOTESTRING
661 STC_SCRIPTOL_DEFAULT
= _stc
.STC_SCRIPTOL_DEFAULT
662 STC_SCRIPTOL_WHITE
= _stc
.STC_SCRIPTOL_WHITE
663 STC_SCRIPTOL_COMMENTLINE
= _stc
.STC_SCRIPTOL_COMMENTLINE
664 STC_SCRIPTOL_PERSISTENT
= _stc
.STC_SCRIPTOL_PERSISTENT
665 STC_SCRIPTOL_CSTYLE
= _stc
.STC_SCRIPTOL_CSTYLE
666 STC_SCRIPTOL_COMMENTBLOCK
= _stc
.STC_SCRIPTOL_COMMENTBLOCK
667 STC_SCRIPTOL_NUMBER
= _stc
.STC_SCRIPTOL_NUMBER
668 STC_SCRIPTOL_STRING
= _stc
.STC_SCRIPTOL_STRING
669 STC_SCRIPTOL_CHARACTER
= _stc
.STC_SCRIPTOL_CHARACTER
670 STC_SCRIPTOL_STRINGEOL
= _stc
.STC_SCRIPTOL_STRINGEOL
671 STC_SCRIPTOL_KEYWORD
= _stc
.STC_SCRIPTOL_KEYWORD
672 STC_SCRIPTOL_OPERATOR
= _stc
.STC_SCRIPTOL_OPERATOR
673 STC_SCRIPTOL_IDENTIFIER
= _stc
.STC_SCRIPTOL_IDENTIFIER
674 STC_SCRIPTOL_TRIPLE
= _stc
.STC_SCRIPTOL_TRIPLE
675 STC_SCRIPTOL_CLASSNAME
= _stc
.STC_SCRIPTOL_CLASSNAME
676 STC_SCRIPTOL_PREPROCESSOR
= _stc
.STC_SCRIPTOL_PREPROCESSOR
677 STC_ASM_DEFAULT
= _stc
.STC_ASM_DEFAULT
678 STC_ASM_COMMENT
= _stc
.STC_ASM_COMMENT
679 STC_ASM_NUMBER
= _stc
.STC_ASM_NUMBER
680 STC_ASM_STRING
= _stc
.STC_ASM_STRING
681 STC_ASM_OPERATOR
= _stc
.STC_ASM_OPERATOR
682 STC_ASM_IDENTIFIER
= _stc
.STC_ASM_IDENTIFIER
683 STC_ASM_CPUINSTRUCTION
= _stc
.STC_ASM_CPUINSTRUCTION
684 STC_ASM_MATHINSTRUCTION
= _stc
.STC_ASM_MATHINSTRUCTION
685 STC_ASM_REGISTER
= _stc
.STC_ASM_REGISTER
686 STC_ASM_DIRECTIVE
= _stc
.STC_ASM_DIRECTIVE
687 STC_ASM_DIRECTIVEOPERAND
= _stc
.STC_ASM_DIRECTIVEOPERAND
688 STC_ASM_COMMENTBLOCK
= _stc
.STC_ASM_COMMENTBLOCK
689 STC_ASM_CHARACTER
= _stc
.STC_ASM_CHARACTER
690 STC_ASM_STRINGEOL
= _stc
.STC_ASM_STRINGEOL
691 STC_ASM_EXTINSTRUCTION
= _stc
.STC_ASM_EXTINSTRUCTION
692 STC_F_DEFAULT
= _stc
.STC_F_DEFAULT
693 STC_F_COMMENT
= _stc
.STC_F_COMMENT
694 STC_F_NUMBER
= _stc
.STC_F_NUMBER
695 STC_F_STRING1
= _stc
.STC_F_STRING1
696 STC_F_STRING2
= _stc
.STC_F_STRING2
697 STC_F_STRINGEOL
= _stc
.STC_F_STRINGEOL
698 STC_F_OPERATOR
= _stc
.STC_F_OPERATOR
699 STC_F_IDENTIFIER
= _stc
.STC_F_IDENTIFIER
700 STC_F_WORD
= _stc
.STC_F_WORD
701 STC_F_WORD2
= _stc
.STC_F_WORD2
702 STC_F_WORD3
= _stc
.STC_F_WORD3
703 STC_F_PREPROCESSOR
= _stc
.STC_F_PREPROCESSOR
704 STC_F_OPERATOR2
= _stc
.STC_F_OPERATOR2
705 STC_F_LABEL
= _stc
.STC_F_LABEL
706 STC_F_CONTINUATION
= _stc
.STC_F_CONTINUATION
707 STC_CSS_DEFAULT
= _stc
.STC_CSS_DEFAULT
708 STC_CSS_TAG
= _stc
.STC_CSS_TAG
709 STC_CSS_CLASS
= _stc
.STC_CSS_CLASS
710 STC_CSS_PSEUDOCLASS
= _stc
.STC_CSS_PSEUDOCLASS
711 STC_CSS_UNKNOWN_PSEUDOCLASS
= _stc
.STC_CSS_UNKNOWN_PSEUDOCLASS
712 STC_CSS_OPERATOR
= _stc
.STC_CSS_OPERATOR
713 STC_CSS_IDENTIFIER
= _stc
.STC_CSS_IDENTIFIER
714 STC_CSS_UNKNOWN_IDENTIFIER
= _stc
.STC_CSS_UNKNOWN_IDENTIFIER
715 STC_CSS_VALUE
= _stc
.STC_CSS_VALUE
716 STC_CSS_COMMENT
= _stc
.STC_CSS_COMMENT
717 STC_CSS_ID
= _stc
.STC_CSS_ID
718 STC_CSS_IMPORTANT
= _stc
.STC_CSS_IMPORTANT
719 STC_CSS_DIRECTIVE
= _stc
.STC_CSS_DIRECTIVE
720 STC_CSS_DOUBLESTRING
= _stc
.STC_CSS_DOUBLESTRING
721 STC_CSS_SINGLESTRING
= _stc
.STC_CSS_SINGLESTRING
722 STC_CSS_IDENTIFIER2
= _stc
.STC_CSS_IDENTIFIER2
723 STC_POV_DEFAULT
= _stc
.STC_POV_DEFAULT
724 STC_POV_COMMENT
= _stc
.STC_POV_COMMENT
725 STC_POV_COMMENTLINE
= _stc
.STC_POV_COMMENTLINE
726 STC_POV_NUMBER
= _stc
.STC_POV_NUMBER
727 STC_POV_OPERATOR
= _stc
.STC_POV_OPERATOR
728 STC_POV_IDENTIFIER
= _stc
.STC_POV_IDENTIFIER
729 STC_POV_STRING
= _stc
.STC_POV_STRING
730 STC_POV_STRINGEOL
= _stc
.STC_POV_STRINGEOL
731 STC_POV_DIRECTIVE
= _stc
.STC_POV_DIRECTIVE
732 STC_POV_BADDIRECTIVE
= _stc
.STC_POV_BADDIRECTIVE
733 STC_POV_WORD2
= _stc
.STC_POV_WORD2
734 STC_POV_WORD3
= _stc
.STC_POV_WORD3
735 STC_POV_WORD4
= _stc
.STC_POV_WORD4
736 STC_POV_WORD5
= _stc
.STC_POV_WORD5
737 STC_POV_WORD6
= _stc
.STC_POV_WORD6
738 STC_POV_WORD7
= _stc
.STC_POV_WORD7
739 STC_POV_WORD8
= _stc
.STC_POV_WORD8
740 STC_LOUT_DEFAULT
= _stc
.STC_LOUT_DEFAULT
741 STC_LOUT_COMMENT
= _stc
.STC_LOUT_COMMENT
742 STC_LOUT_NUMBER
= _stc
.STC_LOUT_NUMBER
743 STC_LOUT_WORD
= _stc
.STC_LOUT_WORD
744 STC_LOUT_WORD2
= _stc
.STC_LOUT_WORD2
745 STC_LOUT_WORD3
= _stc
.STC_LOUT_WORD3
746 STC_LOUT_WORD4
= _stc
.STC_LOUT_WORD4
747 STC_LOUT_STRING
= _stc
.STC_LOUT_STRING
748 STC_LOUT_OPERATOR
= _stc
.STC_LOUT_OPERATOR
749 STC_LOUT_IDENTIFIER
= _stc
.STC_LOUT_IDENTIFIER
750 STC_LOUT_STRINGEOL
= _stc
.STC_LOUT_STRINGEOL
751 STC_ESCRIPT_DEFAULT
= _stc
.STC_ESCRIPT_DEFAULT
752 STC_ESCRIPT_COMMENT
= _stc
.STC_ESCRIPT_COMMENT
753 STC_ESCRIPT_COMMENTLINE
= _stc
.STC_ESCRIPT_COMMENTLINE
754 STC_ESCRIPT_COMMENTDOC
= _stc
.STC_ESCRIPT_COMMENTDOC
755 STC_ESCRIPT_NUMBER
= _stc
.STC_ESCRIPT_NUMBER
756 STC_ESCRIPT_WORD
= _stc
.STC_ESCRIPT_WORD
757 STC_ESCRIPT_STRING
= _stc
.STC_ESCRIPT_STRING
758 STC_ESCRIPT_OPERATOR
= _stc
.STC_ESCRIPT_OPERATOR
759 STC_ESCRIPT_IDENTIFIER
= _stc
.STC_ESCRIPT_IDENTIFIER
760 STC_ESCRIPT_BRACE
= _stc
.STC_ESCRIPT_BRACE
761 STC_ESCRIPT_WORD2
= _stc
.STC_ESCRIPT_WORD2
762 STC_ESCRIPT_WORD3
= _stc
.STC_ESCRIPT_WORD3
763 STC_PS_DEFAULT
= _stc
.STC_PS_DEFAULT
764 STC_PS_COMMENT
= _stc
.STC_PS_COMMENT
765 STC_PS_DSC_COMMENT
= _stc
.STC_PS_DSC_COMMENT
766 STC_PS_DSC_VALUE
= _stc
.STC_PS_DSC_VALUE
767 STC_PS_NUMBER
= _stc
.STC_PS_NUMBER
768 STC_PS_NAME
= _stc
.STC_PS_NAME
769 STC_PS_KEYWORD
= _stc
.STC_PS_KEYWORD
770 STC_PS_LITERAL
= _stc
.STC_PS_LITERAL
771 STC_PS_IMMEVAL
= _stc
.STC_PS_IMMEVAL
772 STC_PS_PAREN_ARRAY
= _stc
.STC_PS_PAREN_ARRAY
773 STC_PS_PAREN_DICT
= _stc
.STC_PS_PAREN_DICT
774 STC_PS_PAREN_PROC
= _stc
.STC_PS_PAREN_PROC
775 STC_PS_TEXT
= _stc
.STC_PS_TEXT
776 STC_PS_HEXSTRING
= _stc
.STC_PS_HEXSTRING
777 STC_PS_BASE85STRING
= _stc
.STC_PS_BASE85STRING
778 STC_PS_BADSTRINGCHAR
= _stc
.STC_PS_BADSTRINGCHAR
779 STC_NSIS_DEFAULT
= _stc
.STC_NSIS_DEFAULT
780 STC_NSIS_COMMENT
= _stc
.STC_NSIS_COMMENT
781 STC_NSIS_STRINGDQ
= _stc
.STC_NSIS_STRINGDQ
782 STC_NSIS_STRINGLQ
= _stc
.STC_NSIS_STRINGLQ
783 STC_NSIS_STRINGRQ
= _stc
.STC_NSIS_STRINGRQ
784 STC_NSIS_FUNCTION
= _stc
.STC_NSIS_FUNCTION
785 STC_NSIS_VARIABLE
= _stc
.STC_NSIS_VARIABLE
786 STC_NSIS_LABEL
= _stc
.STC_NSIS_LABEL
787 STC_NSIS_USERDEFINED
= _stc
.STC_NSIS_USERDEFINED
788 STC_NSIS_SECTIONDEF
= _stc
.STC_NSIS_SECTIONDEF
789 STC_NSIS_SUBSECTIONDEF
= _stc
.STC_NSIS_SUBSECTIONDEF
790 STC_NSIS_IFDEFINEDEF
= _stc
.STC_NSIS_IFDEFINEDEF
791 STC_NSIS_MACRODEF
= _stc
.STC_NSIS_MACRODEF
792 STC_NSIS_STRINGVAR
= _stc
.STC_NSIS_STRINGVAR
793 STC_NSIS_NUMBER
= _stc
.STC_NSIS_NUMBER
794 STC_MMIXAL_LEADWS
= _stc
.STC_MMIXAL_LEADWS
795 STC_MMIXAL_COMMENT
= _stc
.STC_MMIXAL_COMMENT
796 STC_MMIXAL_LABEL
= _stc
.STC_MMIXAL_LABEL
797 STC_MMIXAL_OPCODE
= _stc
.STC_MMIXAL_OPCODE
798 STC_MMIXAL_OPCODE_PRE
= _stc
.STC_MMIXAL_OPCODE_PRE
799 STC_MMIXAL_OPCODE_VALID
= _stc
.STC_MMIXAL_OPCODE_VALID
800 STC_MMIXAL_OPCODE_UNKNOWN
= _stc
.STC_MMIXAL_OPCODE_UNKNOWN
801 STC_MMIXAL_OPCODE_POST
= _stc
.STC_MMIXAL_OPCODE_POST
802 STC_MMIXAL_OPERANDS
= _stc
.STC_MMIXAL_OPERANDS
803 STC_MMIXAL_NUMBER
= _stc
.STC_MMIXAL_NUMBER
804 STC_MMIXAL_REF
= _stc
.STC_MMIXAL_REF
805 STC_MMIXAL_CHAR
= _stc
.STC_MMIXAL_CHAR
806 STC_MMIXAL_STRING
= _stc
.STC_MMIXAL_STRING
807 STC_MMIXAL_REGISTER
= _stc
.STC_MMIXAL_REGISTER
808 STC_MMIXAL_HEX
= _stc
.STC_MMIXAL_HEX
809 STC_MMIXAL_OPERATOR
= _stc
.STC_MMIXAL_OPERATOR
810 STC_MMIXAL_SYMBOL
= _stc
.STC_MMIXAL_SYMBOL
811 STC_MMIXAL_INCLUDE
= _stc
.STC_MMIXAL_INCLUDE
812 STC_CLW_DEFAULT
= _stc
.STC_CLW_DEFAULT
813 STC_CLW_LABEL
= _stc
.STC_CLW_LABEL
814 STC_CLW_COMMENT
= _stc
.STC_CLW_COMMENT
815 STC_CLW_STRING
= _stc
.STC_CLW_STRING
816 STC_CLW_USER_IDENTIFIER
= _stc
.STC_CLW_USER_IDENTIFIER
817 STC_CLW_INTEGER_CONSTANT
= _stc
.STC_CLW_INTEGER_CONSTANT
818 STC_CLW_REAL_CONSTANT
= _stc
.STC_CLW_REAL_CONSTANT
819 STC_CLW_PICTURE_STRING
= _stc
.STC_CLW_PICTURE_STRING
820 STC_CLW_KEYWORD
= _stc
.STC_CLW_KEYWORD
821 STC_CLW_COMPILER_DIRECTIVE
= _stc
.STC_CLW_COMPILER_DIRECTIVE
822 STC_CLW_BUILTIN_PROCEDURES_FUNCTION
= _stc
.STC_CLW_BUILTIN_PROCEDURES_FUNCTION
823 STC_CLW_STRUCTURE_DATA_TYPE
= _stc
.STC_CLW_STRUCTURE_DATA_TYPE
824 STC_CLW_ATTRIBUTE
= _stc
.STC_CLW_ATTRIBUTE
825 STC_CLW_STANDARD_EQUATE
= _stc
.STC_CLW_STANDARD_EQUATE
826 STC_CLW_ERROR
= _stc
.STC_CLW_ERROR
827 STC_LOT_DEFAULT
= _stc
.STC_LOT_DEFAULT
828 STC_LOT_HEADER
= _stc
.STC_LOT_HEADER
829 STC_LOT_BREAK
= _stc
.STC_LOT_BREAK
830 STC_LOT_SET
= _stc
.STC_LOT_SET
831 STC_LOT_PASS
= _stc
.STC_LOT_PASS
832 STC_LOT_FAIL
= _stc
.STC_LOT_FAIL
833 STC_LOT_ABORT
= _stc
.STC_LOT_ABORT
834 STC_YAML_DEFAULT
= _stc
.STC_YAML_DEFAULT
835 STC_YAML_COMMENT
= _stc
.STC_YAML_COMMENT
836 STC_YAML_IDENTIFIER
= _stc
.STC_YAML_IDENTIFIER
837 STC_YAML_KEYWORD
= _stc
.STC_YAML_KEYWORD
838 STC_YAML_NUMBER
= _stc
.STC_YAML_NUMBER
839 STC_YAML_REFERENCE
= _stc
.STC_YAML_REFERENCE
840 STC_YAML_DOCUMENT
= _stc
.STC_YAML_DOCUMENT
841 STC_YAML_TEXT
= _stc
.STC_YAML_TEXT
842 STC_YAML_ERROR
= _stc
.STC_YAML_ERROR
843 STC_TEX_DEFAULT
= _stc
.STC_TEX_DEFAULT
844 STC_TEX_SPECIAL
= _stc
.STC_TEX_SPECIAL
845 STC_TEX_GROUP
= _stc
.STC_TEX_GROUP
846 STC_TEX_SYMBOL
= _stc
.STC_TEX_SYMBOL
847 STC_TEX_COMMAND
= _stc
.STC_TEX_COMMAND
848 STC_TEX_TEXT
= _stc
.STC_TEX_TEXT
849 STC_METAPOST_DEFAULT
= _stc
.STC_METAPOST_DEFAULT
850 STC_METAPOST_SPECIAL
= _stc
.STC_METAPOST_SPECIAL
851 STC_METAPOST_GROUP
= _stc
.STC_METAPOST_GROUP
852 STC_METAPOST_SYMBOL
= _stc
.STC_METAPOST_SYMBOL
853 STC_METAPOST_COMMAND
= _stc
.STC_METAPOST_COMMAND
854 STC_METAPOST_TEXT
= _stc
.STC_METAPOST_TEXT
855 STC_METAPOST_EXTRA
= _stc
.STC_METAPOST_EXTRA
856 STC_ERLANG_DEFAULT
= _stc
.STC_ERLANG_DEFAULT
857 STC_ERLANG_COMMENT
= _stc
.STC_ERLANG_COMMENT
858 STC_ERLANG_VARIABLE
= _stc
.STC_ERLANG_VARIABLE
859 STC_ERLANG_NUMBER
= _stc
.STC_ERLANG_NUMBER
860 STC_ERLANG_KEYWORD
= _stc
.STC_ERLANG_KEYWORD
861 STC_ERLANG_STRING
= _stc
.STC_ERLANG_STRING
862 STC_ERLANG_OPERATOR
= _stc
.STC_ERLANG_OPERATOR
863 STC_ERLANG_ATOM
= _stc
.STC_ERLANG_ATOM
864 STC_ERLANG_FUNCTION_NAME
= _stc
.STC_ERLANG_FUNCTION_NAME
865 STC_ERLANG_CHARACTER
= _stc
.STC_ERLANG_CHARACTER
866 STC_ERLANG_MACRO
= _stc
.STC_ERLANG_MACRO
867 STC_ERLANG_RECORD
= _stc
.STC_ERLANG_RECORD
868 STC_ERLANG_SEPARATOR
= _stc
.STC_ERLANG_SEPARATOR
869 STC_ERLANG_NODE_NAME
= _stc
.STC_ERLANG_NODE_NAME
870 STC_ERLANG_UNKNOWN
= _stc
.STC_ERLANG_UNKNOWN
871 STC_MSSQL_DEFAULT
= _stc
.STC_MSSQL_DEFAULT
872 STC_MSSQL_COMMENT
= _stc
.STC_MSSQL_COMMENT
873 STC_MSSQL_LINE_COMMENT
= _stc
.STC_MSSQL_LINE_COMMENT
874 STC_MSSQL_NUMBER
= _stc
.STC_MSSQL_NUMBER
875 STC_MSSQL_STRING
= _stc
.STC_MSSQL_STRING
876 STC_MSSQL_OPERATOR
= _stc
.STC_MSSQL_OPERATOR
877 STC_MSSQL_IDENTIFIER
= _stc
.STC_MSSQL_IDENTIFIER
878 STC_MSSQL_VARIABLE
= _stc
.STC_MSSQL_VARIABLE
879 STC_MSSQL_COLUMN_NAME
= _stc
.STC_MSSQL_COLUMN_NAME
880 STC_MSSQL_STATEMENT
= _stc
.STC_MSSQL_STATEMENT
881 STC_MSSQL_DATATYPE
= _stc
.STC_MSSQL_DATATYPE
882 STC_MSSQL_SYSTABLE
= _stc
.STC_MSSQL_SYSTABLE
883 STC_MSSQL_GLOBAL_VARIABLE
= _stc
.STC_MSSQL_GLOBAL_VARIABLE
884 STC_MSSQL_FUNCTION
= _stc
.STC_MSSQL_FUNCTION
885 STC_MSSQL_STORED_PROCEDURE
= _stc
.STC_MSSQL_STORED_PROCEDURE
886 STC_MSSQL_DEFAULT_PREF_DATATYPE
= _stc
.STC_MSSQL_DEFAULT_PREF_DATATYPE
887 STC_MSSQL_COLUMN_NAME_2
= _stc
.STC_MSSQL_COLUMN_NAME_2
888 STC_V_DEFAULT
= _stc
.STC_V_DEFAULT
889 STC_V_COMMENT
= _stc
.STC_V_COMMENT
890 STC_V_COMMENTLINE
= _stc
.STC_V_COMMENTLINE
891 STC_V_COMMENTLINEBANG
= _stc
.STC_V_COMMENTLINEBANG
892 STC_V_NUMBER
= _stc
.STC_V_NUMBER
893 STC_V_WORD
= _stc
.STC_V_WORD
894 STC_V_STRING
= _stc
.STC_V_STRING
895 STC_V_WORD2
= _stc
.STC_V_WORD2
896 STC_V_WORD3
= _stc
.STC_V_WORD3
897 STC_V_PREPROCESSOR
= _stc
.STC_V_PREPROCESSOR
898 STC_V_OPERATOR
= _stc
.STC_V_OPERATOR
899 STC_V_IDENTIFIER
= _stc
.STC_V_IDENTIFIER
900 STC_V_STRINGEOL
= _stc
.STC_V_STRINGEOL
901 STC_V_USER
= _stc
.STC_V_USER
902 STC_KIX_DEFAULT
= _stc
.STC_KIX_DEFAULT
903 STC_KIX_COMMENT
= _stc
.STC_KIX_COMMENT
904 STC_KIX_STRING1
= _stc
.STC_KIX_STRING1
905 STC_KIX_STRING2
= _stc
.STC_KIX_STRING2
906 STC_KIX_NUMBER
= _stc
.STC_KIX_NUMBER
907 STC_KIX_VAR
= _stc
.STC_KIX_VAR
908 STC_KIX_MACRO
= _stc
.STC_KIX_MACRO
909 STC_KIX_KEYWORD
= _stc
.STC_KIX_KEYWORD
910 STC_KIX_FUNCTIONS
= _stc
.STC_KIX_FUNCTIONS
911 STC_KIX_OPERATOR
= _stc
.STC_KIX_OPERATOR
912 STC_KIX_IDENTIFIER
= _stc
.STC_KIX_IDENTIFIER
913 STC_GC_DEFAULT
= _stc
.STC_GC_DEFAULT
914 STC_GC_COMMENTLINE
= _stc
.STC_GC_COMMENTLINE
915 STC_GC_COMMENTBLOCK
= _stc
.STC_GC_COMMENTBLOCK
916 STC_GC_GLOBAL
= _stc
.STC_GC_GLOBAL
917 STC_GC_EVENT
= _stc
.STC_GC_EVENT
918 STC_GC_ATTRIBUTE
= _stc
.STC_GC_ATTRIBUTE
919 STC_GC_CONTROL
= _stc
.STC_GC_CONTROL
920 STC_GC_COMMAND
= _stc
.STC_GC_COMMAND
921 STC_GC_STRING
= _stc
.STC_GC_STRING
922 STC_GC_OPERATOR
= _stc
.STC_GC_OPERATOR
923 STC_SN_DEFAULT
= _stc
.STC_SN_DEFAULT
924 STC_SN_CODE
= _stc
.STC_SN_CODE
925 STC_SN_COMMENTLINE
= _stc
.STC_SN_COMMENTLINE
926 STC_SN_COMMENTLINEBANG
= _stc
.STC_SN_COMMENTLINEBANG
927 STC_SN_NUMBER
= _stc
.STC_SN_NUMBER
928 STC_SN_WORD
= _stc
.STC_SN_WORD
929 STC_SN_STRING
= _stc
.STC_SN_STRING
930 STC_SN_WORD2
= _stc
.STC_SN_WORD2
931 STC_SN_WORD3
= _stc
.STC_SN_WORD3
932 STC_SN_PREPROCESSOR
= _stc
.STC_SN_PREPROCESSOR
933 STC_SN_OPERATOR
= _stc
.STC_SN_OPERATOR
934 STC_SN_IDENTIFIER
= _stc
.STC_SN_IDENTIFIER
935 STC_SN_STRINGEOL
= _stc
.STC_SN_STRINGEOL
936 STC_SN_REGEXTAG
= _stc
.STC_SN_REGEXTAG
937 STC_SN_SIGNAL
= _stc
.STC_SN_SIGNAL
938 STC_SN_USER
= _stc
.STC_SN_USER
939 STC_AU3_DEFAULT
= _stc
.STC_AU3_DEFAULT
940 STC_AU3_COMMENT
= _stc
.STC_AU3_COMMENT
941 STC_AU3_COMMENTBLOCK
= _stc
.STC_AU3_COMMENTBLOCK
942 STC_AU3_NUMBER
= _stc
.STC_AU3_NUMBER
943 STC_AU3_FUNCTION
= _stc
.STC_AU3_FUNCTION
944 STC_AU3_KEYWORD
= _stc
.STC_AU3_KEYWORD
945 STC_AU3_MACRO
= _stc
.STC_AU3_MACRO
946 STC_AU3_STRING
= _stc
.STC_AU3_STRING
947 STC_AU3_OPERATOR
= _stc
.STC_AU3_OPERATOR
948 STC_AU3_VARIABLE
= _stc
.STC_AU3_VARIABLE
949 STC_AU3_SENT
= _stc
.STC_AU3_SENT
950 STC_AU3_PREPROCESSOR
= _stc
.STC_AU3_PREPROCESSOR
951 STC_AU3_SPECIAL
= _stc
.STC_AU3_SPECIAL
952 STC_APDL_DEFAULT
= _stc
.STC_APDL_DEFAULT
953 STC_APDL_COMMENT
= _stc
.STC_APDL_COMMENT
954 STC_APDL_COMMENTBLOCK
= _stc
.STC_APDL_COMMENTBLOCK
955 STC_APDL_NUMBER
= _stc
.STC_APDL_NUMBER
956 STC_APDL_STRING
= _stc
.STC_APDL_STRING
957 STC_APDL_OPERATOR
= _stc
.STC_APDL_OPERATOR
958 STC_APDL_WORD
= _stc
.STC_APDL_WORD
959 STC_APDL_PROCESSOR
= _stc
.STC_APDL_PROCESSOR
960 STC_APDL_COMMAND
= _stc
.STC_APDL_COMMAND
961 STC_APDL_SLASHCOMMAND
= _stc
.STC_APDL_SLASHCOMMAND
962 STC_APDL_STARCOMMAND
= _stc
.STC_APDL_STARCOMMAND
963 STC_APDL_ARGUMENT
= _stc
.STC_APDL_ARGUMENT
964 STC_APDL_FUNCTION
= _stc
.STC_APDL_FUNCTION
965 STC_SH_DEFAULT
= _stc
.STC_SH_DEFAULT
966 STC_SH_ERROR
= _stc
.STC_SH_ERROR
967 STC_SH_COMMENTLINE
= _stc
.STC_SH_COMMENTLINE
968 STC_SH_NUMBER
= _stc
.STC_SH_NUMBER
969 STC_SH_WORD
= _stc
.STC_SH_WORD
970 STC_SH_STRING
= _stc
.STC_SH_STRING
971 STC_SH_CHARACTER
= _stc
.STC_SH_CHARACTER
972 STC_SH_OPERATOR
= _stc
.STC_SH_OPERATOR
973 STC_SH_IDENTIFIER
= _stc
.STC_SH_IDENTIFIER
974 STC_SH_SCALAR
= _stc
.STC_SH_SCALAR
975 STC_SH_PARAM
= _stc
.STC_SH_PARAM
976 STC_SH_BACKTICKS
= _stc
.STC_SH_BACKTICKS
977 STC_SH_HERE_DELIM
= _stc
.STC_SH_HERE_DELIM
978 STC_SH_HERE_Q
= _stc
.STC_SH_HERE_Q
979 STC_ASN1_DEFAULT
= _stc
.STC_ASN1_DEFAULT
980 STC_ASN1_COMMENT
= _stc
.STC_ASN1_COMMENT
981 STC_ASN1_IDENTIFIER
= _stc
.STC_ASN1_IDENTIFIER
982 STC_ASN1_STRING
= _stc
.STC_ASN1_STRING
983 STC_ASN1_OID
= _stc
.STC_ASN1_OID
984 STC_ASN1_SCALAR
= _stc
.STC_ASN1_SCALAR
985 STC_ASN1_KEYWORD
= _stc
.STC_ASN1_KEYWORD
986 STC_ASN1_ATTRIBUTE
= _stc
.STC_ASN1_ATTRIBUTE
987 STC_ASN1_DESCRIPTOR
= _stc
.STC_ASN1_DESCRIPTOR
988 STC_ASN1_TYPE
= _stc
.STC_ASN1_TYPE
989 STC_ASN1_OPERATOR
= _stc
.STC_ASN1_OPERATOR
990 STC_VHDL_DEFAULT
= _stc
.STC_VHDL_DEFAULT
991 STC_VHDL_COMMENT
= _stc
.STC_VHDL_COMMENT
992 STC_VHDL_COMMENTLINEBANG
= _stc
.STC_VHDL_COMMENTLINEBANG
993 STC_VHDL_NUMBER
= _stc
.STC_VHDL_NUMBER
994 STC_VHDL_STRING
= _stc
.STC_VHDL_STRING
995 STC_VHDL_OPERATOR
= _stc
.STC_VHDL_OPERATOR
996 STC_VHDL_IDENTIFIER
= _stc
.STC_VHDL_IDENTIFIER
997 STC_VHDL_STRINGEOL
= _stc
.STC_VHDL_STRINGEOL
998 STC_VHDL_KEYWORD
= _stc
.STC_VHDL_KEYWORD
999 STC_VHDL_STDOPERATOR
= _stc
.STC_VHDL_STDOPERATOR
1000 STC_VHDL_ATTRIBUTE
= _stc
.STC_VHDL_ATTRIBUTE
1001 STC_VHDL_STDFUNCTION
= _stc
.STC_VHDL_STDFUNCTION
1002 STC_VHDL_STDPACKAGE
= _stc
.STC_VHDL_STDPACKAGE
1003 STC_VHDL_STDTYPE
= _stc
.STC_VHDL_STDTYPE
1004 STC_VHDL_USERWORD
= _stc
.STC_VHDL_USERWORD
1005 STC_CMD_REDO
= _stc
.STC_CMD_REDO
1006 STC_CMD_SELECTALL
= _stc
.STC_CMD_SELECTALL
1007 STC_CMD_UNDO
= _stc
.STC_CMD_UNDO
1008 STC_CMD_CUT
= _stc
.STC_CMD_CUT
1009 STC_CMD_COPY
= _stc
.STC_CMD_COPY
1010 STC_CMD_PASTE
= _stc
.STC_CMD_PASTE
1011 STC_CMD_CLEAR
= _stc
.STC_CMD_CLEAR
1012 STC_CMD_LINEDOWN
= _stc
.STC_CMD_LINEDOWN
1013 STC_CMD_LINEDOWNEXTEND
= _stc
.STC_CMD_LINEDOWNEXTEND
1014 STC_CMD_LINEUP
= _stc
.STC_CMD_LINEUP
1015 STC_CMD_LINEUPEXTEND
= _stc
.STC_CMD_LINEUPEXTEND
1016 STC_CMD_CHARLEFT
= _stc
.STC_CMD_CHARLEFT
1017 STC_CMD_CHARLEFTEXTEND
= _stc
.STC_CMD_CHARLEFTEXTEND
1018 STC_CMD_CHARRIGHT
= _stc
.STC_CMD_CHARRIGHT
1019 STC_CMD_CHARRIGHTEXTEND
= _stc
.STC_CMD_CHARRIGHTEXTEND
1020 STC_CMD_WORDLEFT
= _stc
.STC_CMD_WORDLEFT
1021 STC_CMD_WORDLEFTEXTEND
= _stc
.STC_CMD_WORDLEFTEXTEND
1022 STC_CMD_WORDRIGHT
= _stc
.STC_CMD_WORDRIGHT
1023 STC_CMD_WORDRIGHTEXTEND
= _stc
.STC_CMD_WORDRIGHTEXTEND
1024 STC_CMD_HOME
= _stc
.STC_CMD_HOME
1025 STC_CMD_HOMEEXTEND
= _stc
.STC_CMD_HOMEEXTEND
1026 STC_CMD_LINEEND
= _stc
.STC_CMD_LINEEND
1027 STC_CMD_LINEENDEXTEND
= _stc
.STC_CMD_LINEENDEXTEND
1028 STC_CMD_DOCUMENTSTART
= _stc
.STC_CMD_DOCUMENTSTART
1029 STC_CMD_DOCUMENTSTARTEXTEND
= _stc
.STC_CMD_DOCUMENTSTARTEXTEND
1030 STC_CMD_DOCUMENTEND
= _stc
.STC_CMD_DOCUMENTEND
1031 STC_CMD_DOCUMENTENDEXTEND
= _stc
.STC_CMD_DOCUMENTENDEXTEND
1032 STC_CMD_PAGEUP
= _stc
.STC_CMD_PAGEUP
1033 STC_CMD_PAGEUPEXTEND
= _stc
.STC_CMD_PAGEUPEXTEND
1034 STC_CMD_PAGEDOWN
= _stc
.STC_CMD_PAGEDOWN
1035 STC_CMD_PAGEDOWNEXTEND
= _stc
.STC_CMD_PAGEDOWNEXTEND
1036 STC_CMD_EDITTOGGLEOVERTYPE
= _stc
.STC_CMD_EDITTOGGLEOVERTYPE
1037 STC_CMD_CANCEL
= _stc
.STC_CMD_CANCEL
1038 STC_CMD_DELETEBACK
= _stc
.STC_CMD_DELETEBACK
1039 STC_CMD_TAB
= _stc
.STC_CMD_TAB
1040 STC_CMD_BACKTAB
= _stc
.STC_CMD_BACKTAB
1041 STC_CMD_NEWLINE
= _stc
.STC_CMD_NEWLINE
1042 STC_CMD_FORMFEED
= _stc
.STC_CMD_FORMFEED
1043 STC_CMD_VCHOME
= _stc
.STC_CMD_VCHOME
1044 STC_CMD_VCHOMEEXTEND
= _stc
.STC_CMD_VCHOMEEXTEND
1045 STC_CMD_ZOOMIN
= _stc
.STC_CMD_ZOOMIN
1046 STC_CMD_ZOOMOUT
= _stc
.STC_CMD_ZOOMOUT
1047 STC_CMD_DELWORDLEFT
= _stc
.STC_CMD_DELWORDLEFT
1048 STC_CMD_DELWORDRIGHT
= _stc
.STC_CMD_DELWORDRIGHT
1049 STC_CMD_LINECUT
= _stc
.STC_CMD_LINECUT
1050 STC_CMD_LINEDELETE
= _stc
.STC_CMD_LINEDELETE
1051 STC_CMD_LINETRANSPOSE
= _stc
.STC_CMD_LINETRANSPOSE
1052 STC_CMD_LINEDUPLICATE
= _stc
.STC_CMD_LINEDUPLICATE
1053 STC_CMD_LOWERCASE
= _stc
.STC_CMD_LOWERCASE
1054 STC_CMD_UPPERCASE
= _stc
.STC_CMD_UPPERCASE
1055 STC_CMD_LINESCROLLDOWN
= _stc
.STC_CMD_LINESCROLLDOWN
1056 STC_CMD_LINESCROLLUP
= _stc
.STC_CMD_LINESCROLLUP
1057 STC_CMD_DELETEBACKNOTLINE
= _stc
.STC_CMD_DELETEBACKNOTLINE
1058 STC_CMD_HOMEDISPLAY
= _stc
.STC_CMD_HOMEDISPLAY
1059 STC_CMD_HOMEDISPLAYEXTEND
= _stc
.STC_CMD_HOMEDISPLAYEXTEND
1060 STC_CMD_LINEENDDISPLAY
= _stc
.STC_CMD_LINEENDDISPLAY
1061 STC_CMD_LINEENDDISPLAYEXTEND
= _stc
.STC_CMD_LINEENDDISPLAYEXTEND
1062 STC_CMD_HOMEWRAP
= _stc
.STC_CMD_HOMEWRAP
1063 STC_CMD_HOMEWRAPEXTEND
= _stc
.STC_CMD_HOMEWRAPEXTEND
1064 STC_CMD_LINEENDWRAP
= _stc
.STC_CMD_LINEENDWRAP
1065 STC_CMD_LINEENDWRAPEXTEND
= _stc
.STC_CMD_LINEENDWRAPEXTEND
1066 STC_CMD_VCHOMEWRAP
= _stc
.STC_CMD_VCHOMEWRAP
1067 STC_CMD_VCHOMEWRAPEXTEND
= _stc
.STC_CMD_VCHOMEWRAPEXTEND
1068 STC_CMD_LINECOPY
= _stc
.STC_CMD_LINECOPY
1069 STC_CMD_WORDPARTLEFT
= _stc
.STC_CMD_WORDPARTLEFT
1070 STC_CMD_WORDPARTLEFTEXTEND
= _stc
.STC_CMD_WORDPARTLEFTEXTEND
1071 STC_CMD_WORDPARTRIGHT
= _stc
.STC_CMD_WORDPARTRIGHT
1072 STC_CMD_WORDPARTRIGHTEXTEND
= _stc
.STC_CMD_WORDPARTRIGHTEXTEND
1073 STC_CMD_DELLINELEFT
= _stc
.STC_CMD_DELLINELEFT
1074 STC_CMD_DELLINERIGHT
= _stc
.STC_CMD_DELLINERIGHT
1075 STC_CMD_PARADOWN
= _stc
.STC_CMD_PARADOWN
1076 STC_CMD_PARADOWNEXTEND
= _stc
.STC_CMD_PARADOWNEXTEND
1077 STC_CMD_PARAUP
= _stc
.STC_CMD_PARAUP
1078 STC_CMD_PARAUPEXTEND
= _stc
.STC_CMD_PARAUPEXTEND
1079 STC_CMD_LINEDOWNRECTEXTEND
= _stc
.STC_CMD_LINEDOWNRECTEXTEND
1080 STC_CMD_LINEUPRECTEXTEND
= _stc
.STC_CMD_LINEUPRECTEXTEND
1081 STC_CMD_CHARLEFTRECTEXTEND
= _stc
.STC_CMD_CHARLEFTRECTEXTEND
1082 STC_CMD_CHARRIGHTRECTEXTEND
= _stc
.STC_CMD_CHARRIGHTRECTEXTEND
1083 STC_CMD_HOMERECTEXTEND
= _stc
.STC_CMD_HOMERECTEXTEND
1084 STC_CMD_VCHOMERECTEXTEND
= _stc
.STC_CMD_VCHOMERECTEXTEND
1085 STC_CMD_LINEENDRECTEXTEND
= _stc
.STC_CMD_LINEENDRECTEXTEND
1086 STC_CMD_PAGEUPRECTEXTEND
= _stc
.STC_CMD_PAGEUPRECTEXTEND
1087 STC_CMD_PAGEDOWNRECTEXTEND
= _stc
.STC_CMD_PAGEDOWNRECTEXTEND
1088 STC_CMD_STUTTEREDPAGEUP
= _stc
.STC_CMD_STUTTEREDPAGEUP
1089 STC_CMD_STUTTEREDPAGEUPEXTEND
= _stc
.STC_CMD_STUTTEREDPAGEUPEXTEND
1090 STC_CMD_STUTTEREDPAGEDOWN
= _stc
.STC_CMD_STUTTEREDPAGEDOWN
1091 STC_CMD_STUTTEREDPAGEDOWNEXTEND
= _stc
.STC_CMD_STUTTEREDPAGEDOWNEXTEND
1092 STC_CMD_WORDLEFTEND
= _stc
.STC_CMD_WORDLEFTEND
1093 STC_CMD_WORDLEFTENDEXTEND
= _stc
.STC_CMD_WORDLEFTENDEXTEND
1094 STC_CMD_WORDRIGHTEND
= _stc
.STC_CMD_WORDRIGHTEND
1095 STC_CMD_WORDRIGHTENDEXTEND
= _stc
.STC_CMD_WORDRIGHTENDEXTEND
1096 class StyledTextCtrl(_core
.Control
):
1097 """Proxy of C++ StyledTextCtrl class"""
1099 return "<%s.%s; proxy of C++ wxStyledTextCtrl instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
1100 def __init__(self
, *args
, **kwargs
):
1102 __init__(self, Window parent, int id=ID_ANY, Point pos=DefaultPosition,
1103 Size size=DefaultSize, long style=0, String name=STCNameStr) -> StyledTextCtrl
1105 newobj
= _stc
.new_StyledTextCtrl(*args
, **kwargs
)
1106 self
.this
= newobj
.this
1109 self
._setOORInfo
(self
)
1111 def Create(*args
, **kwargs
):
1113 Create(self, Window parent, int id=ID_ANY, Point pos=DefaultPosition,
1114 Size size=DefaultSize, long style=0, String name=wxSTCNameStr) -> bool
1116 return _stc
.StyledTextCtrl_Create(*args
, **kwargs
)
1118 def AddText(*args
, **kwargs
):
1120 AddText(self, String text)
1122 Add text to the document at current position.
1124 return _stc
.StyledTextCtrl_AddText(*args
, **kwargs
)
1126 def AddStyledText(*args
, **kwargs
):
1128 AddStyledText(self, wxMemoryBuffer data)
1130 Add array of cells to document.
1132 return _stc
.StyledTextCtrl_AddStyledText(*args
, **kwargs
)
1134 def InsertText(*args
, **kwargs
):
1136 InsertText(self, int pos, String text)
1138 Insert string at a position.
1140 return _stc
.StyledTextCtrl_InsertText(*args
, **kwargs
)
1142 def ClearAll(*args
, **kwargs
):
1146 Delete all text in the document.
1148 return _stc
.StyledTextCtrl_ClearAll(*args
, **kwargs
)
1150 def ClearDocumentStyle(*args
, **kwargs
):
1152 ClearDocumentStyle(self)
1154 Set all style bytes to 0, remove all folding information.
1156 return _stc
.StyledTextCtrl_ClearDocumentStyle(*args
, **kwargs
)
1158 def GetLength(*args
, **kwargs
):
1160 GetLength(self) -> int
1162 Returns the number of characters in the document.
1164 return _stc
.StyledTextCtrl_GetLength(*args
, **kwargs
)
1166 def GetCharAt(*args
, **kwargs
):
1168 GetCharAt(self, int pos) -> int
1170 Returns the character byte at the position.
1172 return _stc
.StyledTextCtrl_GetCharAt(*args
, **kwargs
)
1174 def GetCurrentPos(*args
, **kwargs
):
1176 GetCurrentPos(self) -> int
1178 Returns the position of the caret.
1180 return _stc
.StyledTextCtrl_GetCurrentPos(*args
, **kwargs
)
1182 def GetAnchor(*args
, **kwargs
):
1184 GetAnchor(self) -> int
1186 Returns the position of the opposite end of the selection to the caret.
1188 return _stc
.StyledTextCtrl_GetAnchor(*args
, **kwargs
)
1190 def GetStyleAt(*args
, **kwargs
):
1192 GetStyleAt(self, int pos) -> int
1194 Returns the style byte at the position.
1196 return _stc
.StyledTextCtrl_GetStyleAt(*args
, **kwargs
)
1198 def Redo(*args
, **kwargs
):
1202 Redoes the next action on the undo history.
1204 return _stc
.StyledTextCtrl_Redo(*args
, **kwargs
)
1206 def SetUndoCollection(*args
, **kwargs
):
1208 SetUndoCollection(self, bool collectUndo)
1210 Choose between collecting actions into the undo
1211 history and discarding them.
1213 return _stc
.StyledTextCtrl_SetUndoCollection(*args
, **kwargs
)
1215 def SelectAll(*args
, **kwargs
):
1219 Select all the text in the document.
1221 return _stc
.StyledTextCtrl_SelectAll(*args
, **kwargs
)
1223 def SetSavePoint(*args
, **kwargs
):
1227 Remember the current position in the undo history as the position
1228 at which the document was saved.
1230 return _stc
.StyledTextCtrl_SetSavePoint(*args
, **kwargs
)
1232 def GetStyledText(*args
, **kwargs
):
1234 GetStyledText(self, int startPos, int endPos) -> wxMemoryBuffer
1236 Retrieve a buffer of cells.
1238 return _stc
.StyledTextCtrl_GetStyledText(*args
, **kwargs
)
1240 def CanRedo(*args
, **kwargs
):
1242 CanRedo(self) -> bool
1244 Are there any redoable actions in the undo history?
1246 return _stc
.StyledTextCtrl_CanRedo(*args
, **kwargs
)
1248 def MarkerLineFromHandle(*args
, **kwargs
):
1250 MarkerLineFromHandle(self, int handle) -> int
1252 Retrieve the line number at which a particular marker is located.
1254 return _stc
.StyledTextCtrl_MarkerLineFromHandle(*args
, **kwargs
)
1256 def MarkerDeleteHandle(*args
, **kwargs
):
1258 MarkerDeleteHandle(self, int handle)
1262 return _stc
.StyledTextCtrl_MarkerDeleteHandle(*args
, **kwargs
)
1264 def GetUndoCollection(*args
, **kwargs
):
1266 GetUndoCollection(self) -> bool
1268 Is undo history being collected?
1270 return _stc
.StyledTextCtrl_GetUndoCollection(*args
, **kwargs
)
1272 def GetViewWhiteSpace(*args
, **kwargs
):
1274 GetViewWhiteSpace(self) -> int
1276 Are white space characters currently visible?
1277 Returns one of SCWS_* constants.
1279 return _stc
.StyledTextCtrl_GetViewWhiteSpace(*args
, **kwargs
)
1281 def SetViewWhiteSpace(*args
, **kwargs
):
1283 SetViewWhiteSpace(self, int viewWS)
1285 Make white space characters invisible, always visible or visible outside indentation.
1287 return _stc
.StyledTextCtrl_SetViewWhiteSpace(*args
, **kwargs
)
1289 def PositionFromPoint(*args
, **kwargs
):
1291 PositionFromPoint(self, Point pt) -> int
1293 Find the position from a point within the window.
1295 return _stc
.StyledTextCtrl_PositionFromPoint(*args
, **kwargs
)
1297 def PositionFromPointClose(*args
, **kwargs
):
1299 PositionFromPointClose(self, int x, int y) -> int
1301 Find the position from a point within the window but return
1302 INVALID_POSITION if not close to text.
1304 return _stc
.StyledTextCtrl_PositionFromPointClose(*args
, **kwargs
)
1306 def GotoLine(*args
, **kwargs
):
1308 GotoLine(self, int line)
1310 Set caret to start of a line and ensure it is visible.
1312 return _stc
.StyledTextCtrl_GotoLine(*args
, **kwargs
)
1314 def GotoPos(*args
, **kwargs
):
1316 GotoPos(self, int pos)
1318 Set caret to a position and ensure it is visible.
1320 return _stc
.StyledTextCtrl_GotoPos(*args
, **kwargs
)
1322 def SetAnchor(*args
, **kwargs
):
1324 SetAnchor(self, int posAnchor)
1326 Set the selection anchor to a position. The anchor is the opposite
1327 end of the selection from the caret.
1329 return _stc
.StyledTextCtrl_SetAnchor(*args
, **kwargs
)
1331 def GetCurLine(*args
, **kwargs
):
1333 GetCurLine(self) -> (text, pos)
1335 Retrieve the text of the line containing the caret, and also theindex
1336 of the caret on the line.
1338 return _stc
.StyledTextCtrl_GetCurLine(*args
, **kwargs
)
1340 def GetEndStyled(*args
, **kwargs
):
1342 GetEndStyled(self) -> int
1344 Retrieve the position of the last correctly styled character.
1346 return _stc
.StyledTextCtrl_GetEndStyled(*args
, **kwargs
)
1348 def ConvertEOLs(*args
, **kwargs
):
1350 ConvertEOLs(self, int eolMode)
1352 Convert all line endings in the document to one mode.
1354 return _stc
.StyledTextCtrl_ConvertEOLs(*args
, **kwargs
)
1356 def GetEOLMode(*args
, **kwargs
):
1358 GetEOLMode(self) -> int
1360 Retrieve the current end of line mode - one of CRLF, CR, or LF.
1362 return _stc
.StyledTextCtrl_GetEOLMode(*args
, **kwargs
)
1364 def SetEOLMode(*args
, **kwargs
):
1366 SetEOLMode(self, int eolMode)
1368 Set the current end of line mode.
1370 return _stc
.StyledTextCtrl_SetEOLMode(*args
, **kwargs
)
1372 def StartStyling(*args
, **kwargs
):
1374 StartStyling(self, int pos, int mask)
1376 Set the current styling position to pos and the styling mask to mask.
1377 The styling mask can be used to protect some bits in each styling byte from modification.
1379 return _stc
.StyledTextCtrl_StartStyling(*args
, **kwargs
)
1381 def SetStyling(*args
, **kwargs
):
1383 SetStyling(self, int length, int style)
1385 Change style from current styling position for length characters to a style
1386 and move the current styling position to after this newly styled segment.
1388 return _stc
.StyledTextCtrl_SetStyling(*args
, **kwargs
)
1390 def GetBufferedDraw(*args
, **kwargs
):
1392 GetBufferedDraw(self) -> bool
1394 Is drawing done first into a buffer or direct to the screen?
1396 return _stc
.StyledTextCtrl_GetBufferedDraw(*args
, **kwargs
)
1398 def SetBufferedDraw(*args
, **kwargs
):
1400 SetBufferedDraw(self, bool buffered)
1402 If drawing is buffered then each line of text is drawn into a bitmap buffer
1403 before drawing it to the screen to avoid flicker.
1405 return _stc
.StyledTextCtrl_SetBufferedDraw(*args
, **kwargs
)
1407 def SetTabWidth(*args
, **kwargs
):
1409 SetTabWidth(self, int tabWidth)
1411 Change the visible size of a tab to be a multiple of the width of a space character.
1413 return _stc
.StyledTextCtrl_SetTabWidth(*args
, **kwargs
)
1415 def GetTabWidth(*args
, **kwargs
):
1417 GetTabWidth(self) -> int
1419 Retrieve the visible size of a tab.
1421 return _stc
.StyledTextCtrl_GetTabWidth(*args
, **kwargs
)
1423 def SetCodePage(*args
, **kwargs
):
1425 SetCodePage(self, int codePage)
1427 Set the code page used to interpret the bytes of the document as characters.
1429 return _stc
.StyledTextCtrl_SetCodePage(*args
, **kwargs
)
1431 def MarkerDefine(*args
, **kwargs
):
1433 MarkerDefine(self, int markerNumber, int markerSymbol, Colour foreground=wxNullColour,
1434 Colour background=wxNullColour)
1436 Set the symbol used for a particular marker number,
1437 and optionally the fore and background colours.
1439 return _stc
.StyledTextCtrl_MarkerDefine(*args
, **kwargs
)
1441 def MarkerSetForeground(*args
, **kwargs
):
1443 MarkerSetForeground(self, int markerNumber, Colour fore)
1445 Set the foreground colour used for a particular marker number.
1447 return _stc
.StyledTextCtrl_MarkerSetForeground(*args
, **kwargs
)
1449 def MarkerSetBackground(*args
, **kwargs
):
1451 MarkerSetBackground(self, int markerNumber, Colour back)
1453 Set the background colour used for a particular marker number.
1455 return _stc
.StyledTextCtrl_MarkerSetBackground(*args
, **kwargs
)
1457 def MarkerAdd(*args
, **kwargs
):
1459 MarkerAdd(self, int line, int markerNumber) -> int
1461 Add a marker to a line, returning an ID which can be used to find or delete the marker.
1463 return _stc
.StyledTextCtrl_MarkerAdd(*args
, **kwargs
)
1465 def MarkerDelete(*args
, **kwargs
):
1467 MarkerDelete(self, int line, int markerNumber)
1469 Delete a marker from a line.
1471 return _stc
.StyledTextCtrl_MarkerDelete(*args
, **kwargs
)
1473 def MarkerDeleteAll(*args
, **kwargs
):
1475 MarkerDeleteAll(self, int markerNumber)
1477 Delete all markers with a particular number from all lines.
1479 return _stc
.StyledTextCtrl_MarkerDeleteAll(*args
, **kwargs
)
1481 def MarkerGet(*args
, **kwargs
):
1483 MarkerGet(self, int line) -> int
1485 Get a bit mask of all the markers set on a line.
1487 return _stc
.StyledTextCtrl_MarkerGet(*args
, **kwargs
)
1489 def MarkerNext(*args
, **kwargs
):
1491 MarkerNext(self, int lineStart, int markerMask) -> int
1493 Find the next line after lineStart that includes a marker in mask.
1495 return _stc
.StyledTextCtrl_MarkerNext(*args
, **kwargs
)
1497 def MarkerPrevious(*args
, **kwargs
):
1499 MarkerPrevious(self, int lineStart, int markerMask) -> int
1501 Find the previous line before lineStart that includes a marker in mask.
1503 return _stc
.StyledTextCtrl_MarkerPrevious(*args
, **kwargs
)
1505 def MarkerDefineBitmap(*args
, **kwargs
):
1507 MarkerDefineBitmap(self, int markerNumber, Bitmap bmp)
1509 Define a marker from a bitmap
1511 return _stc
.StyledTextCtrl_MarkerDefineBitmap(*args
, **kwargs
)
1513 def SetMarginType(*args
, **kwargs
):
1515 SetMarginType(self, int margin, int marginType)
1517 Set a margin to be either numeric or symbolic.
1519 return _stc
.StyledTextCtrl_SetMarginType(*args
, **kwargs
)
1521 def GetMarginType(*args
, **kwargs
):
1523 GetMarginType(self, int margin) -> int
1525 Retrieve the type of a margin.
1527 return _stc
.StyledTextCtrl_GetMarginType(*args
, **kwargs
)
1529 def SetMarginWidth(*args
, **kwargs
):
1531 SetMarginWidth(self, int margin, int pixelWidth)
1533 Set the width of a margin to a width expressed in pixels.
1535 return _stc
.StyledTextCtrl_SetMarginWidth(*args
, **kwargs
)
1537 def GetMarginWidth(*args
, **kwargs
):
1539 GetMarginWidth(self, int margin) -> int
1541 Retrieve the width of a margin in pixels.
1543 return _stc
.StyledTextCtrl_GetMarginWidth(*args
, **kwargs
)
1545 def SetMarginMask(*args
, **kwargs
):
1547 SetMarginMask(self, int margin, int mask)
1549 Set a mask that determines which markers are displayed in a margin.
1551 return _stc
.StyledTextCtrl_SetMarginMask(*args
, **kwargs
)
1553 def GetMarginMask(*args
, **kwargs
):
1555 GetMarginMask(self, int margin) -> int
1557 Retrieve the marker mask of a margin.
1559 return _stc
.StyledTextCtrl_GetMarginMask(*args
, **kwargs
)
1561 def SetMarginSensitive(*args
, **kwargs
):
1563 SetMarginSensitive(self, int margin, bool sensitive)
1565 Make a margin sensitive or insensitive to mouse clicks.
1567 return _stc
.StyledTextCtrl_SetMarginSensitive(*args
, **kwargs
)
1569 def GetMarginSensitive(*args
, **kwargs
):
1571 GetMarginSensitive(self, int margin) -> bool
1573 Retrieve the mouse click sensitivity of a margin.
1575 return _stc
.StyledTextCtrl_GetMarginSensitive(*args
, **kwargs
)
1577 def StyleClearAll(*args
, **kwargs
):
1581 Clear all the styles and make equivalent to the global default style.
1583 return _stc
.StyledTextCtrl_StyleClearAll(*args
, **kwargs
)
1585 def StyleSetForeground(*args
, **kwargs
):
1587 StyleSetForeground(self, int style, Colour fore)
1589 Set the foreground colour of a style.
1591 return _stc
.StyledTextCtrl_StyleSetForeground(*args
, **kwargs
)
1593 def StyleSetBackground(*args
, **kwargs
):
1595 StyleSetBackground(self, int style, Colour back)
1597 Set the background colour of a style.
1599 return _stc
.StyledTextCtrl_StyleSetBackground(*args
, **kwargs
)
1601 def StyleSetBold(*args
, **kwargs
):
1603 StyleSetBold(self, int style, bool bold)
1605 Set a style to be bold or not.
1607 return _stc
.StyledTextCtrl_StyleSetBold(*args
, **kwargs
)
1609 def StyleSetItalic(*args
, **kwargs
):
1611 StyleSetItalic(self, int style, bool italic)
1613 Set a style to be italic or not.
1615 return _stc
.StyledTextCtrl_StyleSetItalic(*args
, **kwargs
)
1617 def StyleSetSize(*args
, **kwargs
):
1619 StyleSetSize(self, int style, int sizePoints)
1621 Set the size of characters of a style.
1623 return _stc
.StyledTextCtrl_StyleSetSize(*args
, **kwargs
)
1625 def StyleSetFaceName(*args
, **kwargs
):
1627 StyleSetFaceName(self, int style, String fontName)
1629 Set the font of a style.
1631 return _stc
.StyledTextCtrl_StyleSetFaceName(*args
, **kwargs
)
1633 def StyleSetEOLFilled(*args
, **kwargs
):
1635 StyleSetEOLFilled(self, int style, bool filled)
1637 Set a style to have its end of line filled or not.
1639 return _stc
.StyledTextCtrl_StyleSetEOLFilled(*args
, **kwargs
)
1641 def StyleResetDefault(*args
, **kwargs
):
1643 StyleResetDefault(self)
1645 Reset the default style to its state at startup
1647 return _stc
.StyledTextCtrl_StyleResetDefault(*args
, **kwargs
)
1649 def StyleSetUnderline(*args
, **kwargs
):
1651 StyleSetUnderline(self, int style, bool underline)
1653 Set a style to be underlined or not.
1655 return _stc
.StyledTextCtrl_StyleSetUnderline(*args
, **kwargs
)
1657 def StyleSetCase(*args
, **kwargs
):
1659 StyleSetCase(self, int style, int caseForce)
1661 Set a style to be mixed case, or to force upper or lower case.
1663 return _stc
.StyledTextCtrl_StyleSetCase(*args
, **kwargs
)
1665 def StyleSetCharacterSet(*args
, **kwargs
):
1667 StyleSetCharacterSet(self, int style, int characterSet)
1669 Set the character set of the font in a style.
1671 return _stc
.StyledTextCtrl_StyleSetCharacterSet(*args
, **kwargs
)
1673 def StyleSetHotSpot(*args
, **kwargs
):
1675 StyleSetHotSpot(self, int style, bool hotspot)
1677 Set a style to be a hotspot or not.
1679 return _stc
.StyledTextCtrl_StyleSetHotSpot(*args
, **kwargs
)
1681 def SetSelForeground(*args
, **kwargs
):
1683 SetSelForeground(self, bool useSetting, Colour fore)
1685 Set the foreground colour of the selection and whether to use this setting.
1687 return _stc
.StyledTextCtrl_SetSelForeground(*args
, **kwargs
)
1689 def SetSelBackground(*args
, **kwargs
):
1691 SetSelBackground(self, bool useSetting, Colour back)
1693 Set the background colour of the selection and whether to use this setting.
1695 return _stc
.StyledTextCtrl_SetSelBackground(*args
, **kwargs
)
1697 def SetCaretForeground(*args
, **kwargs
):
1699 SetCaretForeground(self, Colour fore)
1701 Set the foreground colour of the caret.
1703 return _stc
.StyledTextCtrl_SetCaretForeground(*args
, **kwargs
)
1705 def CmdKeyAssign(*args
, **kwargs
):
1707 CmdKeyAssign(self, int key, int modifiers, int cmd)
1709 When key+modifier combination km is pressed perform msg.
1711 return _stc
.StyledTextCtrl_CmdKeyAssign(*args
, **kwargs
)
1713 def CmdKeyClear(*args
, **kwargs
):
1715 CmdKeyClear(self, int key, int modifiers)
1717 When key+modifier combination km is pressed do nothing.
1719 return _stc
.StyledTextCtrl_CmdKeyClear(*args
, **kwargs
)
1721 def CmdKeyClearAll(*args
, **kwargs
):
1723 CmdKeyClearAll(self)
1725 Drop all key mappings.
1727 return _stc
.StyledTextCtrl_CmdKeyClearAll(*args
, **kwargs
)
1729 def SetStyleBytes(*args
, **kwargs
):
1731 SetStyleBytes(self, int length, char styleBytes)
1733 Set the styles for a segment of the document.
1735 return _stc
.StyledTextCtrl_SetStyleBytes(*args
, **kwargs
)
1737 def StyleSetVisible(*args
, **kwargs
):
1739 StyleSetVisible(self, int style, bool visible)
1741 Set a style to be visible or not.
1743 return _stc
.StyledTextCtrl_StyleSetVisible(*args
, **kwargs
)
1745 def GetCaretPeriod(*args
, **kwargs
):
1747 GetCaretPeriod(self) -> int
1749 Get the time in milliseconds that the caret is on and off.
1751 return _stc
.StyledTextCtrl_GetCaretPeriod(*args
, **kwargs
)
1753 def SetCaretPeriod(*args
, **kwargs
):
1755 SetCaretPeriod(self, int periodMilliseconds)
1757 Get the time in milliseconds that the caret is on and off. 0 = steady on.
1759 return _stc
.StyledTextCtrl_SetCaretPeriod(*args
, **kwargs
)
1761 def SetWordChars(*args
, **kwargs
):
1763 SetWordChars(self, String characters)
1765 Set the set of characters making up words for when moving or selecting by word.
1766 First sets deaults like SetCharsDefault.
1768 return _stc
.StyledTextCtrl_SetWordChars(*args
, **kwargs
)
1770 def BeginUndoAction(*args
, **kwargs
):
1772 BeginUndoAction(self)
1774 Start a sequence of actions that is undone and redone as a unit.
1777 return _stc
.StyledTextCtrl_BeginUndoAction(*args
, **kwargs
)
1779 def EndUndoAction(*args
, **kwargs
):
1783 End a sequence of actions that is undone and redone as a unit.
1785 return _stc
.StyledTextCtrl_EndUndoAction(*args
, **kwargs
)
1787 def IndicatorSetStyle(*args
, **kwargs
):
1789 IndicatorSetStyle(self, int indic, int style)
1791 Set an indicator to plain, squiggle or TT.
1793 return _stc
.StyledTextCtrl_IndicatorSetStyle(*args
, **kwargs
)
1795 def IndicatorGetStyle(*args
, **kwargs
):
1797 IndicatorGetStyle(self, int indic) -> int
1799 Retrieve the style of an indicator.
1801 return _stc
.StyledTextCtrl_IndicatorGetStyle(*args
, **kwargs
)
1803 def IndicatorSetForeground(*args
, **kwargs
):
1805 IndicatorSetForeground(self, int indic, Colour fore)
1807 Set the foreground colour of an indicator.
1809 return _stc
.StyledTextCtrl_IndicatorSetForeground(*args
, **kwargs
)
1811 def IndicatorGetForeground(*args
, **kwargs
):
1813 IndicatorGetForeground(self, int indic) -> Colour
1815 Retrieve the foreground colour of an indicator.
1817 return _stc
.StyledTextCtrl_IndicatorGetForeground(*args
, **kwargs
)
1819 def SetWhitespaceForeground(*args
, **kwargs
):
1821 SetWhitespaceForeground(self, bool useSetting, Colour fore)
1823 Set the foreground colour of all whitespace and whether to use this setting.
1825 return _stc
.StyledTextCtrl_SetWhitespaceForeground(*args
, **kwargs
)
1827 def SetWhitespaceBackground(*args
, **kwargs
):
1829 SetWhitespaceBackground(self, bool useSetting, Colour back)
1831 Set the background colour of all whitespace and whether to use this setting.
1833 return _stc
.StyledTextCtrl_SetWhitespaceBackground(*args
, **kwargs
)
1835 def SetStyleBits(*args
, **kwargs
):
1837 SetStyleBits(self, int bits)
1839 Divide each styling byte into lexical class bits (default: 5) and indicator
1840 bits (default: 3). If a lexer requires more than 32 lexical states, then this
1841 is used to expand the possible states.
1843 return _stc
.StyledTextCtrl_SetStyleBits(*args
, **kwargs
)
1845 def GetStyleBits(*args
, **kwargs
):
1847 GetStyleBits(self) -> int
1849 Retrieve number of bits in style bytes used to hold the lexical state.
1851 return _stc
.StyledTextCtrl_GetStyleBits(*args
, **kwargs
)
1853 def SetLineState(*args
, **kwargs
):
1855 SetLineState(self, int line, int state)
1857 Used to hold extra styling information for each line.
1859 return _stc
.StyledTextCtrl_SetLineState(*args
, **kwargs
)
1861 def GetLineState(*args
, **kwargs
):
1863 GetLineState(self, int line) -> int
1865 Retrieve the extra styling information for a line.
1867 return _stc
.StyledTextCtrl_GetLineState(*args
, **kwargs
)
1869 def GetMaxLineState(*args
, **kwargs
):
1871 GetMaxLineState(self) -> int
1873 Retrieve the last line number that has line state.
1875 return _stc
.StyledTextCtrl_GetMaxLineState(*args
, **kwargs
)
1877 def GetCaretLineVisible(*args
, **kwargs
):
1879 GetCaretLineVisible(self) -> bool
1881 Is the background of the line containing the caret in a different colour?
1883 return _stc
.StyledTextCtrl_GetCaretLineVisible(*args
, **kwargs
)
1885 def SetCaretLineVisible(*args
, **kwargs
):
1887 SetCaretLineVisible(self, bool show)
1889 Display the background of the line containing the caret in a different colour.
1891 return _stc
.StyledTextCtrl_SetCaretLineVisible(*args
, **kwargs
)
1893 def GetCaretLineBack(*args
, **kwargs
):
1895 GetCaretLineBack(self) -> Colour
1897 Get the colour of the background of the line containing the caret.
1899 return _stc
.StyledTextCtrl_GetCaretLineBack(*args
, **kwargs
)
1901 def SetCaretLineBack(*args
, **kwargs
):
1903 SetCaretLineBack(self, Colour back)
1905 Set the colour of the background of the line containing the caret.
1907 return _stc
.StyledTextCtrl_SetCaretLineBack(*args
, **kwargs
)
1909 def StyleSetChangeable(*args
, **kwargs
):
1911 StyleSetChangeable(self, int style, bool changeable)
1913 Set a style to be changeable or not (read only).
1914 Experimental feature, currently buggy.
1916 return _stc
.StyledTextCtrl_StyleSetChangeable(*args
, **kwargs
)
1918 def AutoCompShow(*args
, **kwargs
):
1920 AutoCompShow(self, int lenEntered, String itemList)
1922 Display a auto-completion list.
1923 The lenEntered parameter indicates how many characters before
1924 the caret should be used to provide context.
1926 return _stc
.StyledTextCtrl_AutoCompShow(*args
, **kwargs
)
1928 def AutoCompCancel(*args
, **kwargs
):
1930 AutoCompCancel(self)
1932 Remove the auto-completion list from the screen.
1934 return _stc
.StyledTextCtrl_AutoCompCancel(*args
, **kwargs
)
1936 def AutoCompActive(*args
, **kwargs
):
1938 AutoCompActive(self) -> bool
1940 Is there an auto-completion list visible?
1942 return _stc
.StyledTextCtrl_AutoCompActive(*args
, **kwargs
)
1944 def AutoCompPosStart(*args
, **kwargs
):
1946 AutoCompPosStart(self) -> int
1948 Retrieve the position of the caret when the auto-completion list was displayed.
1950 return _stc
.StyledTextCtrl_AutoCompPosStart(*args
, **kwargs
)
1952 def AutoCompComplete(*args
, **kwargs
):
1954 AutoCompComplete(self)
1956 User has selected an item so remove the list and insert the selection.
1958 return _stc
.StyledTextCtrl_AutoCompComplete(*args
, **kwargs
)
1960 def AutoCompStops(*args
, **kwargs
):
1962 AutoCompStops(self, String characterSet)
1964 Define a set of character that when typed cancel the auto-completion list.
1966 return _stc
.StyledTextCtrl_AutoCompStops(*args
, **kwargs
)
1968 def AutoCompSetSeparator(*args
, **kwargs
):
1970 AutoCompSetSeparator(self, int separatorCharacter)
1972 Change the separator character in the string setting up an auto-completion list.
1973 Default is space but can be changed if items contain space.
1975 return _stc
.StyledTextCtrl_AutoCompSetSeparator(*args
, **kwargs
)
1977 def AutoCompGetSeparator(*args
, **kwargs
):
1979 AutoCompGetSeparator(self) -> int
1981 Retrieve the auto-completion list separator character.
1983 return _stc
.StyledTextCtrl_AutoCompGetSeparator(*args
, **kwargs
)
1985 def AutoCompSelect(*args
, **kwargs
):
1987 AutoCompSelect(self, String text)
1989 Select the item in the auto-completion list that starts with a string.
1991 return _stc
.StyledTextCtrl_AutoCompSelect(*args
, **kwargs
)
1993 def AutoCompSetCancelAtStart(*args
, **kwargs
):
1995 AutoCompSetCancelAtStart(self, bool cancel)
1997 Should the auto-completion list be cancelled if the user backspaces to a
1998 position before where the box was created.
2000 return _stc
.StyledTextCtrl_AutoCompSetCancelAtStart(*args
, **kwargs
)
2002 def AutoCompGetCancelAtStart(*args
, **kwargs
):
2004 AutoCompGetCancelAtStart(self) -> bool
2006 Retrieve whether auto-completion cancelled by backspacing before start.
2008 return _stc
.StyledTextCtrl_AutoCompGetCancelAtStart(*args
, **kwargs
)
2010 def AutoCompSetFillUps(*args
, **kwargs
):
2012 AutoCompSetFillUps(self, String characterSet)
2014 Define a set of characters that when typed will cause the autocompletion to
2015 choose the selected item.
2017 return _stc
.StyledTextCtrl_AutoCompSetFillUps(*args
, **kwargs
)
2019 def AutoCompSetChooseSingle(*args
, **kwargs
):
2021 AutoCompSetChooseSingle(self, bool chooseSingle)
2023 Should a single item auto-completion list automatically choose the item.
2025 return _stc
.StyledTextCtrl_AutoCompSetChooseSingle(*args
, **kwargs
)
2027 def AutoCompGetChooseSingle(*args
, **kwargs
):
2029 AutoCompGetChooseSingle(self) -> bool
2031 Retrieve whether a single item auto-completion list automatically choose the item.
2033 return _stc
.StyledTextCtrl_AutoCompGetChooseSingle(*args
, **kwargs
)
2035 def AutoCompSetIgnoreCase(*args
, **kwargs
):
2037 AutoCompSetIgnoreCase(self, bool ignoreCase)
2039 Set whether case is significant when performing auto-completion searches.
2041 return _stc
.StyledTextCtrl_AutoCompSetIgnoreCase(*args
, **kwargs
)
2043 def AutoCompGetIgnoreCase(*args
, **kwargs
):
2045 AutoCompGetIgnoreCase(self) -> bool
2047 Retrieve state of ignore case flag.
2049 return _stc
.StyledTextCtrl_AutoCompGetIgnoreCase(*args
, **kwargs
)
2051 def UserListShow(*args
, **kwargs
):
2053 UserListShow(self, int listType, String itemList)
2055 Display a list of strings and send notification when user chooses one.
2057 return _stc
.StyledTextCtrl_UserListShow(*args
, **kwargs
)
2059 def AutoCompSetAutoHide(*args
, **kwargs
):
2061 AutoCompSetAutoHide(self, bool autoHide)
2063 Set whether or not autocompletion is hidden automatically when nothing matches.
2065 return _stc
.StyledTextCtrl_AutoCompSetAutoHide(*args
, **kwargs
)
2067 def AutoCompGetAutoHide(*args
, **kwargs
):
2069 AutoCompGetAutoHide(self) -> bool
2071 Retrieve whether or not autocompletion is hidden automatically when nothing matches.
2073 return _stc
.StyledTextCtrl_AutoCompGetAutoHide(*args
, **kwargs
)
2075 def AutoCompSetDropRestOfWord(*args
, **kwargs
):
2077 AutoCompSetDropRestOfWord(self, bool dropRestOfWord)
2079 Set whether or not autocompletion deletes any word characters
2080 after the inserted text upon completion.
2082 return _stc
.StyledTextCtrl_AutoCompSetDropRestOfWord(*args
, **kwargs
)
2084 def AutoCompGetDropRestOfWord(*args
, **kwargs
):
2086 AutoCompGetDropRestOfWord(self) -> bool
2088 Retrieve whether or not autocompletion deletes any word characters
2089 after the inserted text upon completion.
2091 return _stc
.StyledTextCtrl_AutoCompGetDropRestOfWord(*args
, **kwargs
)
2093 def RegisterImage(*args
, **kwargs
):
2095 RegisterImage(self, int type, Bitmap bmp)
2097 Register an image for use in autocompletion lists.
2099 return _stc
.StyledTextCtrl_RegisterImage(*args
, **kwargs
)
2101 def ClearRegisteredImages(*args
, **kwargs
):
2103 ClearRegisteredImages(self)
2105 Clear all the registered images.
2107 return _stc
.StyledTextCtrl_ClearRegisteredImages(*args
, **kwargs
)
2109 def AutoCompGetTypeSeparator(*args
, **kwargs
):
2111 AutoCompGetTypeSeparator(self) -> int
2113 Retrieve the auto-completion list type-separator character.
2115 return _stc
.StyledTextCtrl_AutoCompGetTypeSeparator(*args
, **kwargs
)
2117 def AutoCompSetTypeSeparator(*args
, **kwargs
):
2119 AutoCompSetTypeSeparator(self, int separatorCharacter)
2121 Change the type-separator character in the string setting up an auto-completion list.
2122 Default is '?' but can be changed if items contain '?'.
2124 return _stc
.StyledTextCtrl_AutoCompSetTypeSeparator(*args
, **kwargs
)
2126 def SetIndent(*args
, **kwargs
):
2128 SetIndent(self, int indentSize)
2130 Set the number of spaces used for one level of indentation.
2132 return _stc
.StyledTextCtrl_SetIndent(*args
, **kwargs
)
2134 def GetIndent(*args
, **kwargs
):
2136 GetIndent(self) -> int
2138 Retrieve indentation size.
2140 return _stc
.StyledTextCtrl_GetIndent(*args
, **kwargs
)
2142 def SetUseTabs(*args
, **kwargs
):
2144 SetUseTabs(self, bool useTabs)
2146 Indentation will only use space characters if useTabs is false, otherwise
2147 it will use a combination of tabs and spaces.
2149 return _stc
.StyledTextCtrl_SetUseTabs(*args
, **kwargs
)
2151 def GetUseTabs(*args
, **kwargs
):
2153 GetUseTabs(self) -> bool
2155 Retrieve whether tabs will be used in indentation.
2157 return _stc
.StyledTextCtrl_GetUseTabs(*args
, **kwargs
)
2159 def SetLineIndentation(*args
, **kwargs
):
2161 SetLineIndentation(self, int line, int indentSize)
2163 Change the indentation of a line to a number of columns.
2165 return _stc
.StyledTextCtrl_SetLineIndentation(*args
, **kwargs
)
2167 def GetLineIndentation(*args
, **kwargs
):
2169 GetLineIndentation(self, int line) -> int
2171 Retrieve the number of columns that a line is indented.
2173 return _stc
.StyledTextCtrl_GetLineIndentation(*args
, **kwargs
)
2175 def GetLineIndentPosition(*args
, **kwargs
):
2177 GetLineIndentPosition(self, int line) -> int
2179 Retrieve the position before the first non indentation character on a line.
2181 return _stc
.StyledTextCtrl_GetLineIndentPosition(*args
, **kwargs
)
2183 def GetColumn(*args
, **kwargs
):
2185 GetColumn(self, int pos) -> int
2187 Retrieve the column number of a position, taking tab width into account.
2189 return _stc
.StyledTextCtrl_GetColumn(*args
, **kwargs
)
2191 def SetUseHorizontalScrollBar(*args
, **kwargs
):
2193 SetUseHorizontalScrollBar(self, bool show)
2195 Show or hide the horizontal scroll bar.
2197 return _stc
.StyledTextCtrl_SetUseHorizontalScrollBar(*args
, **kwargs
)
2199 def GetUseHorizontalScrollBar(*args
, **kwargs
):
2201 GetUseHorizontalScrollBar(self) -> bool
2203 Is the horizontal scroll bar visible?
2205 return _stc
.StyledTextCtrl_GetUseHorizontalScrollBar(*args
, **kwargs
)
2207 def SetIndentationGuides(*args
, **kwargs
):
2209 SetIndentationGuides(self, bool show)
2211 Show or hide indentation guides.
2213 return _stc
.StyledTextCtrl_SetIndentationGuides(*args
, **kwargs
)
2215 def GetIndentationGuides(*args
, **kwargs
):
2217 GetIndentationGuides(self) -> bool
2219 Are the indentation guides visible?
2221 return _stc
.StyledTextCtrl_GetIndentationGuides(*args
, **kwargs
)
2223 def SetHighlightGuide(*args
, **kwargs
):
2225 SetHighlightGuide(self, int column)
2227 Set the highlighted indentation guide column.
2228 0 = no highlighted guide.
2230 return _stc
.StyledTextCtrl_SetHighlightGuide(*args
, **kwargs
)
2232 def GetHighlightGuide(*args
, **kwargs
):
2234 GetHighlightGuide(self) -> int
2236 Get the highlighted indentation guide column.
2238 return _stc
.StyledTextCtrl_GetHighlightGuide(*args
, **kwargs
)
2240 def GetLineEndPosition(*args
, **kwargs
):
2242 GetLineEndPosition(self, int line) -> int
2244 Get the position after the last visible characters on a line.
2246 return _stc
.StyledTextCtrl_GetLineEndPosition(*args
, **kwargs
)
2248 def GetCodePage(*args
, **kwargs
):
2250 GetCodePage(self) -> int
2252 Get the code page used to interpret the bytes of the document as characters.
2254 return _stc
.StyledTextCtrl_GetCodePage(*args
, **kwargs
)
2256 def GetCaretForeground(*args
, **kwargs
):
2258 GetCaretForeground(self) -> Colour
2260 Get the foreground colour of the caret.
2262 return _stc
.StyledTextCtrl_GetCaretForeground(*args
, **kwargs
)
2264 def GetReadOnly(*args
, **kwargs
):
2266 GetReadOnly(self) -> bool
2270 return _stc
.StyledTextCtrl_GetReadOnly(*args
, **kwargs
)
2272 def SetCurrentPos(*args
, **kwargs
):
2274 SetCurrentPos(self, int pos)
2276 Sets the position of the caret.
2278 return _stc
.StyledTextCtrl_SetCurrentPos(*args
, **kwargs
)
2280 def SetSelectionStart(*args
, **kwargs
):
2282 SetSelectionStart(self, int pos)
2284 Sets the position that starts the selection - this becomes the anchor.
2286 return _stc
.StyledTextCtrl_SetSelectionStart(*args
, **kwargs
)
2288 def GetSelectionStart(*args
, **kwargs
):
2290 GetSelectionStart(self) -> int
2292 Returns the position at the start of the selection.
2294 return _stc
.StyledTextCtrl_GetSelectionStart(*args
, **kwargs
)
2296 def SetSelectionEnd(*args
, **kwargs
):
2298 SetSelectionEnd(self, int pos)
2300 Sets the position that ends the selection - this becomes the currentPosition.
2302 return _stc
.StyledTextCtrl_SetSelectionEnd(*args
, **kwargs
)
2304 def GetSelectionEnd(*args
, **kwargs
):
2306 GetSelectionEnd(self) -> int
2308 Returns the position at the end of the selection.
2310 return _stc
.StyledTextCtrl_GetSelectionEnd(*args
, **kwargs
)
2312 def SetPrintMagnification(*args
, **kwargs
):
2314 SetPrintMagnification(self, int magnification)
2316 Sets the print magnification added to the point size of each style for printing.
2318 return _stc
.StyledTextCtrl_SetPrintMagnification(*args
, **kwargs
)
2320 def GetPrintMagnification(*args
, **kwargs
):
2322 GetPrintMagnification(self) -> int
2324 Returns the print magnification.
2326 return _stc
.StyledTextCtrl_GetPrintMagnification(*args
, **kwargs
)
2328 def SetPrintColourMode(*args
, **kwargs
):
2330 SetPrintColourMode(self, int mode)
2332 Modify colours when printing for clearer printed text.
2334 return _stc
.StyledTextCtrl_SetPrintColourMode(*args
, **kwargs
)
2336 def GetPrintColourMode(*args
, **kwargs
):
2338 GetPrintColourMode(self) -> int
2340 Returns the print colour mode.
2342 return _stc
.StyledTextCtrl_GetPrintColourMode(*args
, **kwargs
)
2344 def FindText(*args
, **kwargs
):
2346 FindText(self, int minPos, int maxPos, String text, int flags=0) -> int
2348 Find some text in the document.
2350 return _stc
.StyledTextCtrl_FindText(*args
, **kwargs
)
2352 def FormatRange(*args
, **kwargs
):
2354 FormatRange(self, bool doDraw, int startPos, int endPos, DC draw, DC target,
2355 Rect renderRect, Rect pageRect) -> int
2357 On Windows, will draw the document into a display context such as a printer.
2359 return _stc
.StyledTextCtrl_FormatRange(*args
, **kwargs
)
2361 def GetFirstVisibleLine(*args
, **kwargs
):
2363 GetFirstVisibleLine(self) -> int
2365 Retrieve the display line at the top of the display.
2367 return _stc
.StyledTextCtrl_GetFirstVisibleLine(*args
, **kwargs
)
2369 def GetLine(*args
, **kwargs
):
2371 GetLine(self, int line) -> String
2373 Retrieve the contents of a line.
2375 return _stc
.StyledTextCtrl_GetLine(*args
, **kwargs
)
2377 def GetLineCount(*args
, **kwargs
):
2379 GetLineCount(self) -> int
2381 Returns the number of lines in the document. There is always at least one.
2383 return _stc
.StyledTextCtrl_GetLineCount(*args
, **kwargs
)
2385 def SetMarginLeft(*args
, **kwargs
):
2387 SetMarginLeft(self, int pixelWidth)
2389 Sets the size in pixels of the left margin.
2391 return _stc
.StyledTextCtrl_SetMarginLeft(*args
, **kwargs
)
2393 def GetMarginLeft(*args
, **kwargs
):
2395 GetMarginLeft(self) -> int
2397 Returns the size in pixels of the left margin.
2399 return _stc
.StyledTextCtrl_GetMarginLeft(*args
, **kwargs
)
2401 def SetMarginRight(*args
, **kwargs
):
2403 SetMarginRight(self, int pixelWidth)
2405 Sets the size in pixels of the right margin.
2407 return _stc
.StyledTextCtrl_SetMarginRight(*args
, **kwargs
)
2409 def GetMarginRight(*args
, **kwargs
):
2411 GetMarginRight(self) -> int
2413 Returns the size in pixels of the right margin.
2415 return _stc
.StyledTextCtrl_GetMarginRight(*args
, **kwargs
)
2417 def GetModify(*args
, **kwargs
):
2419 GetModify(self) -> bool
2421 Is the document different from when it was last saved?
2423 return _stc
.StyledTextCtrl_GetModify(*args
, **kwargs
)
2425 def SetSelection(*args
, **kwargs
):
2427 SetSelection(self, int start, int end)
2429 Select a range of text.
2431 return _stc
.StyledTextCtrl_SetSelection(*args
, **kwargs
)
2433 def GetSelectedText(*args
, **kwargs
):
2435 GetSelectedText(self) -> String
2437 Retrieve the selected text.
2439 return _stc
.StyledTextCtrl_GetSelectedText(*args
, **kwargs
)
2441 def GetTextRange(*args
, **kwargs
):
2443 GetTextRange(self, int startPos, int endPos) -> String
2445 Retrieve a range of text.
2447 return _stc
.StyledTextCtrl_GetTextRange(*args
, **kwargs
)
2449 def HideSelection(*args
, **kwargs
):
2451 HideSelection(self, bool normal)
2453 Draw the selection in normal style or with selection highlighted.
2455 return _stc
.StyledTextCtrl_HideSelection(*args
, **kwargs
)
2457 def LineFromPosition(*args
, **kwargs
):
2459 LineFromPosition(self, int pos) -> int
2461 Retrieve the line containing a position.
2463 return _stc
.StyledTextCtrl_LineFromPosition(*args
, **kwargs
)
2465 def PositionFromLine(*args
, **kwargs
):
2467 PositionFromLine(self, int line) -> int
2469 Retrieve the position at the start of a line.
2471 return _stc
.StyledTextCtrl_PositionFromLine(*args
, **kwargs
)
2473 def LineScroll(*args
, **kwargs
):
2475 LineScroll(self, int columns, int lines)
2477 Scroll horizontally and vertically.
2479 return _stc
.StyledTextCtrl_LineScroll(*args
, **kwargs
)
2481 def EnsureCaretVisible(*args
, **kwargs
):
2483 EnsureCaretVisible(self)
2485 Ensure the caret is visible.
2487 return _stc
.StyledTextCtrl_EnsureCaretVisible(*args
, **kwargs
)
2489 def ReplaceSelection(*args
, **kwargs
):
2491 ReplaceSelection(self, String text)
2493 Replace the selected text with the argument text.
2495 return _stc
.StyledTextCtrl_ReplaceSelection(*args
, **kwargs
)
2497 def SetReadOnly(*args
, **kwargs
):
2499 SetReadOnly(self, bool readOnly)
2501 Set to read only or read write.
2503 return _stc
.StyledTextCtrl_SetReadOnly(*args
, **kwargs
)
2505 def CanPaste(*args
, **kwargs
):
2507 CanPaste(self) -> bool
2509 Will a paste succeed?
2511 return _stc
.StyledTextCtrl_CanPaste(*args
, **kwargs
)
2513 def CanUndo(*args
, **kwargs
):
2515 CanUndo(self) -> bool
2517 Are there any undoable actions in the undo history?
2519 return _stc
.StyledTextCtrl_CanUndo(*args
, **kwargs
)
2521 def EmptyUndoBuffer(*args
, **kwargs
):
2523 EmptyUndoBuffer(self)
2525 Delete the undo history.
2527 return _stc
.StyledTextCtrl_EmptyUndoBuffer(*args
, **kwargs
)
2529 def Undo(*args
, **kwargs
):
2533 Undo one action in the undo history.
2535 return _stc
.StyledTextCtrl_Undo(*args
, **kwargs
)
2537 def Cut(*args
, **kwargs
):
2541 Cut the selection to the clipboard.
2543 return _stc
.StyledTextCtrl_Cut(*args
, **kwargs
)
2545 def Copy(*args
, **kwargs
):
2549 Copy the selection to the clipboard.
2551 return _stc
.StyledTextCtrl_Copy(*args
, **kwargs
)
2553 def Paste(*args
, **kwargs
):
2557 Paste the contents of the clipboard into the document replacing the selection.
2559 return _stc
.StyledTextCtrl_Paste(*args
, **kwargs
)
2561 def Clear(*args
, **kwargs
):
2565 Clear the selection.
2567 return _stc
.StyledTextCtrl_Clear(*args
, **kwargs
)
2569 def SetText(*args
, **kwargs
):
2571 SetText(self, String text)
2573 Replace the contents of the document with the argument text.
2575 return _stc
.StyledTextCtrl_SetText(*args
, **kwargs
)
2577 def GetText(*args
, **kwargs
):
2579 GetText(self) -> String
2581 Retrieve all the text in the document.
2583 return _stc
.StyledTextCtrl_GetText(*args
, **kwargs
)
2585 def GetTextLength(*args
, **kwargs
):
2587 GetTextLength(self) -> int
2589 Retrieve the number of characters in the document.
2591 return _stc
.StyledTextCtrl_GetTextLength(*args
, **kwargs
)
2593 def SetOvertype(*args
, **kwargs
):
2595 SetOvertype(self, bool overtype)
2597 Set to overtype (true) or insert mode.
2599 return _stc
.StyledTextCtrl_SetOvertype(*args
, **kwargs
)
2601 def GetOvertype(*args
, **kwargs
):
2603 GetOvertype(self) -> bool
2605 Returns true if overtype mode is active otherwise false is returned.
2607 return _stc
.StyledTextCtrl_GetOvertype(*args
, **kwargs
)
2609 def SetCaretWidth(*args
, **kwargs
):
2611 SetCaretWidth(self, int pixelWidth)
2613 Set the width of the insert mode caret.
2615 return _stc
.StyledTextCtrl_SetCaretWidth(*args
, **kwargs
)
2617 def GetCaretWidth(*args
, **kwargs
):
2619 GetCaretWidth(self) -> int
2621 Returns the width of the insert mode caret.
2623 return _stc
.StyledTextCtrl_GetCaretWidth(*args
, **kwargs
)
2625 def SetTargetStart(*args
, **kwargs
):
2627 SetTargetStart(self, int pos)
2629 Sets the position that starts the target which is used for updating the
2630 document without affecting the scroll position.
2632 return _stc
.StyledTextCtrl_SetTargetStart(*args
, **kwargs
)
2634 def GetTargetStart(*args
, **kwargs
):
2636 GetTargetStart(self) -> int
2638 Get the position that starts the target.
2640 return _stc
.StyledTextCtrl_GetTargetStart(*args
, **kwargs
)
2642 def SetTargetEnd(*args
, **kwargs
):
2644 SetTargetEnd(self, int pos)
2646 Sets the position that ends the target which is used for updating the
2647 document without affecting the scroll position.
2649 return _stc
.StyledTextCtrl_SetTargetEnd(*args
, **kwargs
)
2651 def GetTargetEnd(*args
, **kwargs
):
2653 GetTargetEnd(self) -> int
2655 Get the position that ends the target.
2657 return _stc
.StyledTextCtrl_GetTargetEnd(*args
, **kwargs
)
2659 def ReplaceTarget(*args
, **kwargs
):
2661 ReplaceTarget(self, String text) -> int
2663 Replace the target text with the argument text.
2664 Text is counted so it can contain NULs.
2665 Returns the length of the replacement text.
2667 return _stc
.StyledTextCtrl_ReplaceTarget(*args
, **kwargs
)
2669 def ReplaceTargetRE(*args
, **kwargs
):
2671 ReplaceTargetRE(self, String text) -> int
2673 Replace the target text with the argument text after \d processing.
2674 Text is counted so it can contain NULs.
2675 Looks for \d where d is between 1 and 9 and replaces these with the strings
2676 matched in the last search operation which were surrounded by \( and \).
2677 Returns the length of the replacement text including any change
2678 caused by processing the \d patterns.
2680 return _stc
.StyledTextCtrl_ReplaceTargetRE(*args
, **kwargs
)
2682 def SearchInTarget(*args
, **kwargs
):
2684 SearchInTarget(self, String text) -> int
2686 Search for a counted string in the target and set the target to the found
2687 range. Text is counted so it can contain NULs.
2688 Returns length of range or -1 for failure in which case target is not moved.
2690 return _stc
.StyledTextCtrl_SearchInTarget(*args
, **kwargs
)
2692 def SetSearchFlags(*args
, **kwargs
):
2694 SetSearchFlags(self, int flags)
2696 Set the search flags used by SearchInTarget.
2698 return _stc
.StyledTextCtrl_SetSearchFlags(*args
, **kwargs
)
2700 def GetSearchFlags(*args
, **kwargs
):
2702 GetSearchFlags(self) -> int
2704 Get the search flags used by SearchInTarget.
2706 return _stc
.StyledTextCtrl_GetSearchFlags(*args
, **kwargs
)
2708 def CallTipShow(*args
, **kwargs
):
2710 CallTipShow(self, int pos, String definition)
2712 Show a call tip containing a definition near position pos.
2714 return _stc
.StyledTextCtrl_CallTipShow(*args
, **kwargs
)
2716 def CallTipCancel(*args
, **kwargs
):
2720 Remove the call tip from the screen.
2722 return _stc
.StyledTextCtrl_CallTipCancel(*args
, **kwargs
)
2724 def CallTipActive(*args
, **kwargs
):
2726 CallTipActive(self) -> bool
2728 Is there an active call tip?
2730 return _stc
.StyledTextCtrl_CallTipActive(*args
, **kwargs
)
2732 def CallTipPosAtStart(*args
, **kwargs
):
2734 CallTipPosAtStart(self) -> int
2736 Retrieve the position where the caret was before displaying the call tip.
2738 return _stc
.StyledTextCtrl_CallTipPosAtStart(*args
, **kwargs
)
2740 def CallTipSetHighlight(*args
, **kwargs
):
2742 CallTipSetHighlight(self, int start, int end)
2744 Highlight a segment of the definition.
2746 return _stc
.StyledTextCtrl_CallTipSetHighlight(*args
, **kwargs
)
2748 def CallTipSetBackground(*args
, **kwargs
):
2750 CallTipSetBackground(self, Colour back)
2752 Set the background colour for the call tip.
2754 return _stc
.StyledTextCtrl_CallTipSetBackground(*args
, **kwargs
)
2756 def CallTipSetForeground(*args
, **kwargs
):
2758 CallTipSetForeground(self, Colour fore)
2760 Set the foreground colour for the call tip.
2762 return _stc
.StyledTextCtrl_CallTipSetForeground(*args
, **kwargs
)
2764 def CallTipSetForegroundHighlight(*args
, **kwargs
):
2766 CallTipSetForegroundHighlight(self, Colour fore)
2768 Set the foreground colour for the highlighted part of the call tip.
2770 return _stc
.StyledTextCtrl_CallTipSetForegroundHighlight(*args
, **kwargs
)
2772 def VisibleFromDocLine(*args
, **kwargs
):
2774 VisibleFromDocLine(self, int line) -> int
2776 Find the display line of a document line taking hidden lines into account.
2778 return _stc
.StyledTextCtrl_VisibleFromDocLine(*args
, **kwargs
)
2780 def DocLineFromVisible(*args
, **kwargs
):
2782 DocLineFromVisible(self, int lineDisplay) -> int
2784 Find the document line of a display line taking hidden lines into account.
2786 return _stc
.StyledTextCtrl_DocLineFromVisible(*args
, **kwargs
)
2788 def SetFoldLevel(*args
, **kwargs
):
2790 SetFoldLevel(self, int line, int level)
2792 Set the fold level of a line.
2793 This encodes an integer level along with flags indicating whether the
2794 line is a header and whether it is effectively white space.
2796 return _stc
.StyledTextCtrl_SetFoldLevel(*args
, **kwargs
)
2798 def GetFoldLevel(*args
, **kwargs
):
2800 GetFoldLevel(self, int line) -> int
2802 Retrieve the fold level of a line.
2804 return _stc
.StyledTextCtrl_GetFoldLevel(*args
, **kwargs
)
2806 def GetLastChild(*args
, **kwargs
):
2808 GetLastChild(self, int line, int level) -> int
2810 Find the last child line of a header line.
2812 return _stc
.StyledTextCtrl_GetLastChild(*args
, **kwargs
)
2814 def GetFoldParent(*args
, **kwargs
):
2816 GetFoldParent(self, int line) -> int
2818 Find the parent line of a child line.
2820 return _stc
.StyledTextCtrl_GetFoldParent(*args
, **kwargs
)
2822 def ShowLines(*args
, **kwargs
):
2824 ShowLines(self, int lineStart, int lineEnd)
2826 Make a range of lines visible.
2828 return _stc
.StyledTextCtrl_ShowLines(*args
, **kwargs
)
2830 def HideLines(*args
, **kwargs
):
2832 HideLines(self, int lineStart, int lineEnd)
2834 Make a range of lines invisible.
2836 return _stc
.StyledTextCtrl_HideLines(*args
, **kwargs
)
2838 def GetLineVisible(*args
, **kwargs
):
2840 GetLineVisible(self, int line) -> bool
2844 return _stc
.StyledTextCtrl_GetLineVisible(*args
, **kwargs
)
2846 def SetFoldExpanded(*args
, **kwargs
):
2848 SetFoldExpanded(self, int line, bool expanded)
2850 Show the children of a header line.
2852 return _stc
.StyledTextCtrl_SetFoldExpanded(*args
, **kwargs
)
2854 def GetFoldExpanded(*args
, **kwargs
):
2856 GetFoldExpanded(self, int line) -> bool
2858 Is a header line expanded?
2860 return _stc
.StyledTextCtrl_GetFoldExpanded(*args
, **kwargs
)
2862 def ToggleFold(*args
, **kwargs
):
2864 ToggleFold(self, int line)
2866 Switch a header line between expanded and contracted.
2868 return _stc
.StyledTextCtrl_ToggleFold(*args
, **kwargs
)
2870 def EnsureVisible(*args
, **kwargs
):
2872 EnsureVisible(self, int line)
2874 Ensure a particular line is visible by expanding any header line hiding it.
2876 return _stc
.StyledTextCtrl_EnsureVisible(*args
, **kwargs
)
2878 def SetFoldFlags(*args
, **kwargs
):
2880 SetFoldFlags(self, int flags)
2882 Set some style options for folding.
2884 return _stc
.StyledTextCtrl_SetFoldFlags(*args
, **kwargs
)
2886 def EnsureVisibleEnforcePolicy(*args
, **kwargs
):
2888 EnsureVisibleEnforcePolicy(self, int line)
2890 Ensure a particular line is visible by expanding any header line hiding it.
2891 Use the currently set visibility policy to determine which range to display.
2893 return _stc
.StyledTextCtrl_EnsureVisibleEnforcePolicy(*args
, **kwargs
)
2895 def SetTabIndents(*args
, **kwargs
):
2897 SetTabIndents(self, bool tabIndents)
2899 Sets whether a tab pressed when caret is within indentation indents.
2901 return _stc
.StyledTextCtrl_SetTabIndents(*args
, **kwargs
)
2903 def GetTabIndents(*args
, **kwargs
):
2905 GetTabIndents(self) -> bool
2907 Does a tab pressed when caret is within indentation indent?
2909 return _stc
.StyledTextCtrl_GetTabIndents(*args
, **kwargs
)
2911 def SetBackSpaceUnIndents(*args
, **kwargs
):
2913 SetBackSpaceUnIndents(self, bool bsUnIndents)
2915 Sets whether a backspace pressed when caret is within indentation unindents.
2917 return _stc
.StyledTextCtrl_SetBackSpaceUnIndents(*args
, **kwargs
)
2919 def GetBackSpaceUnIndents(*args
, **kwargs
):
2921 GetBackSpaceUnIndents(self) -> bool
2923 Does a backspace pressed when caret is within indentation unindent?
2925 return _stc
.StyledTextCtrl_GetBackSpaceUnIndents(*args
, **kwargs
)
2927 def SetMouseDwellTime(*args
, **kwargs
):
2929 SetMouseDwellTime(self, int periodMilliseconds)
2931 Sets the time the mouse must sit still to generate a mouse dwell event.
2933 return _stc
.StyledTextCtrl_SetMouseDwellTime(*args
, **kwargs
)
2935 def GetMouseDwellTime(*args
, **kwargs
):
2937 GetMouseDwellTime(self) -> int
2939 Retrieve the time the mouse must sit still to generate a mouse dwell event.
2941 return _stc
.StyledTextCtrl_GetMouseDwellTime(*args
, **kwargs
)
2943 def WordStartPosition(*args
, **kwargs
):
2945 WordStartPosition(self, int pos, bool onlyWordCharacters) -> int
2947 Get position of start of word.
2949 return _stc
.StyledTextCtrl_WordStartPosition(*args
, **kwargs
)
2951 def WordEndPosition(*args
, **kwargs
):
2953 WordEndPosition(self, int pos, bool onlyWordCharacters) -> int
2955 Get position of end of word.
2957 return _stc
.StyledTextCtrl_WordEndPosition(*args
, **kwargs
)
2959 def SetWrapMode(*args
, **kwargs
):
2961 SetWrapMode(self, int mode)
2963 Sets whether text is word wrapped.
2965 return _stc
.StyledTextCtrl_SetWrapMode(*args
, **kwargs
)
2967 def GetWrapMode(*args
, **kwargs
):
2969 GetWrapMode(self) -> int
2971 Retrieve whether text is word wrapped.
2973 return _stc
.StyledTextCtrl_GetWrapMode(*args
, **kwargs
)
2975 def SetWrapVisualFlags(*args
, **kwargs
):
2977 SetWrapVisualFlags(self, int wrapVisualFlags)
2979 Set the display mode of visual flags for wrapped lines.
2981 return _stc
.StyledTextCtrl_SetWrapVisualFlags(*args
, **kwargs
)
2983 def GetWrapVisualFlags(*args
, **kwargs
):
2985 GetWrapVisualFlags(self) -> int
2987 Retrive the display mode of visual flags for wrapped lines.
2989 return _stc
.StyledTextCtrl_GetWrapVisualFlags(*args
, **kwargs
)
2991 def SetWrapVisualFlagsLocation(*args
, **kwargs
):
2993 SetWrapVisualFlagsLocation(self, int wrapVisualFlagsLocation)
2995 Set the location of visual flags for wrapped lines.
2997 return _stc
.StyledTextCtrl_SetWrapVisualFlagsLocation(*args
, **kwargs
)
2999 def GetWrapVisualFlagsLocation(*args
, **kwargs
):
3001 GetWrapVisualFlagsLocation(self) -> int
3003 Retrive the location of visual flags for wrapped lines.
3005 return _stc
.StyledTextCtrl_GetWrapVisualFlagsLocation(*args
, **kwargs
)
3007 def SetWrapStartIndent(*args
, **kwargs
):
3009 SetWrapStartIndent(self, int indent)
3011 Set the start indent for wrapped lines.
3013 return _stc
.StyledTextCtrl_SetWrapStartIndent(*args
, **kwargs
)
3015 def GetWrapStartIndent(*args
, **kwargs
):
3017 GetWrapStartIndent(self) -> int
3019 Retrive the start indent for wrapped lines.
3021 return _stc
.StyledTextCtrl_GetWrapStartIndent(*args
, **kwargs
)
3023 def SetLayoutCache(*args
, **kwargs
):
3025 SetLayoutCache(self, int mode)
3027 Sets the degree of caching of layout information.
3029 return _stc
.StyledTextCtrl_SetLayoutCache(*args
, **kwargs
)
3031 def GetLayoutCache(*args
, **kwargs
):
3033 GetLayoutCache(self) -> int
3035 Retrieve the degree of caching of layout information.
3037 return _stc
.StyledTextCtrl_GetLayoutCache(*args
, **kwargs
)
3039 def SetScrollWidth(*args
, **kwargs
):
3041 SetScrollWidth(self, int pixelWidth)
3043 Sets the document width assumed for scrolling.
3045 return _stc
.StyledTextCtrl_SetScrollWidth(*args
, **kwargs
)
3047 def GetScrollWidth(*args
, **kwargs
):
3049 GetScrollWidth(self) -> int
3051 Retrieve the document width assumed for scrolling.
3053 return _stc
.StyledTextCtrl_GetScrollWidth(*args
, **kwargs
)
3055 def TextWidth(*args
, **kwargs
):
3057 TextWidth(self, int style, String text) -> int
3059 Measure the pixel width of some text in a particular style.
3060 NUL terminated text argument.
3061 Does not handle tab or control characters.
3063 return _stc
.StyledTextCtrl_TextWidth(*args
, **kwargs
)
3065 def SetEndAtLastLine(*args
, **kwargs
):
3067 SetEndAtLastLine(self, bool endAtLastLine)
3069 Sets the scroll range so that maximum scroll position has
3070 the last line at the bottom of the view (default).
3071 Setting this to false allows scrolling one page below the last line.
3073 return _stc
.StyledTextCtrl_SetEndAtLastLine(*args
, **kwargs
)
3075 def GetEndAtLastLine(*args
, **kwargs
):
3077 GetEndAtLastLine(self) -> int
3079 Retrieve whether the maximum scroll position has the last
3080 line at the bottom of the view.
3082 return _stc
.StyledTextCtrl_GetEndAtLastLine(*args
, **kwargs
)
3084 def TextHeight(*args
, **kwargs
):
3086 TextHeight(self, int line) -> int
3088 Retrieve the height of a particular line of text in pixels.
3090 return _stc
.StyledTextCtrl_TextHeight(*args
, **kwargs
)
3092 def SetUseVerticalScrollBar(*args
, **kwargs
):
3094 SetUseVerticalScrollBar(self, bool show)
3096 Show or hide the vertical scroll bar.
3098 return _stc
.StyledTextCtrl_SetUseVerticalScrollBar(*args
, **kwargs
)
3100 def GetUseVerticalScrollBar(*args
, **kwargs
):
3102 GetUseVerticalScrollBar(self) -> bool
3104 Is the vertical scroll bar visible?
3106 return _stc
.StyledTextCtrl_GetUseVerticalScrollBar(*args
, **kwargs
)
3108 def AppendText(*args
, **kwargs
):
3110 AppendText(self, String text)
3112 Append a string to the end of the document without changing the selection.
3114 return _stc
.StyledTextCtrl_AppendText(*args
, **kwargs
)
3116 def GetTwoPhaseDraw(*args
, **kwargs
):
3118 GetTwoPhaseDraw(self) -> bool
3120 Is drawing done in two phases with backgrounds drawn before foregrounds?
3122 return _stc
.StyledTextCtrl_GetTwoPhaseDraw(*args
, **kwargs
)
3124 def SetTwoPhaseDraw(*args
, **kwargs
):
3126 SetTwoPhaseDraw(self, bool twoPhase)
3128 In twoPhaseDraw mode, drawing is performed in two phases, first the background
3129 and then the foreground. This avoids chopping off characters that overlap the next run.
3131 return _stc
.StyledTextCtrl_SetTwoPhaseDraw(*args
, **kwargs
)
3133 def TargetFromSelection(*args
, **kwargs
):
3135 TargetFromSelection(self)
3137 Make the target range start and end be the same as the selection range start and end.
3139 return _stc
.StyledTextCtrl_TargetFromSelection(*args
, **kwargs
)
3141 def LinesJoin(*args
, **kwargs
):
3145 Join the lines in the target.
3147 return _stc
.StyledTextCtrl_LinesJoin(*args
, **kwargs
)
3149 def LinesSplit(*args
, **kwargs
):
3151 LinesSplit(self, int pixelWidth)
3153 Split the lines in the target into lines that are less wide than pixelWidth
3156 return _stc
.StyledTextCtrl_LinesSplit(*args
, **kwargs
)
3158 def SetFoldMarginColour(*args
, **kwargs
):
3160 SetFoldMarginColour(self, bool useSetting, Colour back)
3162 Set the colours used as a chequerboard pattern in the fold margin
3164 return _stc
.StyledTextCtrl_SetFoldMarginColour(*args
, **kwargs
)
3166 def SetFoldMarginHiColour(*args
, **kwargs
):
3167 """SetFoldMarginHiColour(self, bool useSetting, Colour fore)"""
3168 return _stc
.StyledTextCtrl_SetFoldMarginHiColour(*args
, **kwargs
)
3170 def LineDown(*args
, **kwargs
):
3174 This is just a wrapper for ScrollLines(1).
3176 return _stc
.StyledTextCtrl_LineDown(*args
, **kwargs
)
3178 def LineDownExtend(*args
, **kwargs
):
3180 LineDownExtend(self)
3182 Move caret down one line extending selection to new caret position.
3184 return _stc
.StyledTextCtrl_LineDownExtend(*args
, **kwargs
)
3186 def LineUp(*args
, **kwargs
):
3190 This is just a wrapper for ScrollLines(-1).
3192 return _stc
.StyledTextCtrl_LineUp(*args
, **kwargs
)
3194 def LineUpExtend(*args
, **kwargs
):
3198 Move caret up one line extending selection to new caret position.
3200 return _stc
.StyledTextCtrl_LineUpExtend(*args
, **kwargs
)
3202 def CharLeft(*args
, **kwargs
):
3206 Move caret left one character.
3208 return _stc
.StyledTextCtrl_CharLeft(*args
, **kwargs
)
3210 def CharLeftExtend(*args
, **kwargs
):
3212 CharLeftExtend(self)
3214 Move caret left one character extending selection to new caret position.
3216 return _stc
.StyledTextCtrl_CharLeftExtend(*args
, **kwargs
)
3218 def CharRight(*args
, **kwargs
):
3222 Move caret right one character.
3224 return _stc
.StyledTextCtrl_CharRight(*args
, **kwargs
)
3226 def CharRightExtend(*args
, **kwargs
):
3228 CharRightExtend(self)
3230 Move caret right one character extending selection to new caret position.
3232 return _stc
.StyledTextCtrl_CharRightExtend(*args
, **kwargs
)
3234 def WordLeft(*args
, **kwargs
):
3238 Move caret left one word.
3240 return _stc
.StyledTextCtrl_WordLeft(*args
, **kwargs
)
3242 def WordLeftExtend(*args
, **kwargs
):
3244 WordLeftExtend(self)
3246 Move caret left one word extending selection to new caret position.
3248 return _stc
.StyledTextCtrl_WordLeftExtend(*args
, **kwargs
)
3250 def WordRight(*args
, **kwargs
):
3254 Move caret right one word.
3256 return _stc
.StyledTextCtrl_WordRight(*args
, **kwargs
)
3258 def WordRightExtend(*args
, **kwargs
):
3260 WordRightExtend(self)
3262 Move caret right one word extending selection to new caret position.
3264 return _stc
.StyledTextCtrl_WordRightExtend(*args
, **kwargs
)
3266 def Home(*args
, **kwargs
):
3270 Move caret to first position on line.
3272 return _stc
.StyledTextCtrl_Home(*args
, **kwargs
)
3274 def HomeExtend(*args
, **kwargs
):
3278 Move caret to first position on line extending selection to new caret position.
3280 return _stc
.StyledTextCtrl_HomeExtend(*args
, **kwargs
)
3282 def LineEnd(*args
, **kwargs
):
3286 Move caret to last position on line.
3288 return _stc
.StyledTextCtrl_LineEnd(*args
, **kwargs
)
3290 def LineEndExtend(*args
, **kwargs
):
3294 Move caret to last position on line extending selection to new caret position.
3296 return _stc
.StyledTextCtrl_LineEndExtend(*args
, **kwargs
)
3298 def DocumentStart(*args
, **kwargs
):
3302 Move caret to first position in document.
3304 return _stc
.StyledTextCtrl_DocumentStart(*args
, **kwargs
)
3306 def DocumentStartExtend(*args
, **kwargs
):
3308 DocumentStartExtend(self)
3310 Move caret to first position in document extending selection to new caret position.
3312 return _stc
.StyledTextCtrl_DocumentStartExtend(*args
, **kwargs
)
3314 def DocumentEnd(*args
, **kwargs
):
3318 Move caret to last position in document.
3320 return _stc
.StyledTextCtrl_DocumentEnd(*args
, **kwargs
)
3322 def DocumentEndExtend(*args
, **kwargs
):
3324 DocumentEndExtend(self)
3326 Move caret to last position in document extending selection to new caret position.
3328 return _stc
.StyledTextCtrl_DocumentEndExtend(*args
, **kwargs
)
3330 def PageUp(*args
, **kwargs
):
3334 This is just a wrapper for ScrollPages(-1).
3336 return _stc
.StyledTextCtrl_PageUp(*args
, **kwargs
)
3338 def PageUpExtend(*args
, **kwargs
):
3342 Move caret one page up extending selection to new caret position.
3344 return _stc
.StyledTextCtrl_PageUpExtend(*args
, **kwargs
)
3346 def PageDown(*args
, **kwargs
):
3350 This is just a wrapper for ScrollPages(1).
3352 return _stc
.StyledTextCtrl_PageDown(*args
, **kwargs
)
3354 def PageDownExtend(*args
, **kwargs
):
3356 PageDownExtend(self)
3358 Move caret one page down extending selection to new caret position.
3360 return _stc
.StyledTextCtrl_PageDownExtend(*args
, **kwargs
)
3362 def EditToggleOvertype(*args
, **kwargs
):
3364 EditToggleOvertype(self)
3366 Switch from insert to overtype mode or the reverse.
3368 return _stc
.StyledTextCtrl_EditToggleOvertype(*args
, **kwargs
)
3370 def Cancel(*args
, **kwargs
):
3374 Cancel any modes such as call tip or auto-completion list display.
3376 return _stc
.StyledTextCtrl_Cancel(*args
, **kwargs
)
3378 def DeleteBack(*args
, **kwargs
):
3382 Delete the selection or if no selection, the character before the caret.
3384 return _stc
.StyledTextCtrl_DeleteBack(*args
, **kwargs
)
3386 def Tab(*args
, **kwargs
):
3390 If selection is empty or all on one line replace the selection with a tab character.
3391 If more than one line selected, indent the lines.
3393 return _stc
.StyledTextCtrl_Tab(*args
, **kwargs
)
3395 def BackTab(*args
, **kwargs
):
3399 Dedent the selected lines.
3401 return _stc
.StyledTextCtrl_BackTab(*args
, **kwargs
)
3403 def NewLine(*args
, **kwargs
):
3407 Insert a new line, may use a CRLF, CR or LF depending on EOL mode.
3409 return _stc
.StyledTextCtrl_NewLine(*args
, **kwargs
)
3411 def FormFeed(*args
, **kwargs
):
3415 Insert a Form Feed character.
3417 return _stc
.StyledTextCtrl_FormFeed(*args
, **kwargs
)
3419 def VCHome(*args
, **kwargs
):
3423 Move caret to before first visible character on line.
3424 If already there move to first character on line.
3426 return _stc
.StyledTextCtrl_VCHome(*args
, **kwargs
)
3428 def VCHomeExtend(*args
, **kwargs
):
3432 Like VCHome but extending selection to new caret position.
3434 return _stc
.StyledTextCtrl_VCHomeExtend(*args
, **kwargs
)
3436 def ZoomIn(*args
, **kwargs
):
3440 Magnify the displayed text by increasing the sizes by 1 point.
3442 return _stc
.StyledTextCtrl_ZoomIn(*args
, **kwargs
)
3444 def ZoomOut(*args
, **kwargs
):
3448 Make the displayed text smaller by decreasing the sizes by 1 point.
3450 return _stc
.StyledTextCtrl_ZoomOut(*args
, **kwargs
)
3452 def DelWordLeft(*args
, **kwargs
):
3456 Delete the word to the left of the caret.
3458 return _stc
.StyledTextCtrl_DelWordLeft(*args
, **kwargs
)
3460 def DelWordRight(*args
, **kwargs
):
3464 Delete the word to the right of the caret.
3466 return _stc
.StyledTextCtrl_DelWordRight(*args
, **kwargs
)
3468 def LineCut(*args
, **kwargs
):
3472 Cut the line containing the caret.
3474 return _stc
.StyledTextCtrl_LineCut(*args
, **kwargs
)
3476 def LineDelete(*args
, **kwargs
):
3480 Delete the line containing the caret.
3482 return _stc
.StyledTextCtrl_LineDelete(*args
, **kwargs
)
3484 def LineTranspose(*args
, **kwargs
):
3488 Switch the current line with the previous.
3490 return _stc
.StyledTextCtrl_LineTranspose(*args
, **kwargs
)
3492 def LineDuplicate(*args
, **kwargs
):
3496 Duplicate the current line.
3498 return _stc
.StyledTextCtrl_LineDuplicate(*args
, **kwargs
)
3500 def LowerCase(*args
, **kwargs
):
3504 Transform the selection to lower case.
3506 return _stc
.StyledTextCtrl_LowerCase(*args
, **kwargs
)
3508 def UpperCase(*args
, **kwargs
):
3512 Transform the selection to upper case.
3514 return _stc
.StyledTextCtrl_UpperCase(*args
, **kwargs
)
3516 def LineScrollDown(*args
, **kwargs
):
3518 LineScrollDown(self)
3520 Scroll the document down, keeping the caret visible.
3522 return _stc
.StyledTextCtrl_LineScrollDown(*args
, **kwargs
)
3524 def LineScrollUp(*args
, **kwargs
):
3528 Scroll the document up, keeping the caret visible.
3530 return _stc
.StyledTextCtrl_LineScrollUp(*args
, **kwargs
)
3532 def DeleteBackNotLine(*args
, **kwargs
):
3534 DeleteBackNotLine(self)
3536 Delete the selection or if no selection, the character before the caret.
3537 Will not delete the character before at the start of a line.
3539 return _stc
.StyledTextCtrl_DeleteBackNotLine(*args
, **kwargs
)
3541 def HomeDisplay(*args
, **kwargs
):
3545 Move caret to first position on display line.
3547 return _stc
.StyledTextCtrl_HomeDisplay(*args
, **kwargs
)
3549 def HomeDisplayExtend(*args
, **kwargs
):
3551 HomeDisplayExtend(self)
3553 Move caret to first position on display line extending selection to
3556 return _stc
.StyledTextCtrl_HomeDisplayExtend(*args
, **kwargs
)
3558 def LineEndDisplay(*args
, **kwargs
):
3560 LineEndDisplay(self)
3562 Move caret to last position on display line.
3564 return _stc
.StyledTextCtrl_LineEndDisplay(*args
, **kwargs
)
3566 def LineEndDisplayExtend(*args
, **kwargs
):
3568 LineEndDisplayExtend(self)
3570 Move caret to last position on display line extending selection to new
3573 return _stc
.StyledTextCtrl_LineEndDisplayExtend(*args
, **kwargs
)
3575 def HomeWrap(*args
, **kwargs
):
3579 These are like their namesakes Home(Extend)?, LineEnd(Extend)?, VCHome(Extend)?
3580 except they behave differently when word-wrap is enabled:
3581 They go first to the start / end of the display line, like (Home|LineEnd)Display
3582 The difference is that, the cursor is already at the point, it goes on to the start
3583 or end of the document line, as appropriate for (Home|LineEnd|VCHome)(Extend)?.
3585 return _stc
.StyledTextCtrl_HomeWrap(*args
, **kwargs
)
3587 def HomeWrapExtend(*args
, **kwargs
):
3588 """HomeWrapExtend(self)"""
3589 return _stc
.StyledTextCtrl_HomeWrapExtend(*args
, **kwargs
)
3591 def LineEndWrap(*args
, **kwargs
):
3592 """LineEndWrap(self)"""
3593 return _stc
.StyledTextCtrl_LineEndWrap(*args
, **kwargs
)
3595 def LineEndWrapExtend(*args
, **kwargs
):
3596 """LineEndWrapExtend(self)"""
3597 return _stc
.StyledTextCtrl_LineEndWrapExtend(*args
, **kwargs
)
3599 def VCHomeWrap(*args
, **kwargs
):
3600 """VCHomeWrap(self)"""
3601 return _stc
.StyledTextCtrl_VCHomeWrap(*args
, **kwargs
)
3603 def VCHomeWrapExtend(*args
, **kwargs
):
3604 """VCHomeWrapExtend(self)"""
3605 return _stc
.StyledTextCtrl_VCHomeWrapExtend(*args
, **kwargs
)
3607 def LineCopy(*args
, **kwargs
):
3611 Copy the line containing the caret.
3613 return _stc
.StyledTextCtrl_LineCopy(*args
, **kwargs
)
3615 def MoveCaretInsideView(*args
, **kwargs
):
3617 MoveCaretInsideView(self)
3619 Move the caret inside current view if it's not there already.
3621 return _stc
.StyledTextCtrl_MoveCaretInsideView(*args
, **kwargs
)
3623 def LineLength(*args
, **kwargs
):
3625 LineLength(self, int line) -> int
3627 How many characters are on a line, not including end of line characters?
3629 return _stc
.StyledTextCtrl_LineLength(*args
, **kwargs
)
3631 def BraceHighlight(*args
, **kwargs
):
3633 BraceHighlight(self, int pos1, int pos2)
3635 Highlight the characters at two positions.
3637 return _stc
.StyledTextCtrl_BraceHighlight(*args
, **kwargs
)
3639 def BraceBadLight(*args
, **kwargs
):
3641 BraceBadLight(self, int pos)
3643 Highlight the character at a position indicating there is no matching brace.
3645 return _stc
.StyledTextCtrl_BraceBadLight(*args
, **kwargs
)
3647 def BraceMatch(*args
, **kwargs
):
3649 BraceMatch(self, int pos) -> int
3651 Find the position of a matching brace or INVALID_POSITION if no match.
3653 return _stc
.StyledTextCtrl_BraceMatch(*args
, **kwargs
)
3655 def GetViewEOL(*args
, **kwargs
):
3657 GetViewEOL(self) -> bool
3659 Are the end of line characters visible?
3661 return _stc
.StyledTextCtrl_GetViewEOL(*args
, **kwargs
)
3663 def SetViewEOL(*args
, **kwargs
):
3665 SetViewEOL(self, bool visible)
3667 Make the end of line characters visible or invisible.
3669 return _stc
.StyledTextCtrl_SetViewEOL(*args
, **kwargs
)
3671 def GetDocPointer(*args
, **kwargs
):
3673 GetDocPointer(self) -> void
3675 Retrieve a pointer to the document object.
3677 return _stc
.StyledTextCtrl_GetDocPointer(*args
, **kwargs
)
3679 def SetDocPointer(*args
, **kwargs
):
3681 SetDocPointer(self, void docPointer)
3683 Change the document object used.
3685 return _stc
.StyledTextCtrl_SetDocPointer(*args
, **kwargs
)
3687 def SetModEventMask(*args
, **kwargs
):
3689 SetModEventMask(self, int mask)
3691 Set which document modification events are sent to the container.
3693 return _stc
.StyledTextCtrl_SetModEventMask(*args
, **kwargs
)
3695 def GetEdgeColumn(*args
, **kwargs
):
3697 GetEdgeColumn(self) -> int
3699 Retrieve the column number which text should be kept within.
3701 return _stc
.StyledTextCtrl_GetEdgeColumn(*args
, **kwargs
)
3703 def SetEdgeColumn(*args
, **kwargs
):
3705 SetEdgeColumn(self, int column)
3707 Set the column number of the edge.
3708 If text goes past the edge then it is highlighted.
3710 return _stc
.StyledTextCtrl_SetEdgeColumn(*args
, **kwargs
)
3712 def GetEdgeMode(*args
, **kwargs
):
3714 GetEdgeMode(self) -> int
3716 Retrieve the edge highlight mode.
3718 return _stc
.StyledTextCtrl_GetEdgeMode(*args
, **kwargs
)
3720 def SetEdgeMode(*args
, **kwargs
):
3722 SetEdgeMode(self, int mode)
3724 The edge may be displayed by a line (EDGE_LINE) or by highlighting text that
3725 goes beyond it (EDGE_BACKGROUND) or not displayed at all (EDGE_NONE).
3727 return _stc
.StyledTextCtrl_SetEdgeMode(*args
, **kwargs
)
3729 def GetEdgeColour(*args
, **kwargs
):
3731 GetEdgeColour(self) -> Colour
3733 Retrieve the colour used in edge indication.
3735 return _stc
.StyledTextCtrl_GetEdgeColour(*args
, **kwargs
)
3737 def SetEdgeColour(*args
, **kwargs
):
3739 SetEdgeColour(self, Colour edgeColour)
3741 Change the colour used in edge indication.
3743 return _stc
.StyledTextCtrl_SetEdgeColour(*args
, **kwargs
)
3745 def SearchAnchor(*args
, **kwargs
):
3749 Sets the current caret position to be the search anchor.
3751 return _stc
.StyledTextCtrl_SearchAnchor(*args
, **kwargs
)
3753 def SearchNext(*args
, **kwargs
):
3755 SearchNext(self, int flags, String text) -> int
3757 Find some text starting at the search anchor.
3758 Does not ensure the selection is visible.
3760 return _stc
.StyledTextCtrl_SearchNext(*args
, **kwargs
)
3762 def SearchPrev(*args
, **kwargs
):
3764 SearchPrev(self, int flags, String text) -> int
3766 Find some text starting at the search anchor and moving backwards.
3767 Does not ensure the selection is visible.
3769 return _stc
.StyledTextCtrl_SearchPrev(*args
, **kwargs
)
3771 def LinesOnScreen(*args
, **kwargs
):
3773 LinesOnScreen(self) -> int
3775 Retrieves the number of lines completely visible.
3777 return _stc
.StyledTextCtrl_LinesOnScreen(*args
, **kwargs
)
3779 def UsePopUp(*args
, **kwargs
):
3781 UsePopUp(self, bool allowPopUp)
3783 Set whether a pop up menu is displayed automatically when the user presses
3784 the wrong mouse button.
3786 return _stc
.StyledTextCtrl_UsePopUp(*args
, **kwargs
)
3788 def SelectionIsRectangle(*args
, **kwargs
):
3790 SelectionIsRectangle(self) -> bool
3792 Is the selection rectangular? The alternative is the more common stream selection.
3794 return _stc
.StyledTextCtrl_SelectionIsRectangle(*args
, **kwargs
)
3796 def SetZoom(*args
, **kwargs
):
3798 SetZoom(self, int zoom)
3800 Set the zoom level. This number of points is added to the size of all fonts.
3801 It may be positive to magnify or negative to reduce.
3803 return _stc
.StyledTextCtrl_SetZoom(*args
, **kwargs
)
3805 def GetZoom(*args
, **kwargs
):
3807 GetZoom(self) -> int
3809 Retrieve the zoom level.
3811 return _stc
.StyledTextCtrl_GetZoom(*args
, **kwargs
)
3813 def CreateDocument(*args
, **kwargs
):
3815 CreateDocument(self) -> void
3817 Create a new document object.
3818 Starts with reference count of 1 and not selected into editor.
3820 return _stc
.StyledTextCtrl_CreateDocument(*args
, **kwargs
)
3822 def AddRefDocument(*args
, **kwargs
):
3824 AddRefDocument(self, void docPointer)
3826 Extend life of document.
3828 return _stc
.StyledTextCtrl_AddRefDocument(*args
, **kwargs
)
3830 def ReleaseDocument(*args
, **kwargs
):
3832 ReleaseDocument(self, void docPointer)
3834 Release a reference to the document, deleting document if it fades to black.
3836 return _stc
.StyledTextCtrl_ReleaseDocument(*args
, **kwargs
)
3838 def GetModEventMask(*args
, **kwargs
):
3840 GetModEventMask(self) -> int
3842 Get which document modification events are sent to the container.
3844 return _stc
.StyledTextCtrl_GetModEventMask(*args
, **kwargs
)
3846 def SetSTCFocus(*args
, **kwargs
):
3848 SetSTCFocus(self, bool focus)
3850 Change internal focus flag.
3852 return _stc
.StyledTextCtrl_SetSTCFocus(*args
, **kwargs
)
3854 def GetSTCFocus(*args
, **kwargs
):
3856 GetSTCFocus(self) -> bool
3858 Get internal focus flag.
3860 return _stc
.StyledTextCtrl_GetSTCFocus(*args
, **kwargs
)
3862 def SetStatus(*args
, **kwargs
):
3864 SetStatus(self, int statusCode)
3866 Change error status - 0 = OK.
3868 return _stc
.StyledTextCtrl_SetStatus(*args
, **kwargs
)
3870 def GetStatus(*args
, **kwargs
):
3872 GetStatus(self) -> int
3876 return _stc
.StyledTextCtrl_GetStatus(*args
, **kwargs
)
3878 def SetMouseDownCaptures(*args
, **kwargs
):
3880 SetMouseDownCaptures(self, bool captures)
3882 Set whether the mouse is captured when its button is pressed.
3884 return _stc
.StyledTextCtrl_SetMouseDownCaptures(*args
, **kwargs
)
3886 def GetMouseDownCaptures(*args
, **kwargs
):
3888 GetMouseDownCaptures(self) -> bool
3890 Get whether mouse gets captured.
3892 return _stc
.StyledTextCtrl_GetMouseDownCaptures(*args
, **kwargs
)
3894 def SetSTCCursor(*args
, **kwargs
):
3896 SetSTCCursor(self, int cursorType)
3898 Sets the cursor to one of the SC_CURSOR* values.
3900 return _stc
.StyledTextCtrl_SetSTCCursor(*args
, **kwargs
)
3902 def GetSTCCursor(*args
, **kwargs
):
3904 GetSTCCursor(self) -> int
3908 return _stc
.StyledTextCtrl_GetSTCCursor(*args
, **kwargs
)
3910 def SetControlCharSymbol(*args
, **kwargs
):
3912 SetControlCharSymbol(self, int symbol)
3914 Change the way control characters are displayed:
3915 If symbol is < 32, keep the drawn way, else, use the given character.
3917 return _stc
.StyledTextCtrl_SetControlCharSymbol(*args
, **kwargs
)
3919 def GetControlCharSymbol(*args
, **kwargs
):
3921 GetControlCharSymbol(self) -> int
3923 Get the way control characters are displayed.
3925 return _stc
.StyledTextCtrl_GetControlCharSymbol(*args
, **kwargs
)
3927 def WordPartLeft(*args
, **kwargs
):
3931 Move to the previous change in capitalisation.
3933 return _stc
.StyledTextCtrl_WordPartLeft(*args
, **kwargs
)
3935 def WordPartLeftExtend(*args
, **kwargs
):
3937 WordPartLeftExtend(self)
3939 Move to the previous change in capitalisation extending selection
3940 to new caret position.
3942 return _stc
.StyledTextCtrl_WordPartLeftExtend(*args
, **kwargs
)
3944 def WordPartRight(*args
, **kwargs
):
3948 Move to the change next in capitalisation.
3950 return _stc
.StyledTextCtrl_WordPartRight(*args
, **kwargs
)
3952 def WordPartRightExtend(*args
, **kwargs
):
3954 WordPartRightExtend(self)
3956 Move to the next change in capitalisation extending selection
3957 to new caret position.
3959 return _stc
.StyledTextCtrl_WordPartRightExtend(*args
, **kwargs
)
3961 def SetVisiblePolicy(*args
, **kwargs
):
3963 SetVisiblePolicy(self, int visiblePolicy, int visibleSlop)
3965 Set the way the display area is determined when a particular line
3966 is to be moved to by Find, FindNext, GotoLine, etc.
3968 return _stc
.StyledTextCtrl_SetVisiblePolicy(*args
, **kwargs
)
3970 def DelLineLeft(*args
, **kwargs
):
3974 Delete back from the current position to the start of the line.
3976 return _stc
.StyledTextCtrl_DelLineLeft(*args
, **kwargs
)
3978 def DelLineRight(*args
, **kwargs
):
3982 Delete forwards from the current position to the end of the line.
3984 return _stc
.StyledTextCtrl_DelLineRight(*args
, **kwargs
)
3986 def SetXOffset(*args
, **kwargs
):
3988 SetXOffset(self, int newOffset)
3990 Get and Set the xOffset (ie, horizonal scroll position).
3992 return _stc
.StyledTextCtrl_SetXOffset(*args
, **kwargs
)
3994 def GetXOffset(*args
, **kwargs
):
3995 """GetXOffset(self) -> int"""
3996 return _stc
.StyledTextCtrl_GetXOffset(*args
, **kwargs
)
3998 def ChooseCaretX(*args
, **kwargs
):
4002 Set the last x chosen value to be the caret x position.
4004 return _stc
.StyledTextCtrl_ChooseCaretX(*args
, **kwargs
)
4006 def SetXCaretPolicy(*args
, **kwargs
):
4008 SetXCaretPolicy(self, int caretPolicy, int caretSlop)
4010 Set the way the caret is kept visible when going sideway.
4011 The exclusion zone is given in pixels.
4013 return _stc
.StyledTextCtrl_SetXCaretPolicy(*args
, **kwargs
)
4015 def SetYCaretPolicy(*args
, **kwargs
):
4017 SetYCaretPolicy(self, int caretPolicy, int caretSlop)
4019 Set the way the line the caret is on is kept visible.
4020 The exclusion zone is given in lines.
4022 return _stc
.StyledTextCtrl_SetYCaretPolicy(*args
, **kwargs
)
4024 def SetPrintWrapMode(*args
, **kwargs
):
4026 SetPrintWrapMode(self, int mode)
4028 Set printing to line wrapped (SC_WRAP_WORD) or not line wrapped (SC_WRAP_NONE).
4030 return _stc
.StyledTextCtrl_SetPrintWrapMode(*args
, **kwargs
)
4032 def GetPrintWrapMode(*args
, **kwargs
):
4034 GetPrintWrapMode(self) -> int
4036 Is printing line wrapped?
4038 return _stc
.StyledTextCtrl_GetPrintWrapMode(*args
, **kwargs
)
4040 def SetHotspotActiveForeground(*args
, **kwargs
):
4042 SetHotspotActiveForeground(self, bool useSetting, Colour fore)
4044 Set a fore colour for active hotspots.
4046 return _stc
.StyledTextCtrl_SetHotspotActiveForeground(*args
, **kwargs
)
4048 def SetHotspotActiveBackground(*args
, **kwargs
):
4050 SetHotspotActiveBackground(self, bool useSetting, Colour back)
4052 Set a back colour for active hotspots.
4054 return _stc
.StyledTextCtrl_SetHotspotActiveBackground(*args
, **kwargs
)
4056 def SetHotspotActiveUnderline(*args
, **kwargs
):
4058 SetHotspotActiveUnderline(self, bool underline)
4060 Enable / Disable underlining active hotspots.
4062 return _stc
.StyledTextCtrl_SetHotspotActiveUnderline(*args
, **kwargs
)
4064 def SetHotspotSingleLine(*args
, **kwargs
):
4066 SetHotspotSingleLine(self, bool singleLine)
4068 Limit hotspots to single line so hotspots on two lines don't merge.
4070 return _stc
.StyledTextCtrl_SetHotspotSingleLine(*args
, **kwargs
)
4072 def ParaDown(*args
, **kwargs
):
4076 Move caret between paragraphs (delimited by empty lines).
4078 return _stc
.StyledTextCtrl_ParaDown(*args
, **kwargs
)
4080 def ParaDownExtend(*args
, **kwargs
):
4081 """ParaDownExtend(self)"""
4082 return _stc
.StyledTextCtrl_ParaDownExtend(*args
, **kwargs
)
4084 def ParaUp(*args
, **kwargs
):
4086 return _stc
.StyledTextCtrl_ParaUp(*args
, **kwargs
)
4088 def ParaUpExtend(*args
, **kwargs
):
4089 """ParaUpExtend(self)"""
4090 return _stc
.StyledTextCtrl_ParaUpExtend(*args
, **kwargs
)
4092 def PositionBefore(*args
, **kwargs
):
4094 PositionBefore(self, int pos) -> int
4096 Given a valid document position, return the previous position taking code
4097 page into account. Returns 0 if passed 0.
4099 return _stc
.StyledTextCtrl_PositionBefore(*args
, **kwargs
)
4101 def PositionAfter(*args
, **kwargs
):
4103 PositionAfter(self, int pos) -> int
4105 Given a valid document position, return the next position taking code
4106 page into account. Maximum value returned is the last position in the document.
4108 return _stc
.StyledTextCtrl_PositionAfter(*args
, **kwargs
)
4110 def CopyRange(*args
, **kwargs
):
4112 CopyRange(self, int start, int end)
4114 Copy a range of text to the clipboard. Positions are clipped into the document.
4116 return _stc
.StyledTextCtrl_CopyRange(*args
, **kwargs
)
4118 def CopyText(*args
, **kwargs
):
4120 CopyText(self, int length, String text)
4122 Copy argument text to the clipboard.
4124 return _stc
.StyledTextCtrl_CopyText(*args
, **kwargs
)
4126 def SetSelectionMode(*args
, **kwargs
):
4128 SetSelectionMode(self, int mode)
4130 Set the selection mode to stream (SC_SEL_STREAM) or rectangular (SC_SEL_RECTANGLE) or
4131 by lines (SC_SEL_LINES).
4133 return _stc
.StyledTextCtrl_SetSelectionMode(*args
, **kwargs
)
4135 def GetSelectionMode(*args
, **kwargs
):
4137 GetSelectionMode(self) -> int
4139 Get the mode of the current selection.
4141 return _stc
.StyledTextCtrl_GetSelectionMode(*args
, **kwargs
)
4143 def GetLineSelStartPosition(*args
, **kwargs
):
4145 GetLineSelStartPosition(self, int line) -> int
4147 Retrieve the position of the start of the selection at the given line (INVALID_POSITION if no selection on this line).
4149 return _stc
.StyledTextCtrl_GetLineSelStartPosition(*args
, **kwargs
)
4151 def GetLineSelEndPosition(*args
, **kwargs
):
4153 GetLineSelEndPosition(self, int line) -> int
4155 Retrieve the position of the end of the selection at the given line (INVALID_POSITION if no selection on this line).
4157 return _stc
.StyledTextCtrl_GetLineSelEndPosition(*args
, **kwargs
)
4159 def LineDownRectExtend(*args
, **kwargs
):
4161 LineDownRectExtend(self)
4163 Move caret down one line, extending rectangular selection to new caret position.
4165 return _stc
.StyledTextCtrl_LineDownRectExtend(*args
, **kwargs
)
4167 def LineUpRectExtend(*args
, **kwargs
):
4169 LineUpRectExtend(self)
4171 Move caret up one line, extending rectangular selection to new caret position.
4173 return _stc
.StyledTextCtrl_LineUpRectExtend(*args
, **kwargs
)
4175 def CharLeftRectExtend(*args
, **kwargs
):
4177 CharLeftRectExtend(self)
4179 Move caret left one character, extending rectangular selection to new caret position.
4181 return _stc
.StyledTextCtrl_CharLeftRectExtend(*args
, **kwargs
)
4183 def CharRightRectExtend(*args
, **kwargs
):
4185 CharRightRectExtend(self)
4187 Move caret right one character, extending rectangular selection to new caret position.
4189 return _stc
.StyledTextCtrl_CharRightRectExtend(*args
, **kwargs
)
4191 def HomeRectExtend(*args
, **kwargs
):
4193 HomeRectExtend(self)
4195 Move caret to first position on line, extending rectangular selection to new caret position.
4197 return _stc
.StyledTextCtrl_HomeRectExtend(*args
, **kwargs
)
4199 def VCHomeRectExtend(*args
, **kwargs
):
4201 VCHomeRectExtend(self)
4203 Move caret to before first visible character on line.
4204 If already there move to first character on line.
4205 In either case, extend rectangular selection to new caret position.
4207 return _stc
.StyledTextCtrl_VCHomeRectExtend(*args
, **kwargs
)
4209 def LineEndRectExtend(*args
, **kwargs
):
4211 LineEndRectExtend(self)
4213 Move caret to last position on line, extending rectangular selection to new caret position.
4215 return _stc
.StyledTextCtrl_LineEndRectExtend(*args
, **kwargs
)
4217 def PageUpRectExtend(*args
, **kwargs
):
4219 PageUpRectExtend(self)
4221 Move caret one page up, extending rectangular selection to new caret position.
4223 return _stc
.StyledTextCtrl_PageUpRectExtend(*args
, **kwargs
)
4225 def PageDownRectExtend(*args
, **kwargs
):
4227 PageDownRectExtend(self)
4229 Move caret one page down, extending rectangular selection to new caret position.
4231 return _stc
.StyledTextCtrl_PageDownRectExtend(*args
, **kwargs
)
4233 def StutteredPageUp(*args
, **kwargs
):
4235 StutteredPageUp(self)
4237 Move caret to top of page, or one page up if already at top of page.
4239 return _stc
.StyledTextCtrl_StutteredPageUp(*args
, **kwargs
)
4241 def StutteredPageUpExtend(*args
, **kwargs
):
4243 StutteredPageUpExtend(self)
4245 Move caret to top of page, or one page up if already at top of page, extending selection to new caret position.
4247 return _stc
.StyledTextCtrl_StutteredPageUpExtend(*args
, **kwargs
)
4249 def StutteredPageDown(*args
, **kwargs
):
4251 StutteredPageDown(self)
4253 Move caret to bottom of page, or one page down if already at bottom of page.
4255 return _stc
.StyledTextCtrl_StutteredPageDown(*args
, **kwargs
)
4257 def StutteredPageDownExtend(*args
, **kwargs
):
4259 StutteredPageDownExtend(self)
4261 Move caret to bottom of page, or one page down if already at bottom of page, extending selection to new caret position.
4263 return _stc
.StyledTextCtrl_StutteredPageDownExtend(*args
, **kwargs
)
4265 def WordLeftEnd(*args
, **kwargs
):
4269 Move caret left one word, position cursor at end of word.
4271 return _stc
.StyledTextCtrl_WordLeftEnd(*args
, **kwargs
)
4273 def WordLeftEndExtend(*args
, **kwargs
):
4275 WordLeftEndExtend(self)
4277 Move caret left one word, position cursor at end of word, extending selection to new caret position.
4279 return _stc
.StyledTextCtrl_WordLeftEndExtend(*args
, **kwargs
)
4281 def WordRightEnd(*args
, **kwargs
):
4285 Move caret right one word, position cursor at end of word.
4287 return _stc
.StyledTextCtrl_WordRightEnd(*args
, **kwargs
)
4289 def WordRightEndExtend(*args
, **kwargs
):
4291 WordRightEndExtend(self)
4293 Move caret right one word, position cursor at end of word, extending selection to new caret position.
4295 return _stc
.StyledTextCtrl_WordRightEndExtend(*args
, **kwargs
)
4297 def SetWhitespaceChars(*args
, **kwargs
):
4299 SetWhitespaceChars(self, String characters)
4301 Set the set of characters making up whitespace for when moving or selecting by word.
4302 Should be called after SetWordChars.
4304 return _stc
.StyledTextCtrl_SetWhitespaceChars(*args
, **kwargs
)
4306 def SetCharsDefault(*args
, **kwargs
):
4308 SetCharsDefault(self)
4310 Reset the set of characters for whitespace and word characters to the defaults.
4312 return _stc
.StyledTextCtrl_SetCharsDefault(*args
, **kwargs
)
4314 def AutoCompGetCurrent(*args
, **kwargs
):
4316 AutoCompGetCurrent(self) -> int
4318 Get currently selected item position in the auto-completion list
4320 return _stc
.StyledTextCtrl_AutoCompGetCurrent(*args
, **kwargs
)
4322 def Allocate(*args
, **kwargs
):
4324 Allocate(self, int bytes)
4326 Enlarge the document to a particular size of text bytes.
4328 return _stc
.StyledTextCtrl_Allocate(*args
, **kwargs
)
4330 def FindColumn(*args
, **kwargs
):
4332 FindColumn(self, int line, int column) -> int
4334 Find the position of a column on a line taking into account tabs and
4335 multi-byte characters. If beyond end of line, return line end position.
4337 return _stc
.StyledTextCtrl_FindColumn(*args
, **kwargs
)
4339 def StartRecord(*args
, **kwargs
):
4343 Start notifying the container of all key presses and commands.
4345 return _stc
.StyledTextCtrl_StartRecord(*args
, **kwargs
)
4347 def StopRecord(*args
, **kwargs
):
4351 Stop notifying the container of all key presses and commands.
4353 return _stc
.StyledTextCtrl_StopRecord(*args
, **kwargs
)
4355 def SetLexer(*args
, **kwargs
):
4357 SetLexer(self, int lexer)
4359 Set the lexing language of the document.
4361 return _stc
.StyledTextCtrl_SetLexer(*args
, **kwargs
)
4363 def GetLexer(*args
, **kwargs
):
4365 GetLexer(self) -> int
4367 Retrieve the lexing language of the document.
4369 return _stc
.StyledTextCtrl_GetLexer(*args
, **kwargs
)
4371 def Colourise(*args
, **kwargs
):
4373 Colourise(self, int start, int end)
4375 Colourise a segment of the document using the current lexing language.
4377 return _stc
.StyledTextCtrl_Colourise(*args
, **kwargs
)
4379 def SetProperty(*args
, **kwargs
):
4381 SetProperty(self, String key, String value)
4383 Set up a value that may be used by a lexer for some optional feature.
4385 return _stc
.StyledTextCtrl_SetProperty(*args
, **kwargs
)
4387 def SetKeyWords(*args
, **kwargs
):
4389 SetKeyWords(self, int keywordSet, String keyWords)
4391 Set up the key words used by the lexer.
4393 return _stc
.StyledTextCtrl_SetKeyWords(*args
, **kwargs
)
4395 def SetLexerLanguage(*args
, **kwargs
):
4397 SetLexerLanguage(self, String language)
4399 Set the lexing language of the document based on string name.
4401 return _stc
.StyledTextCtrl_SetLexerLanguage(*args
, **kwargs
)
4403 def GetCurrentLine(*args
, **kwargs
):
4405 GetCurrentLine(self) -> int
4407 Returns the line number of the line with the caret.
4409 return _stc
.StyledTextCtrl_GetCurrentLine(*args
, **kwargs
)
4411 def StyleSetSpec(*args
, **kwargs
):
4413 StyleSetSpec(self, int styleNum, String spec)
4415 Extract style settings from a spec-string which is composed of one or
4416 more of the following comma separated elements::
4419 italic turns on italics
4420 fore:[name or #RRGGBB] sets the foreground colour
4421 back:[name or #RRGGBB] sets the background colour
4422 face:[facename] sets the font face name to use
4423 size:[num] sets the font size in points
4424 eol turns on eol filling
4425 underline turns on underlining
4428 return _stc
.StyledTextCtrl_StyleSetSpec(*args
, **kwargs
)
4430 def StyleSetFont(*args
, **kwargs
):
4432 StyleSetFont(self, int styleNum, Font font)
4434 Set style size, face, bold, italic, and underline attributes from the
4435 attributes of a `wx.Font`.
4437 return _stc
.StyledTextCtrl_StyleSetFont(*args
, **kwargs
)
4439 def StyleSetFontAttr(*args
, **kwargs
):
4441 StyleSetFontAttr(self, int styleNum, int size, String faceName, bool bold,
4442 bool italic, bool underline)
4444 Set all font style attributes at once.
4446 return _stc
.StyledTextCtrl_StyleSetFontAttr(*args
, **kwargs
)
4448 def CmdKeyExecute(*args
, **kwargs
):
4450 CmdKeyExecute(self, int cmd)
4452 Perform one of the operations defined by the wx.stc.STC_CMD_* constants.
4454 return _stc
.StyledTextCtrl_CmdKeyExecute(*args
, **kwargs
)
4456 def SetMargins(*args
, **kwargs
):
4458 SetMargins(self, int left, int right)
4460 Set the left and right margin in the edit area, measured in pixels.
4462 return _stc
.StyledTextCtrl_SetMargins(*args
, **kwargs
)
4464 def GetSelection(*args
, **kwargs
):
4466 GetSelection(self) -> (startPos, endPos)
4468 Retrieve the start and end positions of the current selection.
4470 return _stc
.StyledTextCtrl_GetSelection(*args
, **kwargs
)
4472 def PointFromPosition(*args
, **kwargs
):
4474 PointFromPosition(self, int pos) -> Point
4476 Retrieve the point in the window where a position is displayed.
4478 return _stc
.StyledTextCtrl_PointFromPosition(*args
, **kwargs
)
4480 def ScrollToLine(*args
, **kwargs
):
4482 ScrollToLine(self, int line)
4484 Scroll enough to make the given line visible.
4486 return _stc
.StyledTextCtrl_ScrollToLine(*args
, **kwargs
)
4488 def ScrollToColumn(*args
, **kwargs
):
4490 ScrollToColumn(self, int column)
4492 Scroll enough to make the given column visible
4494 return _stc
.StyledTextCtrl_ScrollToColumn(*args
, **kwargs
)
4496 def SendMsg(*args
, **kwargs
):
4498 SendMsg(self, int msg, long wp=0, long lp=0) -> long
4500 Send a message to Scintilla.
4502 return _stc
.StyledTextCtrl_SendMsg(*args
, **kwargs
)
4504 def SetVScrollBar(*args
, **kwargs
):
4506 SetVScrollBar(self, wxScrollBar bar)
4508 Set the vertical scrollbar to use instead of the one that's built-in.
4510 return _stc
.StyledTextCtrl_SetVScrollBar(*args
, **kwargs
)
4512 def SetHScrollBar(*args
, **kwargs
):
4514 SetHScrollBar(self, wxScrollBar bar)
4516 Set the horizontal scrollbar to use instead of the ont that's built-in.
4518 return _stc
.StyledTextCtrl_SetHScrollBar(*args
, **kwargs
)
4520 def GetLastKeydownProcessed(*args
, **kwargs
):
4521 """GetLastKeydownProcessed(self) -> bool"""
4522 return _stc
.StyledTextCtrl_GetLastKeydownProcessed(*args
, **kwargs
)
4524 def SetLastKeydownProcessed(*args
, **kwargs
):
4525 """SetLastKeydownProcessed(self, bool val)"""
4526 return _stc
.StyledTextCtrl_SetLastKeydownProcessed(*args
, **kwargs
)
4528 def SaveFile(*args
, **kwargs
):
4530 SaveFile(self, String filename) -> bool
4532 Write the contents of the editor to filename
4534 return _stc
.StyledTextCtrl_SaveFile(*args
, **kwargs
)
4536 def LoadFile(*args
, **kwargs
):
4538 LoadFile(self, String filename) -> bool
4540 Load the contents of filename into the editor
4542 return _stc
.StyledTextCtrl_LoadFile(*args
, **kwargs
)
4544 def DoDragOver(*args
, **kwargs
):
4546 DoDragOver(self, int x, int y, int def) -> int
4548 Allow for simulating a DnD DragOver.
4550 return _stc
.StyledTextCtrl_DoDragOver(*args
, **kwargs
)
4552 def DoDropText(*args
, **kwargs
):
4554 DoDropText(self, long x, long y, String data) -> bool
4556 Allow for simulating a DnD DropText.
4558 return _stc
.StyledTextCtrl_DoDropText(*args
, **kwargs
)
4560 def SetUseAntiAliasing(*args
, **kwargs
):
4562 SetUseAntiAliasing(self, bool useAA)
4564 Specify whether anti-aliased fonts should be used. Will have no
4565 effect on some platforms, but on some (wxMac for example) can greatly
4566 improve performance.
4568 return _stc
.StyledTextCtrl_SetUseAntiAliasing(*args
, **kwargs
)
4570 def GetUseAntiAliasing(*args
, **kwargs
):
4572 GetUseAntiAliasing(self) -> bool
4574 Returns the current UseAntiAliasing setting.
4576 return _stc
.StyledTextCtrl_GetUseAntiAliasing(*args
, **kwargs
)
4578 def AddTextRaw(*args
, **kwargs
):
4580 AddTextRaw(self, char text)
4582 Add text to the document at current position. The text should be
4583 utf-8 encoded on unicode builds of wxPython, or can be any 8-bit text
4586 return _stc
.StyledTextCtrl_AddTextRaw(*args
, **kwargs
)
4588 def InsertTextRaw(*args
, **kwargs
):
4590 InsertTextRaw(self, int pos, char text)
4592 Insert string at a position. The text should be utf-8 encoded on
4593 unicode builds of wxPython, or can be any 8-bit text in ansi builds.
4595 return _stc
.StyledTextCtrl_InsertTextRaw(*args
, **kwargs
)
4597 def GetCurLineRaw(*args
, **kwargs
):
4599 GetCurLineRaw() -> (text, index)
4601 Retrieve the text of the line containing the caret, and also the index
4602 of the caret on the line. The returned value is a utf-8 encoded
4603 string in unicode builds of wxPython, or raw 8-bit text otherwise.
4605 return _stc
.StyledTextCtrl_GetCurLineRaw(*args
, **kwargs
)
4607 def GetLineRaw(*args
, **kwargs
):
4609 GetLineRaw(self, int line) -> wxCharBuffer
4611 Retrieve the contents of a line. The returned value is a utf-8
4612 encoded string in unicode builds of wxPython, or raw 8-bit text
4615 return _stc
.StyledTextCtrl_GetLineRaw(*args
, **kwargs
)
4617 def GetSelectedTextRaw(*args
, **kwargs
):
4619 GetSelectedTextRaw(self) -> wxCharBuffer
4621 Retrieve the selected text. The returned value is a utf-8 encoded
4622 string in unicode builds of wxPython, or raw 8-bit text otherwise.
4624 return _stc
.StyledTextCtrl_GetSelectedTextRaw(*args
, **kwargs
)
4626 def GetTextRangeRaw(*args
, **kwargs
):
4628 GetTextRangeRaw(self, int startPos, int endPos) -> wxCharBuffer
4630 Retrieve a range of text. The returned value is a utf-8 encoded
4631 string in unicode builds of wxPython, or raw 8-bit text otherwise.
4633 return _stc
.StyledTextCtrl_GetTextRangeRaw(*args
, **kwargs
)
4635 def SetTextRaw(*args
, **kwargs
):
4637 SetTextRaw(self, char text)
4639 Replace the contents of the document with the argument text. The text
4640 should be utf-8 encoded on unicode builds of wxPython, or can be any
4641 8-bit text in ansi builds.
4643 return _stc
.StyledTextCtrl_SetTextRaw(*args
, **kwargs
)
4645 def GetTextRaw(*args
, **kwargs
):
4647 GetTextRaw(self) -> wxCharBuffer
4649 Retrieve all the text in the document. The returned value is a utf-8
4650 encoded string in unicode builds of wxPython, or raw 8-bit text
4653 return _stc
.StyledTextCtrl_GetTextRaw(*args
, **kwargs
)
4655 def AppendTextRaw(*args
, **kwargs
):
4657 AppendTextRaw(self, char text)
4659 Append a string to the end of the document without changing the
4660 selection. The text should be utf-8 encoded on unicode builds of
4661 wxPython, or can be any 8-bit text in ansi builds.
4663 return _stc
.StyledTextCtrl_AppendTextRaw(*args
, **kwargs
)
4665 def AddTextUTF8(self
, text
):
4667 Add UTF8 encoded text to the document at the current position.
4668 Works 'natively' in a unicode build of wxPython, and will also work
4669 in an ansi build if the UTF8 text is compatible with the current
4672 if not wx
.USE_UNICODE
:
4673 u
= text
.decode('utf-8')
4674 text
= u
.encode(wx
.GetDefaultPyEncoding())
4675 self
.AddTextRaw(text
)
4678 def InsertTextUTF8(self
, pos
, text
):
4680 Insert UTF8 encoded text at a position. Works 'natively' in a
4681 unicode build of wxPython, and will also work in an ansi build if
4682 the UTF8 text is compatible with the current encoding.
4684 if not wx
.USE_UNICODE
:
4685 u
= text
.decode('utf-8')
4686 text
= u
.encode(wx
.GetDefaultPyEncoding())
4687 self
.InsertTextRaw(pos
, text
)
4690 def GetCurLineUTF8(self
):
4692 Retrieve the UTF8 text of the line containing the caret, and also
4693 the index of the caret on the line. In an ansi build of wxPython
4694 the text retrieved from the document is assumed to be in the
4695 current default encoding.
4697 text
, pos
= self
.GetCurLineRaw()
4698 if not wx
.USE_UNICODE
:
4699 u
= text
.decode(wx
.GetDefaultPyEncoding())
4700 text
= u
.encode('utf-8')
4704 def GetLineUTF8(self
, line
):
4706 Retrieve the contents of a line as UTF8. In an ansi build of wxPython
4707 the text retrieved from the document is assumed to be in the
4708 current default encoding.
4710 text
= self
.GetLineRaw(line
)
4711 if not wx
.USE_UNICODE
:
4712 u
= text
.decode(wx
.GetDefaultPyEncoding())
4713 text
= u
.encode('utf-8')
4717 def GetSelectedTextUTF8(self
):
4719 Retrieve the selected text as UTF8. In an ansi build of wxPython
4720 the text retrieved from the document is assumed to be in the
4721 current default encoding.
4723 text
= self
.GetSelectedTextRaw()
4724 if not wx
.USE_UNICODE
:
4725 u
= text
.decode(wx
.GetDefaultPyEncoding())
4726 text
= u
.encode('utf-8')
4730 def GetTextRangeUTF8(self
, startPos
, endPos
):
4732 Retrieve a range of text as UTF8. In an ansi build of wxPython
4733 the text retrieved from the document is assumed to be in the
4734 current default encoding.
4736 text
= self
.GetTextRangeRaw(startPos
, endPos
)
4737 if not wx
.USE_UNICODE
:
4738 u
= text
.decode(wx
.GetDefaultPyEncoding())
4739 text
= u
.encode('utf-8')
4743 def SetTextUTF8(self
, text
):
4745 Replace the contents of the document with the UTF8 text given.
4746 Works 'natively' in a unicode build of wxPython, and will also
4747 work in an ansi build if the UTF8 text is compatible with the
4750 if not wx
.USE_UNICODE
:
4751 u
= text
.decode('utf-8')
4752 text
= u
.encode(wx
.GetDefaultPyEncoding())
4753 self
.SetTextRaw(text
)
4756 def GetTextUTF8(self
):
4758 Retrieve all the text in the document as UTF8. In an ansi build
4759 of wxPython the text retrieved from the document is assumed to be
4760 in the current default encoding.
4762 text
= self
.GetTextRaw()
4763 if not wx
.USE_UNICODE
:
4764 u
= text
.decode(wx
.GetDefaultPyEncoding())
4765 text
= u
.encode('utf-8')
4769 def AppendTextUTF8(self
, text
):
4771 Append a UTF8 string to the end of the document without changing
4772 the selection. Works 'natively' in a unicode build of wxPython,
4773 and will also work in an ansi build if the UTF8 text is compatible
4774 with the current encoding.
4776 if not wx
.USE_UNICODE
:
4777 u
= text
.decode('utf-8')
4778 text
= u
.encode(wx
.GetDefaultPyEncoding())
4779 self
.AppendTextRaw(text
)
4783 class StyledTextCtrlPtr(StyledTextCtrl
):
4784 def __init__(self
, this
):
4786 if not hasattr(self
,"thisown"): self
.thisown
= 0
4787 self
.__class
__ = StyledTextCtrl
4788 _stc
.StyledTextCtrl_swigregister(StyledTextCtrlPtr
)
4790 STCNameStr
= cvar
.STCNameStr
4792 def PreStyledTextCtrl(*args
, **kwargs
):
4793 """PreStyledTextCtrl() -> StyledTextCtrl"""
4794 val
= _stc
.new_PreStyledTextCtrl(*args
, **kwargs
)
4798 class StyledTextEvent(_core
.CommandEvent
):
4799 """Proxy of C++ StyledTextEvent class"""
4801 return "<%s.%s; proxy of C++ wxStyledTextEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
4802 def __init__(self
, *args
, **kwargs
):
4803 """__init__(self, wxEventType commandType=0, int id=0) -> StyledTextEvent"""
4804 newobj
= _stc
.new_StyledTextEvent(*args
, **kwargs
)
4805 self
.this
= newobj
.this
4808 def __del__(self
, destroy
=_stc
.delete_StyledTextEvent
):
4811 if self
.thisown
: destroy(self
)
4814 def SetPosition(*args
, **kwargs
):
4815 """SetPosition(self, int pos)"""
4816 return _stc
.StyledTextEvent_SetPosition(*args
, **kwargs
)
4818 def SetKey(*args
, **kwargs
):
4819 """SetKey(self, int k)"""
4820 return _stc
.StyledTextEvent_SetKey(*args
, **kwargs
)
4822 def SetModifiers(*args
, **kwargs
):
4823 """SetModifiers(self, int m)"""
4824 return _stc
.StyledTextEvent_SetModifiers(*args
, **kwargs
)
4826 def SetModificationType(*args
, **kwargs
):
4827 """SetModificationType(self, int t)"""
4828 return _stc
.StyledTextEvent_SetModificationType(*args
, **kwargs
)
4830 def SetText(*args
, **kwargs
):
4831 """SetText(self, String t)"""
4832 return _stc
.StyledTextEvent_SetText(*args
, **kwargs
)
4834 def SetLength(*args
, **kwargs
):
4835 """SetLength(self, int len)"""
4836 return _stc
.StyledTextEvent_SetLength(*args
, **kwargs
)
4838 def SetLinesAdded(*args
, **kwargs
):
4839 """SetLinesAdded(self, int num)"""
4840 return _stc
.StyledTextEvent_SetLinesAdded(*args
, **kwargs
)
4842 def SetLine(*args
, **kwargs
):
4843 """SetLine(self, int val)"""
4844 return _stc
.StyledTextEvent_SetLine(*args
, **kwargs
)
4846 def SetFoldLevelNow(*args
, **kwargs
):
4847 """SetFoldLevelNow(self, int val)"""
4848 return _stc
.StyledTextEvent_SetFoldLevelNow(*args
, **kwargs
)
4850 def SetFoldLevelPrev(*args
, **kwargs
):
4851 """SetFoldLevelPrev(self, int val)"""
4852 return _stc
.StyledTextEvent_SetFoldLevelPrev(*args
, **kwargs
)
4854 def SetMargin(*args
, **kwargs
):
4855 """SetMargin(self, int val)"""
4856 return _stc
.StyledTextEvent_SetMargin(*args
, **kwargs
)
4858 def SetMessage(*args
, **kwargs
):
4859 """SetMessage(self, int val)"""
4860 return _stc
.StyledTextEvent_SetMessage(*args
, **kwargs
)
4862 def SetWParam(*args
, **kwargs
):
4863 """SetWParam(self, int val)"""
4864 return _stc
.StyledTextEvent_SetWParam(*args
, **kwargs
)
4866 def SetLParam(*args
, **kwargs
):
4867 """SetLParam(self, int val)"""
4868 return _stc
.StyledTextEvent_SetLParam(*args
, **kwargs
)
4870 def SetListType(*args
, **kwargs
):
4871 """SetListType(self, int val)"""
4872 return _stc
.StyledTextEvent_SetListType(*args
, **kwargs
)
4874 def SetX(*args
, **kwargs
):
4875 """SetX(self, int val)"""
4876 return _stc
.StyledTextEvent_SetX(*args
, **kwargs
)
4878 def SetY(*args
, **kwargs
):
4879 """SetY(self, int val)"""
4880 return _stc
.StyledTextEvent_SetY(*args
, **kwargs
)
4882 def SetDragText(*args
, **kwargs
):
4883 """SetDragText(self, String val)"""
4884 return _stc
.StyledTextEvent_SetDragText(*args
, **kwargs
)
4886 def SetDragAllowMove(*args
, **kwargs
):
4887 """SetDragAllowMove(self, bool val)"""
4888 return _stc
.StyledTextEvent_SetDragAllowMove(*args
, **kwargs
)
4890 def SetDragResult(*args
, **kwargs
):
4891 """SetDragResult(self, int val)"""
4892 return _stc
.StyledTextEvent_SetDragResult(*args
, **kwargs
)
4894 def GetPosition(*args
, **kwargs
):
4895 """GetPosition(self) -> int"""
4896 return _stc
.StyledTextEvent_GetPosition(*args
, **kwargs
)
4898 def GetKey(*args
, **kwargs
):
4899 """GetKey(self) -> int"""
4900 return _stc
.StyledTextEvent_GetKey(*args
, **kwargs
)
4902 def GetModifiers(*args
, **kwargs
):
4903 """GetModifiers(self) -> int"""
4904 return _stc
.StyledTextEvent_GetModifiers(*args
, **kwargs
)
4906 def GetModificationType(*args
, **kwargs
):
4907 """GetModificationType(self) -> int"""
4908 return _stc
.StyledTextEvent_GetModificationType(*args
, **kwargs
)
4910 def GetText(*args
, **kwargs
):
4911 """GetText(self) -> String"""
4912 return _stc
.StyledTextEvent_GetText(*args
, **kwargs
)
4914 def GetLength(*args
, **kwargs
):
4915 """GetLength(self) -> int"""
4916 return _stc
.StyledTextEvent_GetLength(*args
, **kwargs
)
4918 def GetLinesAdded(*args
, **kwargs
):
4919 """GetLinesAdded(self) -> int"""
4920 return _stc
.StyledTextEvent_GetLinesAdded(*args
, **kwargs
)
4922 def GetLine(*args
, **kwargs
):
4923 """GetLine(self) -> int"""
4924 return _stc
.StyledTextEvent_GetLine(*args
, **kwargs
)
4926 def GetFoldLevelNow(*args
, **kwargs
):
4927 """GetFoldLevelNow(self) -> int"""
4928 return _stc
.StyledTextEvent_GetFoldLevelNow(*args
, **kwargs
)
4930 def GetFoldLevelPrev(*args
, **kwargs
):
4931 """GetFoldLevelPrev(self) -> int"""
4932 return _stc
.StyledTextEvent_GetFoldLevelPrev(*args
, **kwargs
)
4934 def GetMargin(*args
, **kwargs
):
4935 """GetMargin(self) -> int"""
4936 return _stc
.StyledTextEvent_GetMargin(*args
, **kwargs
)
4938 def GetMessage(*args
, **kwargs
):
4939 """GetMessage(self) -> int"""
4940 return _stc
.StyledTextEvent_GetMessage(*args
, **kwargs
)
4942 def GetWParam(*args
, **kwargs
):
4943 """GetWParam(self) -> int"""
4944 return _stc
.StyledTextEvent_GetWParam(*args
, **kwargs
)
4946 def GetLParam(*args
, **kwargs
):
4947 """GetLParam(self) -> int"""
4948 return _stc
.StyledTextEvent_GetLParam(*args
, **kwargs
)
4950 def GetListType(*args
, **kwargs
):
4951 """GetListType(self) -> int"""
4952 return _stc
.StyledTextEvent_GetListType(*args
, **kwargs
)
4954 def GetX(*args
, **kwargs
):
4955 """GetX(self) -> int"""
4956 return _stc
.StyledTextEvent_GetX(*args
, **kwargs
)
4958 def GetY(*args
, **kwargs
):
4959 """GetY(self) -> int"""
4960 return _stc
.StyledTextEvent_GetY(*args
, **kwargs
)
4962 def GetDragText(*args
, **kwargs
):
4963 """GetDragText(self) -> String"""
4964 return _stc
.StyledTextEvent_GetDragText(*args
, **kwargs
)
4966 def GetDragAllowMove(*args
, **kwargs
):
4967 """GetDragAllowMove(self) -> bool"""
4968 return _stc
.StyledTextEvent_GetDragAllowMove(*args
, **kwargs
)
4970 def GetDragResult(*args
, **kwargs
):
4971 """GetDragResult(self) -> int"""
4972 return _stc
.StyledTextEvent_GetDragResult(*args
, **kwargs
)
4974 def GetShift(*args
, **kwargs
):
4975 """GetShift(self) -> bool"""
4976 return _stc
.StyledTextEvent_GetShift(*args
, **kwargs
)
4978 def GetControl(*args
, **kwargs
):
4979 """GetControl(self) -> bool"""
4980 return _stc
.StyledTextEvent_GetControl(*args
, **kwargs
)
4982 def GetAlt(*args
, **kwargs
):
4983 """GetAlt(self) -> bool"""
4984 return _stc
.StyledTextEvent_GetAlt(*args
, **kwargs
)
4986 def Clone(*args
, **kwargs
):
4987 """Clone(self) -> Event"""
4988 return _stc
.StyledTextEvent_Clone(*args
, **kwargs
)
4991 class StyledTextEventPtr(StyledTextEvent
):
4992 def __init__(self
, this
):
4994 if not hasattr(self
,"thisown"): self
.thisown
= 0
4995 self
.__class
__ = StyledTextEvent
4996 _stc
.StyledTextEvent_swigregister(StyledTextEventPtr
)
4998 wxEVT_STC_CHANGE
= _stc
.wxEVT_STC_CHANGE
4999 wxEVT_STC_STYLENEEDED
= _stc
.wxEVT_STC_STYLENEEDED
5000 wxEVT_STC_CHARADDED
= _stc
.wxEVT_STC_CHARADDED
5001 wxEVT_STC_SAVEPOINTREACHED
= _stc
.wxEVT_STC_SAVEPOINTREACHED
5002 wxEVT_STC_SAVEPOINTLEFT
= _stc
.wxEVT_STC_SAVEPOINTLEFT
5003 wxEVT_STC_ROMODIFYATTEMPT
= _stc
.wxEVT_STC_ROMODIFYATTEMPT
5004 wxEVT_STC_KEY
= _stc
.wxEVT_STC_KEY
5005 wxEVT_STC_DOUBLECLICK
= _stc
.wxEVT_STC_DOUBLECLICK
5006 wxEVT_STC_UPDATEUI
= _stc
.wxEVT_STC_UPDATEUI
5007 wxEVT_STC_MODIFIED
= _stc
.wxEVT_STC_MODIFIED
5008 wxEVT_STC_MACRORECORD
= _stc
.wxEVT_STC_MACRORECORD
5009 wxEVT_STC_MARGINCLICK
= _stc
.wxEVT_STC_MARGINCLICK
5010 wxEVT_STC_NEEDSHOWN
= _stc
.wxEVT_STC_NEEDSHOWN
5011 wxEVT_STC_PAINTED
= _stc
.wxEVT_STC_PAINTED
5012 wxEVT_STC_USERLISTSELECTION
= _stc
.wxEVT_STC_USERLISTSELECTION
5013 wxEVT_STC_URIDROPPED
= _stc
.wxEVT_STC_URIDROPPED
5014 wxEVT_STC_DWELLSTART
= _stc
.wxEVT_STC_DWELLSTART
5015 wxEVT_STC_DWELLEND
= _stc
.wxEVT_STC_DWELLEND
5016 wxEVT_STC_START_DRAG
= _stc
.wxEVT_STC_START_DRAG
5017 wxEVT_STC_DRAG_OVER
= _stc
.wxEVT_STC_DRAG_OVER
5018 wxEVT_STC_DO_DROP
= _stc
.wxEVT_STC_DO_DROP
5019 wxEVT_STC_ZOOM
= _stc
.wxEVT_STC_ZOOM
5020 wxEVT_STC_HOTSPOT_CLICK
= _stc
.wxEVT_STC_HOTSPOT_CLICK
5021 wxEVT_STC_HOTSPOT_DCLICK
= _stc
.wxEVT_STC_HOTSPOT_DCLICK
5022 wxEVT_STC_CALLTIP_CLICK
= _stc
.wxEVT_STC_CALLTIP_CLICK
5023 EVT_STC_CHANGE
= wx
.PyEventBinder( wxEVT_STC_CHANGE
, 1 )
5024 EVT_STC_STYLENEEDED
= wx
.PyEventBinder( wxEVT_STC_STYLENEEDED
, 1 )
5025 EVT_STC_CHARADDED
= wx
.PyEventBinder( wxEVT_STC_CHARADDED
, 1 )
5026 EVT_STC_SAVEPOINTREACHED
= wx
.PyEventBinder( wxEVT_STC_SAVEPOINTREACHED
, 1 )
5027 EVT_STC_SAVEPOINTLEFT
= wx
.PyEventBinder( wxEVT_STC_SAVEPOINTLEFT
, 1 )
5028 EVT_STC_ROMODIFYATTEMPT
= wx
.PyEventBinder( wxEVT_STC_ROMODIFYATTEMPT
, 1 )
5029 EVT_STC_KEY
= wx
.PyEventBinder( wxEVT_STC_KEY
, 1 )
5030 EVT_STC_DOUBLECLICK
= wx
.PyEventBinder( wxEVT_STC_DOUBLECLICK
, 1 )
5031 EVT_STC_UPDATEUI
= wx
.PyEventBinder( wxEVT_STC_UPDATEUI
, 1 )
5032 EVT_STC_MODIFIED
= wx
.PyEventBinder( wxEVT_STC_MODIFIED
, 1 )
5033 EVT_STC_MACRORECORD
= wx
.PyEventBinder( wxEVT_STC_MACRORECORD
, 1 )
5034 EVT_STC_MARGINCLICK
= wx
.PyEventBinder( wxEVT_STC_MARGINCLICK
, 1 )
5035 EVT_STC_NEEDSHOWN
= wx
.PyEventBinder( wxEVT_STC_NEEDSHOWN
, 1 )
5036 EVT_STC_PAINTED
= wx
.PyEventBinder( wxEVT_STC_PAINTED
, 1 )
5037 EVT_STC_USERLISTSELECTION
= wx
.PyEventBinder( wxEVT_STC_USERLISTSELECTION
, 1 )
5038 EVT_STC_URIDROPPED
= wx
.PyEventBinder( wxEVT_STC_URIDROPPED
, 1 )
5039 EVT_STC_DWELLSTART
= wx
.PyEventBinder( wxEVT_STC_DWELLSTART
, 1 )
5040 EVT_STC_DWELLEND
= wx
.PyEventBinder( wxEVT_STC_DWELLEND
, 1 )
5041 EVT_STC_START_DRAG
= wx
.PyEventBinder( wxEVT_STC_START_DRAG
, 1 )
5042 EVT_STC_DRAG_OVER
= wx
.PyEventBinder( wxEVT_STC_DRAG_OVER
, 1 )
5043 EVT_STC_DO_DROP
= wx
.PyEventBinder( wxEVT_STC_DO_DROP
, 1 )
5044 EVT_STC_ZOOM
= wx
.PyEventBinder( wxEVT_STC_ZOOM
, 1 )
5045 EVT_STC_HOTSPOT_CLICK
= wx
.PyEventBinder( wxEVT_STC_HOTSPOT_CLICK
, 1 )
5046 EVT_STC_HOTSPOT_DCLICK
= wx
.PyEventBinder( wxEVT_STC_HOTSPOT_DCLICK
, 1 )
5047 EVT_STC_CALLTIP_CLICK
= wx
.PyEventBinder( wxEVT_STC_CALLTIP_CLICK
, 1 )