]>
Commit | Line | Data |
---|---|---|
d14a1e28 RD |
1 | # This file was created automatically by SWIG. |
2 | # Don't modify this file, modify the SWIG interface instead. | |
3 | ||
a5ee0656 RD |
4 | """ |
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. | |
8 | """ | |
9 | ||
d14a1e28 RD |
10 | import _stc |
11 | ||
36ed4f51 RD |
12 | def _swig_setattr_nondynamic(self,class_type,name,value,static=1): |
13 | if (name == "this"): | |
14 | if isinstance(value, class_type): | |
15 | self.__dict__[name] = value.this | |
16 | if hasattr(value,"thisown"): self.__dict__["thisown"] = value.thisown | |
17 | del value.thisown | |
18 | return | |
19 | method = class_type.__swig_setmethods__.get(name,None) | |
20 | if method: return method(self,value) | |
21 | if (not static) or hasattr(self,name) or (name == "thisown"): | |
22 | self.__dict__[name] = value | |
23 | else: | |
24 | raise AttributeError("You cannot add attributes to %s" % self) | |
25 | ||
26 | def _swig_setattr(self,class_type,name,value): | |
27 | return _swig_setattr_nondynamic(self,class_type,name,value,0) | |
28 | ||
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 | |
33 | ||
34 | import types | |
35 | try: | |
36 | _object = types.ObjectType | |
37 | _newclass = 1 | |
38 | except AttributeError: | |
39 | class _object : pass | |
40 | _newclass = 0 | |
41 | del types | |
42 | ||
43 | ||
44 | def _swig_setattr_nondynamic_method(set): | |
45 | def set_attr(self,name,value): | |
46 | if hasattr(self,name) or (name in ("this", "thisown")): | |
47 | set(self,name,value) | |
48 | else: | |
49 | raise AttributeError("You cannot add attributes to %s" % self) | |
50 | return set_attr | |
51 | ||
52 | ||
d55e5bfc RD |
53 | import _core |
54 | import _misc | |
55 | wx = _core | |
d6c14a4c | 56 | __docfilter__ = wx.__DocFilter(globals()) |
d14a1e28 RD |
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 | |
96b3fa7c | 146 | STC_INDIC_BOX = _stc.STC_INDIC_BOX |
d14a1e28 RD |
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 | |
5e483524 RD |
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 | |
d14a1e28 RD |
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 | |
96b3fa7c RD |
199 | STC_SEL_STREAM = _stc.STC_SEL_STREAM |
200 | STC_SEL_RECTANGLE = _stc.STC_SEL_RECTANGLE | |
201 | STC_SEL_LINES = _stc.STC_SEL_LINES | |
d14a1e28 RD |
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 | |
96b3fa7c RD |
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 | |
5e483524 RD |
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 | |
53aa7709 RD |
298 | STC_LEX_ASN1 = _stc.STC_LEX_ASN1 |
299 | STC_LEX_VHDL = _stc.STC_LEX_VHDL | |
d14a1e28 RD |
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 | |
5e483524 | 422 | STC_HPHP_COMPLEX_VARIABLE = _stc.STC_HPHP_COMPLEX_VARIABLE |
d14a1e28 RD |
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 | |
96b3fa7c RD |
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 | |
5e483524 RD |
489 | STC_B_CONSTANT = _stc.STC_B_CONSTANT |
490 | STC_B_ASM = _stc.STC_B_ASM | |
d14a1e28 RD |
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 | |
96b3fa7c RD |
538 | STC_ERR_IFORT = _stc.STC_ERR_IFORT |
539 | STC_ERR_ABSF = _stc.STC_ERR_ABSF | |
5e483524 | 540 | STC_ERR_TIDY = _stc.STC_ERR_TIDY |
53aa7709 | 541 | STC_ERR_JAVA_STACK = _stc.STC_ERR_JAVA_STACK |
d14a1e28 RD |
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 | |
96b3fa7c RD |
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 | |
d14a1e28 RD |
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 | |
96b3fa7c | 660 | STC_MATLAB_DOUBLEQUOTESTRING = _stc.STC_MATLAB_DOUBLEQUOTESTRING |
d14a1e28 | 661 | STC_SCRIPTOL_DEFAULT = _stc.STC_SCRIPTOL_DEFAULT |
96b3fa7c | 662 | STC_SCRIPTOL_WHITE = _stc.STC_SCRIPTOL_WHITE |
d14a1e28 | 663 | STC_SCRIPTOL_COMMENTLINE = _stc.STC_SCRIPTOL_COMMENTLINE |
96b3fa7c RD |
664 | STC_SCRIPTOL_PERSISTENT = _stc.STC_SCRIPTOL_PERSISTENT |
665 | STC_SCRIPTOL_CSTYLE = _stc.STC_SCRIPTOL_CSTYLE | |
666 | STC_SCRIPTOL_COMMENTBLOCK = _stc.STC_SCRIPTOL_COMMENTBLOCK | |
d14a1e28 | 667 | STC_SCRIPTOL_NUMBER = _stc.STC_SCRIPTOL_NUMBER |
d14a1e28 RD |
668 | STC_SCRIPTOL_STRING = _stc.STC_SCRIPTOL_STRING |
669 | STC_SCRIPTOL_CHARACTER = _stc.STC_SCRIPTOL_CHARACTER | |
96b3fa7c RD |
670 | STC_SCRIPTOL_STRINGEOL = _stc.STC_SCRIPTOL_STRINGEOL |
671 | STC_SCRIPTOL_KEYWORD = _stc.STC_SCRIPTOL_KEYWORD | |
d14a1e28 RD |
672 | STC_SCRIPTOL_OPERATOR = _stc.STC_SCRIPTOL_OPERATOR |
673 | STC_SCRIPTOL_IDENTIFIER = _stc.STC_SCRIPTOL_IDENTIFIER | |
96b3fa7c RD |
674 | STC_SCRIPTOL_TRIPLE = _stc.STC_SCRIPTOL_TRIPLE |
675 | STC_SCRIPTOL_CLASSNAME = _stc.STC_SCRIPTOL_CLASSNAME | |
676 | STC_SCRIPTOL_PREPROCESSOR = _stc.STC_SCRIPTOL_PREPROCESSOR | |
d14a1e28 RD |
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 | |
96b3fa7c RD |
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 | |
d14a1e28 RD |
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 | |
53aa7709 | 722 | STC_CSS_IDENTIFIER2 = _stc.STC_CSS_IDENTIFIER2 |
d14a1e28 RD |
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 | |
5e483524 | 793 | STC_NSIS_NUMBER = _stc.STC_NSIS_NUMBER |
d14a1e28 RD |
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 | |
96b3fa7c RD |
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 | |
5e483524 RD |
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 | |
53aa7709 | 951 | STC_AU3_SPECIAL = _stc.STC_AU3_SPECIAL |
5e483524 RD |
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 | |
53aa7709 | 957 | STC_APDL_OPERATOR = _stc.STC_APDL_OPERATOR |
5e483524 | 958 | STC_APDL_WORD = _stc.STC_APDL_WORD |
5e483524 | 959 | STC_APDL_PROCESSOR = _stc.STC_APDL_PROCESSOR |
53aa7709 RD |
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 | |
5e483524 RD |
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 | |
53aa7709 RD |
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 | |
d14a1e28 RD |
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 | |
4276dc52 | 1068 | STC_CMD_LINECOPY = _stc.STC_CMD_LINECOPY |
d14a1e28 RD |
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 | |
96b3fa7c RD |
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 | |
d55e5bfc | 1096 | class StyledTextCtrl(_core.Control): |
36ed4f51 | 1097 | """Proxy of C++ StyledTextCtrl class""" |
e811c8ce RD |
1098 | def __repr__(self): |
1099 | return "<%s.%s; proxy of C++ wxStyledTextCtrl instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
d14a1e28 | 1100 | def __init__(self, *args, **kwargs): |
0df68c9f | 1101 | """ |
bfddbb17 RD |
1102 | __init__(self, Window parent, int id=ID_ANY, Point pos=DefaultPosition, |
1103 | Size size=DefaultSize, long style=0, String name=STCNameStr) -> StyledTextCtrl | |
0df68c9f | 1104 | """ |
d14a1e28 RD |
1105 | newobj = _stc.new_StyledTextCtrl(*args, **kwargs) |
1106 | self.this = newobj.this | |
1107 | self.thisown = 1 | |
1108 | del newobj.thisown | |
1109 | self._setOORInfo(self) | |
e811c8ce RD |
1110 | |
1111 | def Create(*args, **kwargs): | |
0df68c9f | 1112 | """ |
bfddbb17 | 1113 | Create(self, Window parent, int id=ID_ANY, Point pos=DefaultPosition, |
66af7a75 | 1114 | Size size=DefaultSize, long style=0, String name=wxSTCNameStr) -> bool |
0df68c9f | 1115 | """ |
e811c8ce RD |
1116 | return _stc.StyledTextCtrl_Create(*args, **kwargs) |
1117 | ||
1118 | def AddText(*args, **kwargs): | |
a95a7133 | 1119 | """AddText(self, String text)""" |
e811c8ce RD |
1120 | return _stc.StyledTextCtrl_AddText(*args, **kwargs) |
1121 | ||
1122 | def AddStyledText(*args, **kwargs): | |
a95a7133 | 1123 | """AddStyledText(self, wxMemoryBuffer data)""" |
e811c8ce RD |
1124 | return _stc.StyledTextCtrl_AddStyledText(*args, **kwargs) |
1125 | ||
1126 | def InsertText(*args, **kwargs): | |
a95a7133 | 1127 | """InsertText(self, int pos, String text)""" |
e811c8ce RD |
1128 | return _stc.StyledTextCtrl_InsertText(*args, **kwargs) |
1129 | ||
1130 | def ClearAll(*args, **kwargs): | |
a95a7133 | 1131 | """ClearAll(self)""" |
e811c8ce RD |
1132 | return _stc.StyledTextCtrl_ClearAll(*args, **kwargs) |
1133 | ||
1134 | def ClearDocumentStyle(*args, **kwargs): | |
a95a7133 | 1135 | """ClearDocumentStyle(self)""" |
e811c8ce RD |
1136 | return _stc.StyledTextCtrl_ClearDocumentStyle(*args, **kwargs) |
1137 | ||
1138 | def GetLength(*args, **kwargs): | |
a95a7133 | 1139 | """GetLength(self) -> int""" |
e811c8ce RD |
1140 | return _stc.StyledTextCtrl_GetLength(*args, **kwargs) |
1141 | ||
1142 | def GetCharAt(*args, **kwargs): | |
a95a7133 | 1143 | """GetCharAt(self, int pos) -> int""" |
e811c8ce RD |
1144 | return _stc.StyledTextCtrl_GetCharAt(*args, **kwargs) |
1145 | ||
1146 | def GetCurrentPos(*args, **kwargs): | |
a95a7133 | 1147 | """GetCurrentPos(self) -> int""" |
e811c8ce RD |
1148 | return _stc.StyledTextCtrl_GetCurrentPos(*args, **kwargs) |
1149 | ||
1150 | def GetAnchor(*args, **kwargs): | |
a95a7133 | 1151 | """GetAnchor(self) -> int""" |
e811c8ce RD |
1152 | return _stc.StyledTextCtrl_GetAnchor(*args, **kwargs) |
1153 | ||
1154 | def GetStyleAt(*args, **kwargs): | |
a95a7133 | 1155 | """GetStyleAt(self, int pos) -> int""" |
e811c8ce RD |
1156 | return _stc.StyledTextCtrl_GetStyleAt(*args, **kwargs) |
1157 | ||
1158 | def Redo(*args, **kwargs): | |
a95a7133 | 1159 | """Redo(self)""" |
e811c8ce RD |
1160 | return _stc.StyledTextCtrl_Redo(*args, **kwargs) |
1161 | ||
1162 | def SetUndoCollection(*args, **kwargs): | |
a95a7133 | 1163 | """SetUndoCollection(self, bool collectUndo)""" |
e811c8ce RD |
1164 | return _stc.StyledTextCtrl_SetUndoCollection(*args, **kwargs) |
1165 | ||
1166 | def SelectAll(*args, **kwargs): | |
a95a7133 | 1167 | """SelectAll(self)""" |
e811c8ce RD |
1168 | return _stc.StyledTextCtrl_SelectAll(*args, **kwargs) |
1169 | ||
1170 | def SetSavePoint(*args, **kwargs): | |
a95a7133 | 1171 | """SetSavePoint(self)""" |
e811c8ce RD |
1172 | return _stc.StyledTextCtrl_SetSavePoint(*args, **kwargs) |
1173 | ||
1174 | def GetStyledText(*args, **kwargs): | |
a95a7133 | 1175 | """GetStyledText(self, int startPos, int endPos) -> wxMemoryBuffer""" |
e811c8ce RD |
1176 | return _stc.StyledTextCtrl_GetStyledText(*args, **kwargs) |
1177 | ||
1178 | def CanRedo(*args, **kwargs): | |
a95a7133 | 1179 | """CanRedo(self) -> bool""" |
e811c8ce RD |
1180 | return _stc.StyledTextCtrl_CanRedo(*args, **kwargs) |
1181 | ||
1182 | def MarkerLineFromHandle(*args, **kwargs): | |
a95a7133 | 1183 | """MarkerLineFromHandle(self, int handle) -> int""" |
e811c8ce RD |
1184 | return _stc.StyledTextCtrl_MarkerLineFromHandle(*args, **kwargs) |
1185 | ||
1186 | def MarkerDeleteHandle(*args, **kwargs): | |
a95a7133 | 1187 | """MarkerDeleteHandle(self, int handle)""" |
e811c8ce RD |
1188 | return _stc.StyledTextCtrl_MarkerDeleteHandle(*args, **kwargs) |
1189 | ||
1190 | def GetUndoCollection(*args, **kwargs): | |
a95a7133 | 1191 | """GetUndoCollection(self) -> bool""" |
e811c8ce RD |
1192 | return _stc.StyledTextCtrl_GetUndoCollection(*args, **kwargs) |
1193 | ||
1194 | def GetViewWhiteSpace(*args, **kwargs): | |
a95a7133 | 1195 | """GetViewWhiteSpace(self) -> int""" |
e811c8ce RD |
1196 | return _stc.StyledTextCtrl_GetViewWhiteSpace(*args, **kwargs) |
1197 | ||
1198 | def SetViewWhiteSpace(*args, **kwargs): | |
a95a7133 | 1199 | """SetViewWhiteSpace(self, int viewWS)""" |
e811c8ce RD |
1200 | return _stc.StyledTextCtrl_SetViewWhiteSpace(*args, **kwargs) |
1201 | ||
1202 | def PositionFromPoint(*args, **kwargs): | |
a95a7133 | 1203 | """PositionFromPoint(self, Point pt) -> int""" |
e811c8ce RD |
1204 | return _stc.StyledTextCtrl_PositionFromPoint(*args, **kwargs) |
1205 | ||
1206 | def PositionFromPointClose(*args, **kwargs): | |
a95a7133 | 1207 | """PositionFromPointClose(self, int x, int y) -> int""" |
e811c8ce RD |
1208 | return _stc.StyledTextCtrl_PositionFromPointClose(*args, **kwargs) |
1209 | ||
1210 | def GotoLine(*args, **kwargs): | |
a95a7133 | 1211 | """GotoLine(self, int line)""" |
e811c8ce RD |
1212 | return _stc.StyledTextCtrl_GotoLine(*args, **kwargs) |
1213 | ||
1214 | def GotoPos(*args, **kwargs): | |
a95a7133 | 1215 | """GotoPos(self, int pos)""" |
e811c8ce RD |
1216 | return _stc.StyledTextCtrl_GotoPos(*args, **kwargs) |
1217 | ||
1218 | def SetAnchor(*args, **kwargs): | |
a95a7133 | 1219 | """SetAnchor(self, int posAnchor)""" |
e811c8ce RD |
1220 | return _stc.StyledTextCtrl_SetAnchor(*args, **kwargs) |
1221 | ||
1222 | def GetCurLine(*args, **kwargs): | |
a95a7133 | 1223 | """GetCurLine(self, int OUTPUT) -> String""" |
e811c8ce RD |
1224 | return _stc.StyledTextCtrl_GetCurLine(*args, **kwargs) |
1225 | ||
1226 | def GetEndStyled(*args, **kwargs): | |
a95a7133 | 1227 | """GetEndStyled(self) -> int""" |
e811c8ce RD |
1228 | return _stc.StyledTextCtrl_GetEndStyled(*args, **kwargs) |
1229 | ||
1230 | def ConvertEOLs(*args, **kwargs): | |
a95a7133 | 1231 | """ConvertEOLs(self, int eolMode)""" |
e811c8ce RD |
1232 | return _stc.StyledTextCtrl_ConvertEOLs(*args, **kwargs) |
1233 | ||
1234 | def GetEOLMode(*args, **kwargs): | |
a95a7133 | 1235 | """GetEOLMode(self) -> int""" |
e811c8ce RD |
1236 | return _stc.StyledTextCtrl_GetEOLMode(*args, **kwargs) |
1237 | ||
1238 | def SetEOLMode(*args, **kwargs): | |
a95a7133 | 1239 | """SetEOLMode(self, int eolMode)""" |
e811c8ce RD |
1240 | return _stc.StyledTextCtrl_SetEOLMode(*args, **kwargs) |
1241 | ||
1242 | def StartStyling(*args, **kwargs): | |
a95a7133 | 1243 | """StartStyling(self, int pos, int mask)""" |
e811c8ce RD |
1244 | return _stc.StyledTextCtrl_StartStyling(*args, **kwargs) |
1245 | ||
1246 | def SetStyling(*args, **kwargs): | |
a95a7133 | 1247 | """SetStyling(self, int length, int style)""" |
e811c8ce RD |
1248 | return _stc.StyledTextCtrl_SetStyling(*args, **kwargs) |
1249 | ||
1250 | def GetBufferedDraw(*args, **kwargs): | |
a95a7133 | 1251 | """GetBufferedDraw(self) -> bool""" |
e811c8ce RD |
1252 | return _stc.StyledTextCtrl_GetBufferedDraw(*args, **kwargs) |
1253 | ||
1254 | def SetBufferedDraw(*args, **kwargs): | |
a95a7133 | 1255 | """SetBufferedDraw(self, bool buffered)""" |
e811c8ce RD |
1256 | return _stc.StyledTextCtrl_SetBufferedDraw(*args, **kwargs) |
1257 | ||
1258 | def SetTabWidth(*args, **kwargs): | |
a95a7133 | 1259 | """SetTabWidth(self, int tabWidth)""" |
e811c8ce RD |
1260 | return _stc.StyledTextCtrl_SetTabWidth(*args, **kwargs) |
1261 | ||
1262 | def GetTabWidth(*args, **kwargs): | |
a95a7133 | 1263 | """GetTabWidth(self) -> int""" |
e811c8ce RD |
1264 | return _stc.StyledTextCtrl_GetTabWidth(*args, **kwargs) |
1265 | ||
1266 | def SetCodePage(*args, **kwargs): | |
a95a7133 | 1267 | """SetCodePage(self, int codePage)""" |
e811c8ce RD |
1268 | return _stc.StyledTextCtrl_SetCodePage(*args, **kwargs) |
1269 | ||
1270 | def MarkerDefine(*args, **kwargs): | |
0df68c9f | 1271 | """ |
a95a7133 | 1272 | MarkerDefine(self, int markerNumber, int markerSymbol, Colour foreground=wxNullColour, |
196addbf | 1273 | Colour background=wxNullColour) |
0df68c9f | 1274 | """ |
e811c8ce RD |
1275 | return _stc.StyledTextCtrl_MarkerDefine(*args, **kwargs) |
1276 | ||
1277 | def MarkerSetForeground(*args, **kwargs): | |
a95a7133 | 1278 | """MarkerSetForeground(self, int markerNumber, Colour fore)""" |
e811c8ce RD |
1279 | return _stc.StyledTextCtrl_MarkerSetForeground(*args, **kwargs) |
1280 | ||
1281 | def MarkerSetBackground(*args, **kwargs): | |
a95a7133 | 1282 | """MarkerSetBackground(self, int markerNumber, Colour back)""" |
e811c8ce RD |
1283 | return _stc.StyledTextCtrl_MarkerSetBackground(*args, **kwargs) |
1284 | ||
1285 | def MarkerAdd(*args, **kwargs): | |
a95a7133 | 1286 | """MarkerAdd(self, int line, int markerNumber) -> int""" |
e811c8ce RD |
1287 | return _stc.StyledTextCtrl_MarkerAdd(*args, **kwargs) |
1288 | ||
1289 | def MarkerDelete(*args, **kwargs): | |
a95a7133 | 1290 | """MarkerDelete(self, int line, int markerNumber)""" |
e811c8ce RD |
1291 | return _stc.StyledTextCtrl_MarkerDelete(*args, **kwargs) |
1292 | ||
1293 | def MarkerDeleteAll(*args, **kwargs): | |
a95a7133 | 1294 | """MarkerDeleteAll(self, int markerNumber)""" |
e811c8ce RD |
1295 | return _stc.StyledTextCtrl_MarkerDeleteAll(*args, **kwargs) |
1296 | ||
1297 | def MarkerGet(*args, **kwargs): | |
a95a7133 | 1298 | """MarkerGet(self, int line) -> int""" |
e811c8ce RD |
1299 | return _stc.StyledTextCtrl_MarkerGet(*args, **kwargs) |
1300 | ||
1301 | def MarkerNext(*args, **kwargs): | |
a95a7133 | 1302 | """MarkerNext(self, int lineStart, int markerMask) -> int""" |
e811c8ce RD |
1303 | return _stc.StyledTextCtrl_MarkerNext(*args, **kwargs) |
1304 | ||
1305 | def MarkerPrevious(*args, **kwargs): | |
a95a7133 | 1306 | """MarkerPrevious(self, int lineStart, int markerMask) -> int""" |
e811c8ce RD |
1307 | return _stc.StyledTextCtrl_MarkerPrevious(*args, **kwargs) |
1308 | ||
1309 | def MarkerDefineBitmap(*args, **kwargs): | |
a95a7133 | 1310 | """MarkerDefineBitmap(self, int markerNumber, Bitmap bmp)""" |
e811c8ce RD |
1311 | return _stc.StyledTextCtrl_MarkerDefineBitmap(*args, **kwargs) |
1312 | ||
1313 | def SetMarginType(*args, **kwargs): | |
a95a7133 | 1314 | """SetMarginType(self, int margin, int marginType)""" |
e811c8ce RD |
1315 | return _stc.StyledTextCtrl_SetMarginType(*args, **kwargs) |
1316 | ||
1317 | def GetMarginType(*args, **kwargs): | |
a95a7133 | 1318 | """GetMarginType(self, int margin) -> int""" |
e811c8ce RD |
1319 | return _stc.StyledTextCtrl_GetMarginType(*args, **kwargs) |
1320 | ||
1321 | def SetMarginWidth(*args, **kwargs): | |
a95a7133 | 1322 | """SetMarginWidth(self, int margin, int pixelWidth)""" |
e811c8ce RD |
1323 | return _stc.StyledTextCtrl_SetMarginWidth(*args, **kwargs) |
1324 | ||
1325 | def GetMarginWidth(*args, **kwargs): | |
a95a7133 | 1326 | """GetMarginWidth(self, int margin) -> int""" |
e811c8ce RD |
1327 | return _stc.StyledTextCtrl_GetMarginWidth(*args, **kwargs) |
1328 | ||
1329 | def SetMarginMask(*args, **kwargs): | |
a95a7133 | 1330 | """SetMarginMask(self, int margin, int mask)""" |
e811c8ce RD |
1331 | return _stc.StyledTextCtrl_SetMarginMask(*args, **kwargs) |
1332 | ||
1333 | def GetMarginMask(*args, **kwargs): | |
a95a7133 | 1334 | """GetMarginMask(self, int margin) -> int""" |
e811c8ce RD |
1335 | return _stc.StyledTextCtrl_GetMarginMask(*args, **kwargs) |
1336 | ||
1337 | def SetMarginSensitive(*args, **kwargs): | |
a95a7133 | 1338 | """SetMarginSensitive(self, int margin, bool sensitive)""" |
e811c8ce RD |
1339 | return _stc.StyledTextCtrl_SetMarginSensitive(*args, **kwargs) |
1340 | ||
1341 | def GetMarginSensitive(*args, **kwargs): | |
a95a7133 | 1342 | """GetMarginSensitive(self, int margin) -> bool""" |
e811c8ce RD |
1343 | return _stc.StyledTextCtrl_GetMarginSensitive(*args, **kwargs) |
1344 | ||
1345 | def StyleClearAll(*args, **kwargs): | |
a95a7133 | 1346 | """StyleClearAll(self)""" |
e811c8ce RD |
1347 | return _stc.StyledTextCtrl_StyleClearAll(*args, **kwargs) |
1348 | ||
1349 | def StyleSetForeground(*args, **kwargs): | |
a95a7133 | 1350 | """StyleSetForeground(self, int style, Colour fore)""" |
e811c8ce RD |
1351 | return _stc.StyledTextCtrl_StyleSetForeground(*args, **kwargs) |
1352 | ||
1353 | def StyleSetBackground(*args, **kwargs): | |
a95a7133 | 1354 | """StyleSetBackground(self, int style, Colour back)""" |
e811c8ce RD |
1355 | return _stc.StyledTextCtrl_StyleSetBackground(*args, **kwargs) |
1356 | ||
1357 | def StyleSetBold(*args, **kwargs): | |
a95a7133 | 1358 | """StyleSetBold(self, int style, bool bold)""" |
e811c8ce RD |
1359 | return _stc.StyledTextCtrl_StyleSetBold(*args, **kwargs) |
1360 | ||
1361 | def StyleSetItalic(*args, **kwargs): | |
a95a7133 | 1362 | """StyleSetItalic(self, int style, bool italic)""" |
e811c8ce RD |
1363 | return _stc.StyledTextCtrl_StyleSetItalic(*args, **kwargs) |
1364 | ||
1365 | def StyleSetSize(*args, **kwargs): | |
a95a7133 | 1366 | """StyleSetSize(self, int style, int sizePoints)""" |
e811c8ce RD |
1367 | return _stc.StyledTextCtrl_StyleSetSize(*args, **kwargs) |
1368 | ||
1369 | def StyleSetFaceName(*args, **kwargs): | |
a95a7133 | 1370 | """StyleSetFaceName(self, int style, String fontName)""" |
e811c8ce RD |
1371 | return _stc.StyledTextCtrl_StyleSetFaceName(*args, **kwargs) |
1372 | ||
1373 | def StyleSetEOLFilled(*args, **kwargs): | |
a95a7133 | 1374 | """StyleSetEOLFilled(self, int style, bool filled)""" |
e811c8ce RD |
1375 | return _stc.StyledTextCtrl_StyleSetEOLFilled(*args, **kwargs) |
1376 | ||
1377 | def StyleResetDefault(*args, **kwargs): | |
a95a7133 | 1378 | """StyleResetDefault(self)""" |
e811c8ce RD |
1379 | return _stc.StyledTextCtrl_StyleResetDefault(*args, **kwargs) |
1380 | ||
1381 | def StyleSetUnderline(*args, **kwargs): | |
a95a7133 | 1382 | """StyleSetUnderline(self, int style, bool underline)""" |
e811c8ce RD |
1383 | return _stc.StyledTextCtrl_StyleSetUnderline(*args, **kwargs) |
1384 | ||
1385 | def StyleSetCase(*args, **kwargs): | |
a95a7133 | 1386 | """StyleSetCase(self, int style, int caseForce)""" |
e811c8ce RD |
1387 | return _stc.StyledTextCtrl_StyleSetCase(*args, **kwargs) |
1388 | ||
1389 | def StyleSetCharacterSet(*args, **kwargs): | |
a95a7133 | 1390 | """StyleSetCharacterSet(self, int style, int characterSet)""" |
e811c8ce RD |
1391 | return _stc.StyledTextCtrl_StyleSetCharacterSet(*args, **kwargs) |
1392 | ||
1393 | def StyleSetHotSpot(*args, **kwargs): | |
a95a7133 | 1394 | """StyleSetHotSpot(self, int style, bool hotspot)""" |
e811c8ce RD |
1395 | return _stc.StyledTextCtrl_StyleSetHotSpot(*args, **kwargs) |
1396 | ||
1397 | def SetSelForeground(*args, **kwargs): | |
a95a7133 | 1398 | """SetSelForeground(self, bool useSetting, Colour fore)""" |
e811c8ce RD |
1399 | return _stc.StyledTextCtrl_SetSelForeground(*args, **kwargs) |
1400 | ||
1401 | def SetSelBackground(*args, **kwargs): | |
a95a7133 | 1402 | """SetSelBackground(self, bool useSetting, Colour back)""" |
e811c8ce RD |
1403 | return _stc.StyledTextCtrl_SetSelBackground(*args, **kwargs) |
1404 | ||
1405 | def SetCaretForeground(*args, **kwargs): | |
a95a7133 | 1406 | """SetCaretForeground(self, Colour fore)""" |
e811c8ce RD |
1407 | return _stc.StyledTextCtrl_SetCaretForeground(*args, **kwargs) |
1408 | ||
1409 | def CmdKeyAssign(*args, **kwargs): | |
a95a7133 | 1410 | """CmdKeyAssign(self, int key, int modifiers, int cmd)""" |
e811c8ce RD |
1411 | return _stc.StyledTextCtrl_CmdKeyAssign(*args, **kwargs) |
1412 | ||
1413 | def CmdKeyClear(*args, **kwargs): | |
a95a7133 | 1414 | """CmdKeyClear(self, int key, int modifiers)""" |
e811c8ce RD |
1415 | return _stc.StyledTextCtrl_CmdKeyClear(*args, **kwargs) |
1416 | ||
1417 | def CmdKeyClearAll(*args, **kwargs): | |
a95a7133 | 1418 | """CmdKeyClearAll(self)""" |
e811c8ce RD |
1419 | return _stc.StyledTextCtrl_CmdKeyClearAll(*args, **kwargs) |
1420 | ||
1421 | def SetStyleBytes(*args, **kwargs): | |
a95a7133 | 1422 | """SetStyleBytes(self, int length, char styleBytes)""" |
e811c8ce RD |
1423 | return _stc.StyledTextCtrl_SetStyleBytes(*args, **kwargs) |
1424 | ||
1425 | def StyleSetVisible(*args, **kwargs): | |
a95a7133 | 1426 | """StyleSetVisible(self, int style, bool visible)""" |
e811c8ce RD |
1427 | return _stc.StyledTextCtrl_StyleSetVisible(*args, **kwargs) |
1428 | ||
1429 | def GetCaretPeriod(*args, **kwargs): | |
a95a7133 | 1430 | """GetCaretPeriod(self) -> int""" |
e811c8ce RD |
1431 | return _stc.StyledTextCtrl_GetCaretPeriod(*args, **kwargs) |
1432 | ||
1433 | def SetCaretPeriod(*args, **kwargs): | |
a95a7133 | 1434 | """SetCaretPeriod(self, int periodMilliseconds)""" |
e811c8ce RD |
1435 | return _stc.StyledTextCtrl_SetCaretPeriod(*args, **kwargs) |
1436 | ||
1437 | def SetWordChars(*args, **kwargs): | |
a95a7133 | 1438 | """SetWordChars(self, String characters)""" |
e811c8ce RD |
1439 | return _stc.StyledTextCtrl_SetWordChars(*args, **kwargs) |
1440 | ||
1441 | def BeginUndoAction(*args, **kwargs): | |
a95a7133 | 1442 | """BeginUndoAction(self)""" |
e811c8ce RD |
1443 | return _stc.StyledTextCtrl_BeginUndoAction(*args, **kwargs) |
1444 | ||
1445 | def EndUndoAction(*args, **kwargs): | |
a95a7133 | 1446 | """EndUndoAction(self)""" |
e811c8ce RD |
1447 | return _stc.StyledTextCtrl_EndUndoAction(*args, **kwargs) |
1448 | ||
1449 | def IndicatorSetStyle(*args, **kwargs): | |
a95a7133 | 1450 | """IndicatorSetStyle(self, int indic, int style)""" |
e811c8ce RD |
1451 | return _stc.StyledTextCtrl_IndicatorSetStyle(*args, **kwargs) |
1452 | ||
1453 | def IndicatorGetStyle(*args, **kwargs): | |
a95a7133 | 1454 | """IndicatorGetStyle(self, int indic) -> int""" |
e811c8ce RD |
1455 | return _stc.StyledTextCtrl_IndicatorGetStyle(*args, **kwargs) |
1456 | ||
1457 | def IndicatorSetForeground(*args, **kwargs): | |
a95a7133 | 1458 | """IndicatorSetForeground(self, int indic, Colour fore)""" |
e811c8ce RD |
1459 | return _stc.StyledTextCtrl_IndicatorSetForeground(*args, **kwargs) |
1460 | ||
1461 | def IndicatorGetForeground(*args, **kwargs): | |
a95a7133 | 1462 | """IndicatorGetForeground(self, int indic) -> Colour""" |
e811c8ce RD |
1463 | return _stc.StyledTextCtrl_IndicatorGetForeground(*args, **kwargs) |
1464 | ||
1465 | def SetWhitespaceForeground(*args, **kwargs): | |
a95a7133 | 1466 | """SetWhitespaceForeground(self, bool useSetting, Colour fore)""" |
e811c8ce RD |
1467 | return _stc.StyledTextCtrl_SetWhitespaceForeground(*args, **kwargs) |
1468 | ||
1469 | def SetWhitespaceBackground(*args, **kwargs): | |
a95a7133 | 1470 | """SetWhitespaceBackground(self, bool useSetting, Colour back)""" |
e811c8ce RD |
1471 | return _stc.StyledTextCtrl_SetWhitespaceBackground(*args, **kwargs) |
1472 | ||
1473 | def SetStyleBits(*args, **kwargs): | |
a95a7133 | 1474 | """SetStyleBits(self, int bits)""" |
e811c8ce RD |
1475 | return _stc.StyledTextCtrl_SetStyleBits(*args, **kwargs) |
1476 | ||
1477 | def GetStyleBits(*args, **kwargs): | |
a95a7133 | 1478 | """GetStyleBits(self) -> int""" |
e811c8ce RD |
1479 | return _stc.StyledTextCtrl_GetStyleBits(*args, **kwargs) |
1480 | ||
1481 | def SetLineState(*args, **kwargs): | |
a95a7133 | 1482 | """SetLineState(self, int line, int state)""" |
e811c8ce RD |
1483 | return _stc.StyledTextCtrl_SetLineState(*args, **kwargs) |
1484 | ||
1485 | def GetLineState(*args, **kwargs): | |
a95a7133 | 1486 | """GetLineState(self, int line) -> int""" |
e811c8ce RD |
1487 | return _stc.StyledTextCtrl_GetLineState(*args, **kwargs) |
1488 | ||
1489 | def GetMaxLineState(*args, **kwargs): | |
a95a7133 | 1490 | """GetMaxLineState(self) -> int""" |
e811c8ce RD |
1491 | return _stc.StyledTextCtrl_GetMaxLineState(*args, **kwargs) |
1492 | ||
1493 | def GetCaretLineVisible(*args, **kwargs): | |
a95a7133 | 1494 | """GetCaretLineVisible(self) -> bool""" |
e811c8ce RD |
1495 | return _stc.StyledTextCtrl_GetCaretLineVisible(*args, **kwargs) |
1496 | ||
1497 | def SetCaretLineVisible(*args, **kwargs): | |
a95a7133 | 1498 | """SetCaretLineVisible(self, bool show)""" |
e811c8ce RD |
1499 | return _stc.StyledTextCtrl_SetCaretLineVisible(*args, **kwargs) |
1500 | ||
1501 | def GetCaretLineBack(*args, **kwargs): | |
a95a7133 | 1502 | """GetCaretLineBack(self) -> Colour""" |
e811c8ce RD |
1503 | return _stc.StyledTextCtrl_GetCaretLineBack(*args, **kwargs) |
1504 | ||
1505 | def SetCaretLineBack(*args, **kwargs): | |
a95a7133 | 1506 | """SetCaretLineBack(self, Colour back)""" |
e811c8ce RD |
1507 | return _stc.StyledTextCtrl_SetCaretLineBack(*args, **kwargs) |
1508 | ||
1509 | def StyleSetChangeable(*args, **kwargs): | |
a95a7133 | 1510 | """StyleSetChangeable(self, int style, bool changeable)""" |
e811c8ce RD |
1511 | return _stc.StyledTextCtrl_StyleSetChangeable(*args, **kwargs) |
1512 | ||
1513 | def AutoCompShow(*args, **kwargs): | |
a95a7133 | 1514 | """AutoCompShow(self, int lenEntered, String itemList)""" |
e811c8ce RD |
1515 | return _stc.StyledTextCtrl_AutoCompShow(*args, **kwargs) |
1516 | ||
1517 | def AutoCompCancel(*args, **kwargs): | |
a95a7133 | 1518 | """AutoCompCancel(self)""" |
e811c8ce RD |
1519 | return _stc.StyledTextCtrl_AutoCompCancel(*args, **kwargs) |
1520 | ||
1521 | def AutoCompActive(*args, **kwargs): | |
a95a7133 | 1522 | """AutoCompActive(self) -> bool""" |
e811c8ce RD |
1523 | return _stc.StyledTextCtrl_AutoCompActive(*args, **kwargs) |
1524 | ||
1525 | def AutoCompPosStart(*args, **kwargs): | |
a95a7133 | 1526 | """AutoCompPosStart(self) -> int""" |
e811c8ce RD |
1527 | return _stc.StyledTextCtrl_AutoCompPosStart(*args, **kwargs) |
1528 | ||
1529 | def AutoCompComplete(*args, **kwargs): | |
a95a7133 | 1530 | """AutoCompComplete(self)""" |
e811c8ce RD |
1531 | return _stc.StyledTextCtrl_AutoCompComplete(*args, **kwargs) |
1532 | ||
1533 | def AutoCompStops(*args, **kwargs): | |
a95a7133 | 1534 | """AutoCompStops(self, String characterSet)""" |
e811c8ce RD |
1535 | return _stc.StyledTextCtrl_AutoCompStops(*args, **kwargs) |
1536 | ||
1537 | def AutoCompSetSeparator(*args, **kwargs): | |
a95a7133 | 1538 | """AutoCompSetSeparator(self, int separatorCharacter)""" |
e811c8ce RD |
1539 | return _stc.StyledTextCtrl_AutoCompSetSeparator(*args, **kwargs) |
1540 | ||
1541 | def AutoCompGetSeparator(*args, **kwargs): | |
a95a7133 | 1542 | """AutoCompGetSeparator(self) -> int""" |
e811c8ce RD |
1543 | return _stc.StyledTextCtrl_AutoCompGetSeparator(*args, **kwargs) |
1544 | ||
1545 | def AutoCompSelect(*args, **kwargs): | |
a95a7133 | 1546 | """AutoCompSelect(self, String text)""" |
e811c8ce RD |
1547 | return _stc.StyledTextCtrl_AutoCompSelect(*args, **kwargs) |
1548 | ||
1549 | def AutoCompSetCancelAtStart(*args, **kwargs): | |
a95a7133 | 1550 | """AutoCompSetCancelAtStart(self, bool cancel)""" |
e811c8ce RD |
1551 | return _stc.StyledTextCtrl_AutoCompSetCancelAtStart(*args, **kwargs) |
1552 | ||
1553 | def AutoCompGetCancelAtStart(*args, **kwargs): | |
a95a7133 | 1554 | """AutoCompGetCancelAtStart(self) -> bool""" |
e811c8ce RD |
1555 | return _stc.StyledTextCtrl_AutoCompGetCancelAtStart(*args, **kwargs) |
1556 | ||
1557 | def AutoCompSetFillUps(*args, **kwargs): | |
a95a7133 | 1558 | """AutoCompSetFillUps(self, String characterSet)""" |
e811c8ce RD |
1559 | return _stc.StyledTextCtrl_AutoCompSetFillUps(*args, **kwargs) |
1560 | ||
1561 | def AutoCompSetChooseSingle(*args, **kwargs): | |
a95a7133 | 1562 | """AutoCompSetChooseSingle(self, bool chooseSingle)""" |
e811c8ce RD |
1563 | return _stc.StyledTextCtrl_AutoCompSetChooseSingle(*args, **kwargs) |
1564 | ||
1565 | def AutoCompGetChooseSingle(*args, **kwargs): | |
a95a7133 | 1566 | """AutoCompGetChooseSingle(self) -> bool""" |
e811c8ce RD |
1567 | return _stc.StyledTextCtrl_AutoCompGetChooseSingle(*args, **kwargs) |
1568 | ||
1569 | def AutoCompSetIgnoreCase(*args, **kwargs): | |
a95a7133 | 1570 | """AutoCompSetIgnoreCase(self, bool ignoreCase)""" |
e811c8ce RD |
1571 | return _stc.StyledTextCtrl_AutoCompSetIgnoreCase(*args, **kwargs) |
1572 | ||
1573 | def AutoCompGetIgnoreCase(*args, **kwargs): | |
a95a7133 | 1574 | """AutoCompGetIgnoreCase(self) -> bool""" |
e811c8ce RD |
1575 | return _stc.StyledTextCtrl_AutoCompGetIgnoreCase(*args, **kwargs) |
1576 | ||
1577 | def UserListShow(*args, **kwargs): | |
a95a7133 | 1578 | """UserListShow(self, int listType, String itemList)""" |
e811c8ce RD |
1579 | return _stc.StyledTextCtrl_UserListShow(*args, **kwargs) |
1580 | ||
1581 | def AutoCompSetAutoHide(*args, **kwargs): | |
a95a7133 | 1582 | """AutoCompSetAutoHide(self, bool autoHide)""" |
e811c8ce RD |
1583 | return _stc.StyledTextCtrl_AutoCompSetAutoHide(*args, **kwargs) |
1584 | ||
1585 | def AutoCompGetAutoHide(*args, **kwargs): | |
a95a7133 | 1586 | """AutoCompGetAutoHide(self) -> bool""" |
e811c8ce RD |
1587 | return _stc.StyledTextCtrl_AutoCompGetAutoHide(*args, **kwargs) |
1588 | ||
1589 | def AutoCompSetDropRestOfWord(*args, **kwargs): | |
a95a7133 | 1590 | """AutoCompSetDropRestOfWord(self, bool dropRestOfWord)""" |
e811c8ce RD |
1591 | return _stc.StyledTextCtrl_AutoCompSetDropRestOfWord(*args, **kwargs) |
1592 | ||
1593 | def AutoCompGetDropRestOfWord(*args, **kwargs): | |
a95a7133 | 1594 | """AutoCompGetDropRestOfWord(self) -> bool""" |
e811c8ce RD |
1595 | return _stc.StyledTextCtrl_AutoCompGetDropRestOfWord(*args, **kwargs) |
1596 | ||
1597 | def RegisterImage(*args, **kwargs): | |
a95a7133 | 1598 | """RegisterImage(self, int type, Bitmap bmp)""" |
e811c8ce RD |
1599 | return _stc.StyledTextCtrl_RegisterImage(*args, **kwargs) |
1600 | ||
1601 | def ClearRegisteredImages(*args, **kwargs): | |
a95a7133 | 1602 | """ClearRegisteredImages(self)""" |
e811c8ce RD |
1603 | return _stc.StyledTextCtrl_ClearRegisteredImages(*args, **kwargs) |
1604 | ||
1605 | def AutoCompGetTypeSeparator(*args, **kwargs): | |
a95a7133 | 1606 | """AutoCompGetTypeSeparator(self) -> int""" |
e811c8ce RD |
1607 | return _stc.StyledTextCtrl_AutoCompGetTypeSeparator(*args, **kwargs) |
1608 | ||
1609 | def AutoCompSetTypeSeparator(*args, **kwargs): | |
a95a7133 | 1610 | """AutoCompSetTypeSeparator(self, int separatorCharacter)""" |
e811c8ce RD |
1611 | return _stc.StyledTextCtrl_AutoCompSetTypeSeparator(*args, **kwargs) |
1612 | ||
1613 | def SetIndent(*args, **kwargs): | |
a95a7133 | 1614 | """SetIndent(self, int indentSize)""" |
e811c8ce RD |
1615 | return _stc.StyledTextCtrl_SetIndent(*args, **kwargs) |
1616 | ||
1617 | def GetIndent(*args, **kwargs): | |
a95a7133 | 1618 | """GetIndent(self) -> int""" |
e811c8ce RD |
1619 | return _stc.StyledTextCtrl_GetIndent(*args, **kwargs) |
1620 | ||
1621 | def SetUseTabs(*args, **kwargs): | |
a95a7133 | 1622 | """SetUseTabs(self, bool useTabs)""" |
e811c8ce RD |
1623 | return _stc.StyledTextCtrl_SetUseTabs(*args, **kwargs) |
1624 | ||
1625 | def GetUseTabs(*args, **kwargs): | |
a95a7133 | 1626 | """GetUseTabs(self) -> bool""" |
e811c8ce RD |
1627 | return _stc.StyledTextCtrl_GetUseTabs(*args, **kwargs) |
1628 | ||
1629 | def SetLineIndentation(*args, **kwargs): | |
a95a7133 | 1630 | """SetLineIndentation(self, int line, int indentSize)""" |
e811c8ce RD |
1631 | return _stc.StyledTextCtrl_SetLineIndentation(*args, **kwargs) |
1632 | ||
1633 | def GetLineIndentation(*args, **kwargs): | |
a95a7133 | 1634 | """GetLineIndentation(self, int line) -> int""" |
e811c8ce RD |
1635 | return _stc.StyledTextCtrl_GetLineIndentation(*args, **kwargs) |
1636 | ||
1637 | def GetLineIndentPosition(*args, **kwargs): | |
a95a7133 | 1638 | """GetLineIndentPosition(self, int line) -> int""" |
e811c8ce RD |
1639 | return _stc.StyledTextCtrl_GetLineIndentPosition(*args, **kwargs) |
1640 | ||
1641 | def GetColumn(*args, **kwargs): | |
a95a7133 | 1642 | """GetColumn(self, int pos) -> int""" |
e811c8ce RD |
1643 | return _stc.StyledTextCtrl_GetColumn(*args, **kwargs) |
1644 | ||
1645 | def SetUseHorizontalScrollBar(*args, **kwargs): | |
a95a7133 | 1646 | """SetUseHorizontalScrollBar(self, bool show)""" |
e811c8ce RD |
1647 | return _stc.StyledTextCtrl_SetUseHorizontalScrollBar(*args, **kwargs) |
1648 | ||
1649 | def GetUseHorizontalScrollBar(*args, **kwargs): | |
a95a7133 | 1650 | """GetUseHorizontalScrollBar(self) -> bool""" |
e811c8ce RD |
1651 | return _stc.StyledTextCtrl_GetUseHorizontalScrollBar(*args, **kwargs) |
1652 | ||
1653 | def SetIndentationGuides(*args, **kwargs): | |
a95a7133 | 1654 | """SetIndentationGuides(self, bool show)""" |
e811c8ce RD |
1655 | return _stc.StyledTextCtrl_SetIndentationGuides(*args, **kwargs) |
1656 | ||
1657 | def GetIndentationGuides(*args, **kwargs): | |
a95a7133 | 1658 | """GetIndentationGuides(self) -> bool""" |
e811c8ce RD |
1659 | return _stc.StyledTextCtrl_GetIndentationGuides(*args, **kwargs) |
1660 | ||
1661 | def SetHighlightGuide(*args, **kwargs): | |
a95a7133 | 1662 | """SetHighlightGuide(self, int column)""" |
e811c8ce RD |
1663 | return _stc.StyledTextCtrl_SetHighlightGuide(*args, **kwargs) |
1664 | ||
1665 | def GetHighlightGuide(*args, **kwargs): | |
a95a7133 | 1666 | """GetHighlightGuide(self) -> int""" |
e811c8ce RD |
1667 | return _stc.StyledTextCtrl_GetHighlightGuide(*args, **kwargs) |
1668 | ||
1669 | def GetLineEndPosition(*args, **kwargs): | |
a95a7133 | 1670 | """GetLineEndPosition(self, int line) -> int""" |
e811c8ce RD |
1671 | return _stc.StyledTextCtrl_GetLineEndPosition(*args, **kwargs) |
1672 | ||
1673 | def GetCodePage(*args, **kwargs): | |
a95a7133 | 1674 | """GetCodePage(self) -> int""" |
e811c8ce RD |
1675 | return _stc.StyledTextCtrl_GetCodePage(*args, **kwargs) |
1676 | ||
1677 | def GetCaretForeground(*args, **kwargs): | |
a95a7133 | 1678 | """GetCaretForeground(self) -> Colour""" |
e811c8ce RD |
1679 | return _stc.StyledTextCtrl_GetCaretForeground(*args, **kwargs) |
1680 | ||
1681 | def GetReadOnly(*args, **kwargs): | |
a95a7133 | 1682 | """GetReadOnly(self) -> bool""" |
e811c8ce RD |
1683 | return _stc.StyledTextCtrl_GetReadOnly(*args, **kwargs) |
1684 | ||
1685 | def SetCurrentPos(*args, **kwargs): | |
a95a7133 | 1686 | """SetCurrentPos(self, int pos)""" |
e811c8ce RD |
1687 | return _stc.StyledTextCtrl_SetCurrentPos(*args, **kwargs) |
1688 | ||
1689 | def SetSelectionStart(*args, **kwargs): | |
a95a7133 | 1690 | """SetSelectionStart(self, int pos)""" |
e811c8ce RD |
1691 | return _stc.StyledTextCtrl_SetSelectionStart(*args, **kwargs) |
1692 | ||
1693 | def GetSelectionStart(*args, **kwargs): | |
a95a7133 | 1694 | """GetSelectionStart(self) -> int""" |
e811c8ce RD |
1695 | return _stc.StyledTextCtrl_GetSelectionStart(*args, **kwargs) |
1696 | ||
1697 | def SetSelectionEnd(*args, **kwargs): | |
a95a7133 | 1698 | """SetSelectionEnd(self, int pos)""" |
e811c8ce RD |
1699 | return _stc.StyledTextCtrl_SetSelectionEnd(*args, **kwargs) |
1700 | ||
1701 | def GetSelectionEnd(*args, **kwargs): | |
a95a7133 | 1702 | """GetSelectionEnd(self) -> int""" |
e811c8ce RD |
1703 | return _stc.StyledTextCtrl_GetSelectionEnd(*args, **kwargs) |
1704 | ||
1705 | def SetPrintMagnification(*args, **kwargs): | |
a95a7133 | 1706 | """SetPrintMagnification(self, int magnification)""" |
e811c8ce RD |
1707 | return _stc.StyledTextCtrl_SetPrintMagnification(*args, **kwargs) |
1708 | ||
1709 | def GetPrintMagnification(*args, **kwargs): | |
a95a7133 | 1710 | """GetPrintMagnification(self) -> int""" |
e811c8ce RD |
1711 | return _stc.StyledTextCtrl_GetPrintMagnification(*args, **kwargs) |
1712 | ||
1713 | def SetPrintColourMode(*args, **kwargs): | |
a95a7133 | 1714 | """SetPrintColourMode(self, int mode)""" |
e811c8ce RD |
1715 | return _stc.StyledTextCtrl_SetPrintColourMode(*args, **kwargs) |
1716 | ||
1717 | def GetPrintColourMode(*args, **kwargs): | |
a95a7133 | 1718 | """GetPrintColourMode(self) -> int""" |
e811c8ce RD |
1719 | return _stc.StyledTextCtrl_GetPrintColourMode(*args, **kwargs) |
1720 | ||
1721 | def FindText(*args, **kwargs): | |
a95a7133 | 1722 | """FindText(self, int minPos, int maxPos, String text, int flags=0) -> int""" |
e811c8ce RD |
1723 | return _stc.StyledTextCtrl_FindText(*args, **kwargs) |
1724 | ||
1725 | def FormatRange(*args, **kwargs): | |
0df68c9f | 1726 | """ |
a95a7133 | 1727 | FormatRange(self, bool doDraw, int startPos, int endPos, DC draw, DC target, |
0df68c9f RD |
1728 | Rect renderRect, Rect pageRect) -> int |
1729 | """ | |
e811c8ce RD |
1730 | return _stc.StyledTextCtrl_FormatRange(*args, **kwargs) |
1731 | ||
1732 | def GetFirstVisibleLine(*args, **kwargs): | |
a95a7133 | 1733 | """GetFirstVisibleLine(self) -> int""" |
e811c8ce RD |
1734 | return _stc.StyledTextCtrl_GetFirstVisibleLine(*args, **kwargs) |
1735 | ||
1736 | def GetLine(*args, **kwargs): | |
a95a7133 | 1737 | """GetLine(self, int line) -> String""" |
e811c8ce RD |
1738 | return _stc.StyledTextCtrl_GetLine(*args, **kwargs) |
1739 | ||
1740 | def GetLineCount(*args, **kwargs): | |
a95a7133 | 1741 | """GetLineCount(self) -> int""" |
e811c8ce RD |
1742 | return _stc.StyledTextCtrl_GetLineCount(*args, **kwargs) |
1743 | ||
1744 | def SetMarginLeft(*args, **kwargs): | |
a95a7133 | 1745 | """SetMarginLeft(self, int pixelWidth)""" |
e811c8ce RD |
1746 | return _stc.StyledTextCtrl_SetMarginLeft(*args, **kwargs) |
1747 | ||
1748 | def GetMarginLeft(*args, **kwargs): | |
a95a7133 | 1749 | """GetMarginLeft(self) -> int""" |
e811c8ce RD |
1750 | return _stc.StyledTextCtrl_GetMarginLeft(*args, **kwargs) |
1751 | ||
1752 | def SetMarginRight(*args, **kwargs): | |
a95a7133 | 1753 | """SetMarginRight(self, int pixelWidth)""" |
e811c8ce RD |
1754 | return _stc.StyledTextCtrl_SetMarginRight(*args, **kwargs) |
1755 | ||
1756 | def GetMarginRight(*args, **kwargs): | |
a95a7133 | 1757 | """GetMarginRight(self) -> int""" |
e811c8ce RD |
1758 | return _stc.StyledTextCtrl_GetMarginRight(*args, **kwargs) |
1759 | ||
1760 | def GetModify(*args, **kwargs): | |
a95a7133 | 1761 | """GetModify(self) -> bool""" |
e811c8ce RD |
1762 | return _stc.StyledTextCtrl_GetModify(*args, **kwargs) |
1763 | ||
1764 | def SetSelection(*args, **kwargs): | |
a95a7133 | 1765 | """SetSelection(self, int start, int end)""" |
e811c8ce RD |
1766 | return _stc.StyledTextCtrl_SetSelection(*args, **kwargs) |
1767 | ||
1768 | def GetSelectedText(*args, **kwargs): | |
a95a7133 | 1769 | """GetSelectedText(self) -> String""" |
e811c8ce RD |
1770 | return _stc.StyledTextCtrl_GetSelectedText(*args, **kwargs) |
1771 | ||
1772 | def GetTextRange(*args, **kwargs): | |
a95a7133 | 1773 | """GetTextRange(self, int startPos, int endPos) -> String""" |
e811c8ce RD |
1774 | return _stc.StyledTextCtrl_GetTextRange(*args, **kwargs) |
1775 | ||
1776 | def HideSelection(*args, **kwargs): | |
a95a7133 | 1777 | """HideSelection(self, bool normal)""" |
e811c8ce RD |
1778 | return _stc.StyledTextCtrl_HideSelection(*args, **kwargs) |
1779 | ||
1780 | def LineFromPosition(*args, **kwargs): | |
a95a7133 | 1781 | """LineFromPosition(self, int pos) -> int""" |
e811c8ce RD |
1782 | return _stc.StyledTextCtrl_LineFromPosition(*args, **kwargs) |
1783 | ||
1784 | def PositionFromLine(*args, **kwargs): | |
a95a7133 | 1785 | """PositionFromLine(self, int line) -> int""" |
e811c8ce RD |
1786 | return _stc.StyledTextCtrl_PositionFromLine(*args, **kwargs) |
1787 | ||
1788 | def LineScroll(*args, **kwargs): | |
a95a7133 | 1789 | """LineScroll(self, int columns, int lines)""" |
e811c8ce RD |
1790 | return _stc.StyledTextCtrl_LineScroll(*args, **kwargs) |
1791 | ||
1792 | def EnsureCaretVisible(*args, **kwargs): | |
a95a7133 | 1793 | """EnsureCaretVisible(self)""" |
e811c8ce RD |
1794 | return _stc.StyledTextCtrl_EnsureCaretVisible(*args, **kwargs) |
1795 | ||
1796 | def ReplaceSelection(*args, **kwargs): | |
a95a7133 | 1797 | """ReplaceSelection(self, String text)""" |
e811c8ce RD |
1798 | return _stc.StyledTextCtrl_ReplaceSelection(*args, **kwargs) |
1799 | ||
1800 | def SetReadOnly(*args, **kwargs): | |
a95a7133 | 1801 | """SetReadOnly(self, bool readOnly)""" |
e811c8ce RD |
1802 | return _stc.StyledTextCtrl_SetReadOnly(*args, **kwargs) |
1803 | ||
1804 | def CanPaste(*args, **kwargs): | |
a95a7133 | 1805 | """CanPaste(self) -> bool""" |
e811c8ce RD |
1806 | return _stc.StyledTextCtrl_CanPaste(*args, **kwargs) |
1807 | ||
1808 | def CanUndo(*args, **kwargs): | |
a95a7133 | 1809 | """CanUndo(self) -> bool""" |
e811c8ce RD |
1810 | return _stc.StyledTextCtrl_CanUndo(*args, **kwargs) |
1811 | ||
1812 | def EmptyUndoBuffer(*args, **kwargs): | |
a95a7133 | 1813 | """EmptyUndoBuffer(self)""" |
e811c8ce RD |
1814 | return _stc.StyledTextCtrl_EmptyUndoBuffer(*args, **kwargs) |
1815 | ||
1816 | def Undo(*args, **kwargs): | |
a95a7133 | 1817 | """Undo(self)""" |
e811c8ce RD |
1818 | return _stc.StyledTextCtrl_Undo(*args, **kwargs) |
1819 | ||
1820 | def Cut(*args, **kwargs): | |
a95a7133 | 1821 | """Cut(self)""" |
e811c8ce RD |
1822 | return _stc.StyledTextCtrl_Cut(*args, **kwargs) |
1823 | ||
1824 | def Copy(*args, **kwargs): | |
a95a7133 | 1825 | """Copy(self)""" |
e811c8ce RD |
1826 | return _stc.StyledTextCtrl_Copy(*args, **kwargs) |
1827 | ||
1828 | def Paste(*args, **kwargs): | |
a95a7133 | 1829 | """Paste(self)""" |
e811c8ce RD |
1830 | return _stc.StyledTextCtrl_Paste(*args, **kwargs) |
1831 | ||
1832 | def Clear(*args, **kwargs): | |
a95a7133 | 1833 | """Clear(self)""" |
e811c8ce RD |
1834 | return _stc.StyledTextCtrl_Clear(*args, **kwargs) |
1835 | ||
1836 | def SetText(*args, **kwargs): | |
a95a7133 | 1837 | """SetText(self, String text)""" |
e811c8ce RD |
1838 | return _stc.StyledTextCtrl_SetText(*args, **kwargs) |
1839 | ||
1840 | def GetText(*args, **kwargs): | |
a95a7133 | 1841 | """GetText(self) -> String""" |
e811c8ce RD |
1842 | return _stc.StyledTextCtrl_GetText(*args, **kwargs) |
1843 | ||
1844 | def GetTextLength(*args, **kwargs): | |
a95a7133 | 1845 | """GetTextLength(self) -> int""" |
e811c8ce RD |
1846 | return _stc.StyledTextCtrl_GetTextLength(*args, **kwargs) |
1847 | ||
1848 | def SetOvertype(*args, **kwargs): | |
a95a7133 | 1849 | """SetOvertype(self, bool overtype)""" |
e811c8ce RD |
1850 | return _stc.StyledTextCtrl_SetOvertype(*args, **kwargs) |
1851 | ||
1852 | def GetOvertype(*args, **kwargs): | |
a95a7133 | 1853 | """GetOvertype(self) -> bool""" |
e811c8ce RD |
1854 | return _stc.StyledTextCtrl_GetOvertype(*args, **kwargs) |
1855 | ||
1856 | def SetCaretWidth(*args, **kwargs): | |
a95a7133 | 1857 | """SetCaretWidth(self, int pixelWidth)""" |
e811c8ce RD |
1858 | return _stc.StyledTextCtrl_SetCaretWidth(*args, **kwargs) |
1859 | ||
1860 | def GetCaretWidth(*args, **kwargs): | |
a95a7133 | 1861 | """GetCaretWidth(self) -> int""" |
e811c8ce RD |
1862 | return _stc.StyledTextCtrl_GetCaretWidth(*args, **kwargs) |
1863 | ||
1864 | def SetTargetStart(*args, **kwargs): | |
a95a7133 | 1865 | """SetTargetStart(self, int pos)""" |
e811c8ce RD |
1866 | return _stc.StyledTextCtrl_SetTargetStart(*args, **kwargs) |
1867 | ||
1868 | def GetTargetStart(*args, **kwargs): | |
a95a7133 | 1869 | """GetTargetStart(self) -> int""" |
e811c8ce RD |
1870 | return _stc.StyledTextCtrl_GetTargetStart(*args, **kwargs) |
1871 | ||
1872 | def SetTargetEnd(*args, **kwargs): | |
a95a7133 | 1873 | """SetTargetEnd(self, int pos)""" |
e811c8ce RD |
1874 | return _stc.StyledTextCtrl_SetTargetEnd(*args, **kwargs) |
1875 | ||
1876 | def GetTargetEnd(*args, **kwargs): | |
a95a7133 | 1877 | """GetTargetEnd(self) -> int""" |
e811c8ce RD |
1878 | return _stc.StyledTextCtrl_GetTargetEnd(*args, **kwargs) |
1879 | ||
1880 | def ReplaceTarget(*args, **kwargs): | |
a95a7133 | 1881 | """ReplaceTarget(self, String text) -> int""" |
e811c8ce RD |
1882 | return _stc.StyledTextCtrl_ReplaceTarget(*args, **kwargs) |
1883 | ||
1884 | def ReplaceTargetRE(*args, **kwargs): | |
a95a7133 | 1885 | """ReplaceTargetRE(self, String text) -> int""" |
e811c8ce RD |
1886 | return _stc.StyledTextCtrl_ReplaceTargetRE(*args, **kwargs) |
1887 | ||
1888 | def SearchInTarget(*args, **kwargs): | |
a95a7133 | 1889 | """SearchInTarget(self, String text) -> int""" |
e811c8ce RD |
1890 | return _stc.StyledTextCtrl_SearchInTarget(*args, **kwargs) |
1891 | ||
1892 | def SetSearchFlags(*args, **kwargs): | |
a95a7133 | 1893 | """SetSearchFlags(self, int flags)""" |
e811c8ce RD |
1894 | return _stc.StyledTextCtrl_SetSearchFlags(*args, **kwargs) |
1895 | ||
1896 | def GetSearchFlags(*args, **kwargs): | |
a95a7133 | 1897 | """GetSearchFlags(self) -> int""" |
e811c8ce RD |
1898 | return _stc.StyledTextCtrl_GetSearchFlags(*args, **kwargs) |
1899 | ||
1900 | def CallTipShow(*args, **kwargs): | |
a95a7133 | 1901 | """CallTipShow(self, int pos, String definition)""" |
e811c8ce RD |
1902 | return _stc.StyledTextCtrl_CallTipShow(*args, **kwargs) |
1903 | ||
1904 | def CallTipCancel(*args, **kwargs): | |
a95a7133 | 1905 | """CallTipCancel(self)""" |
e811c8ce RD |
1906 | return _stc.StyledTextCtrl_CallTipCancel(*args, **kwargs) |
1907 | ||
1908 | def CallTipActive(*args, **kwargs): | |
a95a7133 | 1909 | """CallTipActive(self) -> bool""" |
e811c8ce RD |
1910 | return _stc.StyledTextCtrl_CallTipActive(*args, **kwargs) |
1911 | ||
1912 | def CallTipPosAtStart(*args, **kwargs): | |
a95a7133 | 1913 | """CallTipPosAtStart(self) -> int""" |
e811c8ce RD |
1914 | return _stc.StyledTextCtrl_CallTipPosAtStart(*args, **kwargs) |
1915 | ||
1916 | def CallTipSetHighlight(*args, **kwargs): | |
a95a7133 | 1917 | """CallTipSetHighlight(self, int start, int end)""" |
e811c8ce RD |
1918 | return _stc.StyledTextCtrl_CallTipSetHighlight(*args, **kwargs) |
1919 | ||
1920 | def CallTipSetBackground(*args, **kwargs): | |
a95a7133 | 1921 | """CallTipSetBackground(self, Colour back)""" |
e811c8ce RD |
1922 | return _stc.StyledTextCtrl_CallTipSetBackground(*args, **kwargs) |
1923 | ||
1924 | def CallTipSetForeground(*args, **kwargs): | |
a95a7133 | 1925 | """CallTipSetForeground(self, Colour fore)""" |
e811c8ce RD |
1926 | return _stc.StyledTextCtrl_CallTipSetForeground(*args, **kwargs) |
1927 | ||
1928 | def CallTipSetForegroundHighlight(*args, **kwargs): | |
a95a7133 | 1929 | """CallTipSetForegroundHighlight(self, Colour fore)""" |
e811c8ce RD |
1930 | return _stc.StyledTextCtrl_CallTipSetForegroundHighlight(*args, **kwargs) |
1931 | ||
1932 | def VisibleFromDocLine(*args, **kwargs): | |
a95a7133 | 1933 | """VisibleFromDocLine(self, int line) -> int""" |
e811c8ce RD |
1934 | return _stc.StyledTextCtrl_VisibleFromDocLine(*args, **kwargs) |
1935 | ||
1936 | def DocLineFromVisible(*args, **kwargs): | |
a95a7133 | 1937 | """DocLineFromVisible(self, int lineDisplay) -> int""" |
e811c8ce RD |
1938 | return _stc.StyledTextCtrl_DocLineFromVisible(*args, **kwargs) |
1939 | ||
1940 | def SetFoldLevel(*args, **kwargs): | |
a95a7133 | 1941 | """SetFoldLevel(self, int line, int level)""" |
e811c8ce RD |
1942 | return _stc.StyledTextCtrl_SetFoldLevel(*args, **kwargs) |
1943 | ||
1944 | def GetFoldLevel(*args, **kwargs): | |
a95a7133 | 1945 | """GetFoldLevel(self, int line) -> int""" |
e811c8ce RD |
1946 | return _stc.StyledTextCtrl_GetFoldLevel(*args, **kwargs) |
1947 | ||
1948 | def GetLastChild(*args, **kwargs): | |
a95a7133 | 1949 | """GetLastChild(self, int line, int level) -> int""" |
e811c8ce RD |
1950 | return _stc.StyledTextCtrl_GetLastChild(*args, **kwargs) |
1951 | ||
1952 | def GetFoldParent(*args, **kwargs): | |
a95a7133 | 1953 | """GetFoldParent(self, int line) -> int""" |
e811c8ce RD |
1954 | return _stc.StyledTextCtrl_GetFoldParent(*args, **kwargs) |
1955 | ||
1956 | def ShowLines(*args, **kwargs): | |
a95a7133 | 1957 | """ShowLines(self, int lineStart, int lineEnd)""" |
e811c8ce RD |
1958 | return _stc.StyledTextCtrl_ShowLines(*args, **kwargs) |
1959 | ||
1960 | def HideLines(*args, **kwargs): | |
a95a7133 | 1961 | """HideLines(self, int lineStart, int lineEnd)""" |
e811c8ce RD |
1962 | return _stc.StyledTextCtrl_HideLines(*args, **kwargs) |
1963 | ||
1964 | def GetLineVisible(*args, **kwargs): | |
a95a7133 | 1965 | """GetLineVisible(self, int line) -> bool""" |
e811c8ce RD |
1966 | return _stc.StyledTextCtrl_GetLineVisible(*args, **kwargs) |
1967 | ||
1968 | def SetFoldExpanded(*args, **kwargs): | |
a95a7133 | 1969 | """SetFoldExpanded(self, int line, bool expanded)""" |
e811c8ce RD |
1970 | return _stc.StyledTextCtrl_SetFoldExpanded(*args, **kwargs) |
1971 | ||
1972 | def GetFoldExpanded(*args, **kwargs): | |
a95a7133 | 1973 | """GetFoldExpanded(self, int line) -> bool""" |
e811c8ce RD |
1974 | return _stc.StyledTextCtrl_GetFoldExpanded(*args, **kwargs) |
1975 | ||
1976 | def ToggleFold(*args, **kwargs): | |
a95a7133 | 1977 | """ToggleFold(self, int line)""" |
e811c8ce RD |
1978 | return _stc.StyledTextCtrl_ToggleFold(*args, **kwargs) |
1979 | ||
1980 | def EnsureVisible(*args, **kwargs): | |
a95a7133 | 1981 | """EnsureVisible(self, int line)""" |
e811c8ce RD |
1982 | return _stc.StyledTextCtrl_EnsureVisible(*args, **kwargs) |
1983 | ||
1984 | def SetFoldFlags(*args, **kwargs): | |
a95a7133 | 1985 | """SetFoldFlags(self, int flags)""" |
e811c8ce RD |
1986 | return _stc.StyledTextCtrl_SetFoldFlags(*args, **kwargs) |
1987 | ||
1988 | def EnsureVisibleEnforcePolicy(*args, **kwargs): | |
a95a7133 | 1989 | """EnsureVisibleEnforcePolicy(self, int line)""" |
e811c8ce RD |
1990 | return _stc.StyledTextCtrl_EnsureVisibleEnforcePolicy(*args, **kwargs) |
1991 | ||
1992 | def SetTabIndents(*args, **kwargs): | |
a95a7133 | 1993 | """SetTabIndents(self, bool tabIndents)""" |
e811c8ce RD |
1994 | return _stc.StyledTextCtrl_SetTabIndents(*args, **kwargs) |
1995 | ||
1996 | def GetTabIndents(*args, **kwargs): | |
a95a7133 | 1997 | """GetTabIndents(self) -> bool""" |
e811c8ce RD |
1998 | return _stc.StyledTextCtrl_GetTabIndents(*args, **kwargs) |
1999 | ||
2000 | def SetBackSpaceUnIndents(*args, **kwargs): | |
a95a7133 | 2001 | """SetBackSpaceUnIndents(self, bool bsUnIndents)""" |
e811c8ce RD |
2002 | return _stc.StyledTextCtrl_SetBackSpaceUnIndents(*args, **kwargs) |
2003 | ||
2004 | def GetBackSpaceUnIndents(*args, **kwargs): | |
a95a7133 | 2005 | """GetBackSpaceUnIndents(self) -> bool""" |
e811c8ce RD |
2006 | return _stc.StyledTextCtrl_GetBackSpaceUnIndents(*args, **kwargs) |
2007 | ||
2008 | def SetMouseDwellTime(*args, **kwargs): | |
a95a7133 | 2009 | """SetMouseDwellTime(self, int periodMilliseconds)""" |
e811c8ce RD |
2010 | return _stc.StyledTextCtrl_SetMouseDwellTime(*args, **kwargs) |
2011 | ||
2012 | def GetMouseDwellTime(*args, **kwargs): | |
a95a7133 | 2013 | """GetMouseDwellTime(self) -> int""" |
e811c8ce RD |
2014 | return _stc.StyledTextCtrl_GetMouseDwellTime(*args, **kwargs) |
2015 | ||
2016 | def WordStartPosition(*args, **kwargs): | |
a95a7133 | 2017 | """WordStartPosition(self, int pos, bool onlyWordCharacters) -> int""" |
e811c8ce RD |
2018 | return _stc.StyledTextCtrl_WordStartPosition(*args, **kwargs) |
2019 | ||
2020 | def WordEndPosition(*args, **kwargs): | |
a95a7133 | 2021 | """WordEndPosition(self, int pos, bool onlyWordCharacters) -> int""" |
e811c8ce RD |
2022 | return _stc.StyledTextCtrl_WordEndPosition(*args, **kwargs) |
2023 | ||
2024 | def SetWrapMode(*args, **kwargs): | |
a95a7133 | 2025 | """SetWrapMode(self, int mode)""" |
e811c8ce RD |
2026 | return _stc.StyledTextCtrl_SetWrapMode(*args, **kwargs) |
2027 | ||
2028 | def GetWrapMode(*args, **kwargs): | |
a95a7133 | 2029 | """GetWrapMode(self) -> int""" |
e811c8ce RD |
2030 | return _stc.StyledTextCtrl_GetWrapMode(*args, **kwargs) |
2031 | ||
5e483524 RD |
2032 | def SetWrapVisualFlags(*args, **kwargs): |
2033 | """SetWrapVisualFlags(self, int wrapVisualFlags)""" | |
2034 | return _stc.StyledTextCtrl_SetWrapVisualFlags(*args, **kwargs) | |
2035 | ||
2036 | def GetWrapVisualFlags(*args, **kwargs): | |
2037 | """GetWrapVisualFlags(self) -> int""" | |
2038 | return _stc.StyledTextCtrl_GetWrapVisualFlags(*args, **kwargs) | |
2039 | ||
2040 | def SetWrapVisualFlagsLocation(*args, **kwargs): | |
2041 | """SetWrapVisualFlagsLocation(self, int wrapVisualFlagsLocation)""" | |
2042 | return _stc.StyledTextCtrl_SetWrapVisualFlagsLocation(*args, **kwargs) | |
2043 | ||
2044 | def GetWrapVisualFlagsLocation(*args, **kwargs): | |
2045 | """GetWrapVisualFlagsLocation(self) -> int""" | |
2046 | return _stc.StyledTextCtrl_GetWrapVisualFlagsLocation(*args, **kwargs) | |
2047 | ||
2048 | def SetWrapStartIndent(*args, **kwargs): | |
2049 | """SetWrapStartIndent(self, int indent)""" | |
2050 | return _stc.StyledTextCtrl_SetWrapStartIndent(*args, **kwargs) | |
2051 | ||
2052 | def GetWrapStartIndent(*args, **kwargs): | |
2053 | """GetWrapStartIndent(self) -> int""" | |
2054 | return _stc.StyledTextCtrl_GetWrapStartIndent(*args, **kwargs) | |
2055 | ||
e811c8ce | 2056 | def SetLayoutCache(*args, **kwargs): |
a95a7133 | 2057 | """SetLayoutCache(self, int mode)""" |
e811c8ce RD |
2058 | return _stc.StyledTextCtrl_SetLayoutCache(*args, **kwargs) |
2059 | ||
2060 | def GetLayoutCache(*args, **kwargs): | |
a95a7133 | 2061 | """GetLayoutCache(self) -> int""" |
e811c8ce RD |
2062 | return _stc.StyledTextCtrl_GetLayoutCache(*args, **kwargs) |
2063 | ||
2064 | def SetScrollWidth(*args, **kwargs): | |
a95a7133 | 2065 | """SetScrollWidth(self, int pixelWidth)""" |
e811c8ce RD |
2066 | return _stc.StyledTextCtrl_SetScrollWidth(*args, **kwargs) |
2067 | ||
2068 | def GetScrollWidth(*args, **kwargs): | |
a95a7133 | 2069 | """GetScrollWidth(self) -> int""" |
e811c8ce RD |
2070 | return _stc.StyledTextCtrl_GetScrollWidth(*args, **kwargs) |
2071 | ||
2072 | def TextWidth(*args, **kwargs): | |
a95a7133 | 2073 | """TextWidth(self, int style, String text) -> int""" |
e811c8ce RD |
2074 | return _stc.StyledTextCtrl_TextWidth(*args, **kwargs) |
2075 | ||
2076 | def SetEndAtLastLine(*args, **kwargs): | |
a95a7133 | 2077 | """SetEndAtLastLine(self, bool endAtLastLine)""" |
e811c8ce RD |
2078 | return _stc.StyledTextCtrl_SetEndAtLastLine(*args, **kwargs) |
2079 | ||
2080 | def GetEndAtLastLine(*args, **kwargs): | |
a95a7133 | 2081 | """GetEndAtLastLine(self) -> int""" |
e811c8ce RD |
2082 | return _stc.StyledTextCtrl_GetEndAtLastLine(*args, **kwargs) |
2083 | ||
2084 | def TextHeight(*args, **kwargs): | |
a95a7133 | 2085 | """TextHeight(self, int line) -> int""" |
e811c8ce RD |
2086 | return _stc.StyledTextCtrl_TextHeight(*args, **kwargs) |
2087 | ||
2088 | def SetUseVerticalScrollBar(*args, **kwargs): | |
a95a7133 | 2089 | """SetUseVerticalScrollBar(self, bool show)""" |
e811c8ce RD |
2090 | return _stc.StyledTextCtrl_SetUseVerticalScrollBar(*args, **kwargs) |
2091 | ||
2092 | def GetUseVerticalScrollBar(*args, **kwargs): | |
a95a7133 | 2093 | """GetUseVerticalScrollBar(self) -> bool""" |
e811c8ce RD |
2094 | return _stc.StyledTextCtrl_GetUseVerticalScrollBar(*args, **kwargs) |
2095 | ||
2096 | def AppendText(*args, **kwargs): | |
66af7a75 | 2097 | """AppendText(self, String text)""" |
e811c8ce RD |
2098 | return _stc.StyledTextCtrl_AppendText(*args, **kwargs) |
2099 | ||
2100 | def GetTwoPhaseDraw(*args, **kwargs): | |
a95a7133 | 2101 | """GetTwoPhaseDraw(self) -> bool""" |
e811c8ce RD |
2102 | return _stc.StyledTextCtrl_GetTwoPhaseDraw(*args, **kwargs) |
2103 | ||
2104 | def SetTwoPhaseDraw(*args, **kwargs): | |
a95a7133 | 2105 | """SetTwoPhaseDraw(self, bool twoPhase)""" |
e811c8ce RD |
2106 | return _stc.StyledTextCtrl_SetTwoPhaseDraw(*args, **kwargs) |
2107 | ||
2108 | def TargetFromSelection(*args, **kwargs): | |
a95a7133 | 2109 | """TargetFromSelection(self)""" |
e811c8ce RD |
2110 | return _stc.StyledTextCtrl_TargetFromSelection(*args, **kwargs) |
2111 | ||
2112 | def LinesJoin(*args, **kwargs): | |
a95a7133 | 2113 | """LinesJoin(self)""" |
e811c8ce RD |
2114 | return _stc.StyledTextCtrl_LinesJoin(*args, **kwargs) |
2115 | ||
2116 | def LinesSplit(*args, **kwargs): | |
a95a7133 | 2117 | """LinesSplit(self, int pixelWidth)""" |
e811c8ce RD |
2118 | return _stc.StyledTextCtrl_LinesSplit(*args, **kwargs) |
2119 | ||
2120 | def SetFoldMarginColour(*args, **kwargs): | |
a95a7133 | 2121 | """SetFoldMarginColour(self, bool useSetting, Colour back)""" |
e811c8ce RD |
2122 | return _stc.StyledTextCtrl_SetFoldMarginColour(*args, **kwargs) |
2123 | ||
2124 | def SetFoldMarginHiColour(*args, **kwargs): | |
a95a7133 | 2125 | """SetFoldMarginHiColour(self, bool useSetting, Colour fore)""" |
e811c8ce RD |
2126 | return _stc.StyledTextCtrl_SetFoldMarginHiColour(*args, **kwargs) |
2127 | ||
4276dc52 RD |
2128 | def LineDown(*args, **kwargs): |
2129 | """ | |
a95a7133 | 2130 | LineDown(self) |
4276dc52 RD |
2131 | |
2132 | This is just a wrapper for ScrollLines(1). | |
2133 | """ | |
2134 | return _stc.StyledTextCtrl_LineDown(*args, **kwargs) | |
2135 | ||
2136 | def LineDownExtend(*args, **kwargs): | |
a95a7133 | 2137 | """LineDownExtend(self)""" |
4276dc52 RD |
2138 | return _stc.StyledTextCtrl_LineDownExtend(*args, **kwargs) |
2139 | ||
2140 | def LineUp(*args, **kwargs): | |
2141 | """ | |
a95a7133 | 2142 | LineUp(self) |
4276dc52 RD |
2143 | |
2144 | This is just a wrapper for ScrollLines(-1). | |
2145 | """ | |
2146 | return _stc.StyledTextCtrl_LineUp(*args, **kwargs) | |
2147 | ||
2148 | def LineUpExtend(*args, **kwargs): | |
a95a7133 | 2149 | """LineUpExtend(self)""" |
4276dc52 RD |
2150 | return _stc.StyledTextCtrl_LineUpExtend(*args, **kwargs) |
2151 | ||
2152 | def CharLeft(*args, **kwargs): | |
a95a7133 | 2153 | """CharLeft(self)""" |
4276dc52 RD |
2154 | return _stc.StyledTextCtrl_CharLeft(*args, **kwargs) |
2155 | ||
2156 | def CharLeftExtend(*args, **kwargs): | |
a95a7133 | 2157 | """CharLeftExtend(self)""" |
4276dc52 RD |
2158 | return _stc.StyledTextCtrl_CharLeftExtend(*args, **kwargs) |
2159 | ||
2160 | def CharRight(*args, **kwargs): | |
a95a7133 | 2161 | """CharRight(self)""" |
4276dc52 RD |
2162 | return _stc.StyledTextCtrl_CharRight(*args, **kwargs) |
2163 | ||
2164 | def CharRightExtend(*args, **kwargs): | |
a95a7133 | 2165 | """CharRightExtend(self)""" |
4276dc52 RD |
2166 | return _stc.StyledTextCtrl_CharRightExtend(*args, **kwargs) |
2167 | ||
2168 | def WordLeft(*args, **kwargs): | |
a95a7133 | 2169 | """WordLeft(self)""" |
4276dc52 RD |
2170 | return _stc.StyledTextCtrl_WordLeft(*args, **kwargs) |
2171 | ||
2172 | def WordLeftExtend(*args, **kwargs): | |
a95a7133 | 2173 | """WordLeftExtend(self)""" |
4276dc52 RD |
2174 | return _stc.StyledTextCtrl_WordLeftExtend(*args, **kwargs) |
2175 | ||
2176 | def WordRight(*args, **kwargs): | |
a95a7133 | 2177 | """WordRight(self)""" |
4276dc52 RD |
2178 | return _stc.StyledTextCtrl_WordRight(*args, **kwargs) |
2179 | ||
2180 | def WordRightExtend(*args, **kwargs): | |
a95a7133 | 2181 | """WordRightExtend(self)""" |
4276dc52 RD |
2182 | return _stc.StyledTextCtrl_WordRightExtend(*args, **kwargs) |
2183 | ||
2184 | def Home(*args, **kwargs): | |
a95a7133 | 2185 | """Home(self)""" |
4276dc52 RD |
2186 | return _stc.StyledTextCtrl_Home(*args, **kwargs) |
2187 | ||
2188 | def HomeExtend(*args, **kwargs): | |
a95a7133 | 2189 | """HomeExtend(self)""" |
4276dc52 RD |
2190 | return _stc.StyledTextCtrl_HomeExtend(*args, **kwargs) |
2191 | ||
2192 | def LineEnd(*args, **kwargs): | |
a95a7133 | 2193 | """LineEnd(self)""" |
4276dc52 RD |
2194 | return _stc.StyledTextCtrl_LineEnd(*args, **kwargs) |
2195 | ||
2196 | def LineEndExtend(*args, **kwargs): | |
a95a7133 | 2197 | """LineEndExtend(self)""" |
4276dc52 RD |
2198 | return _stc.StyledTextCtrl_LineEndExtend(*args, **kwargs) |
2199 | ||
2200 | def DocumentStart(*args, **kwargs): | |
a95a7133 | 2201 | """DocumentStart(self)""" |
4276dc52 RD |
2202 | return _stc.StyledTextCtrl_DocumentStart(*args, **kwargs) |
2203 | ||
2204 | def DocumentStartExtend(*args, **kwargs): | |
a95a7133 | 2205 | """DocumentStartExtend(self)""" |
4276dc52 RD |
2206 | return _stc.StyledTextCtrl_DocumentStartExtend(*args, **kwargs) |
2207 | ||
2208 | def DocumentEnd(*args, **kwargs): | |
a95a7133 | 2209 | """DocumentEnd(self)""" |
4276dc52 RD |
2210 | return _stc.StyledTextCtrl_DocumentEnd(*args, **kwargs) |
2211 | ||
2212 | def DocumentEndExtend(*args, **kwargs): | |
a95a7133 | 2213 | """DocumentEndExtend(self)""" |
4276dc52 RD |
2214 | return _stc.StyledTextCtrl_DocumentEndExtend(*args, **kwargs) |
2215 | ||
2216 | def PageUp(*args, **kwargs): | |
0346c964 RD |
2217 | """ |
2218 | PageUp(self) | |
2219 | ||
2220 | This is just a wrapper for ScrollPages(-1). | |
2221 | """ | |
4276dc52 RD |
2222 | return _stc.StyledTextCtrl_PageUp(*args, **kwargs) |
2223 | ||
2224 | def PageUpExtend(*args, **kwargs): | |
a95a7133 | 2225 | """PageUpExtend(self)""" |
4276dc52 RD |
2226 | return _stc.StyledTextCtrl_PageUpExtend(*args, **kwargs) |
2227 | ||
2228 | def PageDown(*args, **kwargs): | |
2229 | """ | |
a95a7133 | 2230 | PageDown(self) |
4276dc52 RD |
2231 | |
2232 | This is just a wrapper for ScrollPages(1). | |
2233 | """ | |
2234 | return _stc.StyledTextCtrl_PageDown(*args, **kwargs) | |
2235 | ||
2236 | def PageDownExtend(*args, **kwargs): | |
a95a7133 | 2237 | """PageDownExtend(self)""" |
4276dc52 RD |
2238 | return _stc.StyledTextCtrl_PageDownExtend(*args, **kwargs) |
2239 | ||
2240 | def EditToggleOvertype(*args, **kwargs): | |
a95a7133 | 2241 | """EditToggleOvertype(self)""" |
4276dc52 RD |
2242 | return _stc.StyledTextCtrl_EditToggleOvertype(*args, **kwargs) |
2243 | ||
2244 | def Cancel(*args, **kwargs): | |
a95a7133 | 2245 | """Cancel(self)""" |
4276dc52 RD |
2246 | return _stc.StyledTextCtrl_Cancel(*args, **kwargs) |
2247 | ||
2248 | def DeleteBack(*args, **kwargs): | |
a95a7133 | 2249 | """DeleteBack(self)""" |
4276dc52 RD |
2250 | return _stc.StyledTextCtrl_DeleteBack(*args, **kwargs) |
2251 | ||
2252 | def Tab(*args, **kwargs): | |
a95a7133 | 2253 | """Tab(self)""" |
4276dc52 RD |
2254 | return _stc.StyledTextCtrl_Tab(*args, **kwargs) |
2255 | ||
2256 | def BackTab(*args, **kwargs): | |
a95a7133 | 2257 | """BackTab(self)""" |
4276dc52 RD |
2258 | return _stc.StyledTextCtrl_BackTab(*args, **kwargs) |
2259 | ||
2260 | def NewLine(*args, **kwargs): | |
a95a7133 | 2261 | """NewLine(self)""" |
4276dc52 RD |
2262 | return _stc.StyledTextCtrl_NewLine(*args, **kwargs) |
2263 | ||
2264 | def FormFeed(*args, **kwargs): | |
a95a7133 | 2265 | """FormFeed(self)""" |
4276dc52 RD |
2266 | return _stc.StyledTextCtrl_FormFeed(*args, **kwargs) |
2267 | ||
2268 | def VCHome(*args, **kwargs): | |
a95a7133 | 2269 | """VCHome(self)""" |
4276dc52 RD |
2270 | return _stc.StyledTextCtrl_VCHome(*args, **kwargs) |
2271 | ||
2272 | def VCHomeExtend(*args, **kwargs): | |
a95a7133 | 2273 | """VCHomeExtend(self)""" |
4276dc52 RD |
2274 | return _stc.StyledTextCtrl_VCHomeExtend(*args, **kwargs) |
2275 | ||
2276 | def ZoomIn(*args, **kwargs): | |
a95a7133 | 2277 | """ZoomIn(self)""" |
4276dc52 RD |
2278 | return _stc.StyledTextCtrl_ZoomIn(*args, **kwargs) |
2279 | ||
2280 | def ZoomOut(*args, **kwargs): | |
a95a7133 | 2281 | """ZoomOut(self)""" |
4276dc52 RD |
2282 | return _stc.StyledTextCtrl_ZoomOut(*args, **kwargs) |
2283 | ||
2284 | def DelWordLeft(*args, **kwargs): | |
a95a7133 | 2285 | """DelWordLeft(self)""" |
4276dc52 RD |
2286 | return _stc.StyledTextCtrl_DelWordLeft(*args, **kwargs) |
2287 | ||
2288 | def DelWordRight(*args, **kwargs): | |
a95a7133 | 2289 | """DelWordRight(self)""" |
4276dc52 RD |
2290 | return _stc.StyledTextCtrl_DelWordRight(*args, **kwargs) |
2291 | ||
2292 | def LineCut(*args, **kwargs): | |
a95a7133 | 2293 | """LineCut(self)""" |
4276dc52 RD |
2294 | return _stc.StyledTextCtrl_LineCut(*args, **kwargs) |
2295 | ||
2296 | def LineDelete(*args, **kwargs): | |
a95a7133 | 2297 | """LineDelete(self)""" |
4276dc52 RD |
2298 | return _stc.StyledTextCtrl_LineDelete(*args, **kwargs) |
2299 | ||
2300 | def LineTranspose(*args, **kwargs): | |
a95a7133 | 2301 | """LineTranspose(self)""" |
4276dc52 RD |
2302 | return _stc.StyledTextCtrl_LineTranspose(*args, **kwargs) |
2303 | ||
e811c8ce | 2304 | def LineDuplicate(*args, **kwargs): |
a95a7133 | 2305 | """LineDuplicate(self)""" |
e811c8ce RD |
2306 | return _stc.StyledTextCtrl_LineDuplicate(*args, **kwargs) |
2307 | ||
4276dc52 | 2308 | def LowerCase(*args, **kwargs): |
a95a7133 | 2309 | """LowerCase(self)""" |
4276dc52 RD |
2310 | return _stc.StyledTextCtrl_LowerCase(*args, **kwargs) |
2311 | ||
2312 | def UpperCase(*args, **kwargs): | |
a95a7133 | 2313 | """UpperCase(self)""" |
4276dc52 RD |
2314 | return _stc.StyledTextCtrl_UpperCase(*args, **kwargs) |
2315 | ||
2316 | def LineScrollDown(*args, **kwargs): | |
a95a7133 | 2317 | """LineScrollDown(self)""" |
4276dc52 RD |
2318 | return _stc.StyledTextCtrl_LineScrollDown(*args, **kwargs) |
2319 | ||
2320 | def LineScrollUp(*args, **kwargs): | |
a95a7133 | 2321 | """LineScrollUp(self)""" |
4276dc52 RD |
2322 | return _stc.StyledTextCtrl_LineScrollUp(*args, **kwargs) |
2323 | ||
2324 | def DeleteBackNotLine(*args, **kwargs): | |
a95a7133 | 2325 | """DeleteBackNotLine(self)""" |
4276dc52 RD |
2326 | return _stc.StyledTextCtrl_DeleteBackNotLine(*args, **kwargs) |
2327 | ||
e811c8ce | 2328 | def HomeDisplay(*args, **kwargs): |
a95a7133 | 2329 | """HomeDisplay(self)""" |
e811c8ce RD |
2330 | return _stc.StyledTextCtrl_HomeDisplay(*args, **kwargs) |
2331 | ||
2332 | def HomeDisplayExtend(*args, **kwargs): | |
a95a7133 | 2333 | """HomeDisplayExtend(self)""" |
e811c8ce RD |
2334 | return _stc.StyledTextCtrl_HomeDisplayExtend(*args, **kwargs) |
2335 | ||
2336 | def LineEndDisplay(*args, **kwargs): | |
a95a7133 | 2337 | """LineEndDisplay(self)""" |
e811c8ce RD |
2338 | return _stc.StyledTextCtrl_LineEndDisplay(*args, **kwargs) |
2339 | ||
2340 | def LineEndDisplayExtend(*args, **kwargs): | |
a95a7133 | 2341 | """LineEndDisplayExtend(self)""" |
e811c8ce RD |
2342 | return _stc.StyledTextCtrl_LineEndDisplayExtend(*args, **kwargs) |
2343 | ||
4276dc52 | 2344 | def HomeWrap(*args, **kwargs): |
a95a7133 | 2345 | """HomeWrap(self)""" |
4276dc52 RD |
2346 | return _stc.StyledTextCtrl_HomeWrap(*args, **kwargs) |
2347 | ||
2348 | def HomeWrapExtend(*args, **kwargs): | |
a95a7133 | 2349 | """HomeWrapExtend(self)""" |
4276dc52 RD |
2350 | return _stc.StyledTextCtrl_HomeWrapExtend(*args, **kwargs) |
2351 | ||
2352 | def LineEndWrap(*args, **kwargs): | |
a95a7133 | 2353 | """LineEndWrap(self)""" |
4276dc52 RD |
2354 | return _stc.StyledTextCtrl_LineEndWrap(*args, **kwargs) |
2355 | ||
2356 | def LineEndWrapExtend(*args, **kwargs): | |
a95a7133 | 2357 | """LineEndWrapExtend(self)""" |
4276dc52 RD |
2358 | return _stc.StyledTextCtrl_LineEndWrapExtend(*args, **kwargs) |
2359 | ||
2360 | def VCHomeWrap(*args, **kwargs): | |
a95a7133 | 2361 | """VCHomeWrap(self)""" |
4276dc52 RD |
2362 | return _stc.StyledTextCtrl_VCHomeWrap(*args, **kwargs) |
2363 | ||
2364 | def VCHomeWrapExtend(*args, **kwargs): | |
a95a7133 | 2365 | """VCHomeWrapExtend(self)""" |
4276dc52 RD |
2366 | return _stc.StyledTextCtrl_VCHomeWrapExtend(*args, **kwargs) |
2367 | ||
e811c8ce | 2368 | def LineCopy(*args, **kwargs): |
a95a7133 | 2369 | """LineCopy(self)""" |
e811c8ce RD |
2370 | return _stc.StyledTextCtrl_LineCopy(*args, **kwargs) |
2371 | ||
2372 | def MoveCaretInsideView(*args, **kwargs): | |
a95a7133 | 2373 | """MoveCaretInsideView(self)""" |
e811c8ce RD |
2374 | return _stc.StyledTextCtrl_MoveCaretInsideView(*args, **kwargs) |
2375 | ||
2376 | def LineLength(*args, **kwargs): | |
a95a7133 | 2377 | """LineLength(self, int line) -> int""" |
e811c8ce RD |
2378 | return _stc.StyledTextCtrl_LineLength(*args, **kwargs) |
2379 | ||
2380 | def BraceHighlight(*args, **kwargs): | |
a95a7133 | 2381 | """BraceHighlight(self, int pos1, int pos2)""" |
e811c8ce RD |
2382 | return _stc.StyledTextCtrl_BraceHighlight(*args, **kwargs) |
2383 | ||
2384 | def BraceBadLight(*args, **kwargs): | |
a95a7133 | 2385 | """BraceBadLight(self, int pos)""" |
e811c8ce RD |
2386 | return _stc.StyledTextCtrl_BraceBadLight(*args, **kwargs) |
2387 | ||
2388 | def BraceMatch(*args, **kwargs): | |
a95a7133 | 2389 | """BraceMatch(self, int pos) -> int""" |
e811c8ce RD |
2390 | return _stc.StyledTextCtrl_BraceMatch(*args, **kwargs) |
2391 | ||
2392 | def GetViewEOL(*args, **kwargs): | |
a95a7133 | 2393 | """GetViewEOL(self) -> bool""" |
e811c8ce RD |
2394 | return _stc.StyledTextCtrl_GetViewEOL(*args, **kwargs) |
2395 | ||
2396 | def SetViewEOL(*args, **kwargs): | |
a95a7133 | 2397 | """SetViewEOL(self, bool visible)""" |
e811c8ce RD |
2398 | return _stc.StyledTextCtrl_SetViewEOL(*args, **kwargs) |
2399 | ||
2400 | def GetDocPointer(*args, **kwargs): | |
a95a7133 | 2401 | """GetDocPointer(self) -> void""" |
e811c8ce RD |
2402 | return _stc.StyledTextCtrl_GetDocPointer(*args, **kwargs) |
2403 | ||
2404 | def SetDocPointer(*args, **kwargs): | |
a95a7133 | 2405 | """SetDocPointer(self, void docPointer)""" |
e811c8ce RD |
2406 | return _stc.StyledTextCtrl_SetDocPointer(*args, **kwargs) |
2407 | ||
2408 | def SetModEventMask(*args, **kwargs): | |
a95a7133 | 2409 | """SetModEventMask(self, int mask)""" |
e811c8ce RD |
2410 | return _stc.StyledTextCtrl_SetModEventMask(*args, **kwargs) |
2411 | ||
2412 | def GetEdgeColumn(*args, **kwargs): | |
a95a7133 | 2413 | """GetEdgeColumn(self) -> int""" |
e811c8ce RD |
2414 | return _stc.StyledTextCtrl_GetEdgeColumn(*args, **kwargs) |
2415 | ||
2416 | def SetEdgeColumn(*args, **kwargs): | |
a95a7133 | 2417 | """SetEdgeColumn(self, int column)""" |
e811c8ce RD |
2418 | return _stc.StyledTextCtrl_SetEdgeColumn(*args, **kwargs) |
2419 | ||
2420 | def GetEdgeMode(*args, **kwargs): | |
a95a7133 | 2421 | """GetEdgeMode(self) -> int""" |
e811c8ce RD |
2422 | return _stc.StyledTextCtrl_GetEdgeMode(*args, **kwargs) |
2423 | ||
2424 | def SetEdgeMode(*args, **kwargs): | |
a95a7133 | 2425 | """SetEdgeMode(self, int mode)""" |
e811c8ce RD |
2426 | return _stc.StyledTextCtrl_SetEdgeMode(*args, **kwargs) |
2427 | ||
2428 | def GetEdgeColour(*args, **kwargs): | |
a95a7133 | 2429 | """GetEdgeColour(self) -> Colour""" |
e811c8ce RD |
2430 | return _stc.StyledTextCtrl_GetEdgeColour(*args, **kwargs) |
2431 | ||
2432 | def SetEdgeColour(*args, **kwargs): | |
a95a7133 | 2433 | """SetEdgeColour(self, Colour edgeColour)""" |
e811c8ce RD |
2434 | return _stc.StyledTextCtrl_SetEdgeColour(*args, **kwargs) |
2435 | ||
2436 | def SearchAnchor(*args, **kwargs): | |
a95a7133 | 2437 | """SearchAnchor(self)""" |
e811c8ce RD |
2438 | return _stc.StyledTextCtrl_SearchAnchor(*args, **kwargs) |
2439 | ||
2440 | def SearchNext(*args, **kwargs): | |
a95a7133 | 2441 | """SearchNext(self, int flags, String text) -> int""" |
e811c8ce RD |
2442 | return _stc.StyledTextCtrl_SearchNext(*args, **kwargs) |
2443 | ||
2444 | def SearchPrev(*args, **kwargs): | |
a95a7133 | 2445 | """SearchPrev(self, int flags, String text) -> int""" |
e811c8ce RD |
2446 | return _stc.StyledTextCtrl_SearchPrev(*args, **kwargs) |
2447 | ||
2448 | def LinesOnScreen(*args, **kwargs): | |
a95a7133 | 2449 | """LinesOnScreen(self) -> int""" |
e811c8ce RD |
2450 | return _stc.StyledTextCtrl_LinesOnScreen(*args, **kwargs) |
2451 | ||
2452 | def UsePopUp(*args, **kwargs): | |
a95a7133 | 2453 | """UsePopUp(self, bool allowPopUp)""" |
e811c8ce RD |
2454 | return _stc.StyledTextCtrl_UsePopUp(*args, **kwargs) |
2455 | ||
2456 | def SelectionIsRectangle(*args, **kwargs): | |
a95a7133 | 2457 | """SelectionIsRectangle(self) -> bool""" |
e811c8ce RD |
2458 | return _stc.StyledTextCtrl_SelectionIsRectangle(*args, **kwargs) |
2459 | ||
2460 | def SetZoom(*args, **kwargs): | |
a95a7133 | 2461 | """SetZoom(self, int zoom)""" |
e811c8ce RD |
2462 | return _stc.StyledTextCtrl_SetZoom(*args, **kwargs) |
2463 | ||
2464 | def GetZoom(*args, **kwargs): | |
a95a7133 | 2465 | """GetZoom(self) -> int""" |
e811c8ce RD |
2466 | return _stc.StyledTextCtrl_GetZoom(*args, **kwargs) |
2467 | ||
2468 | def CreateDocument(*args, **kwargs): | |
a95a7133 | 2469 | """CreateDocument(self) -> void""" |
e811c8ce RD |
2470 | return _stc.StyledTextCtrl_CreateDocument(*args, **kwargs) |
2471 | ||
2472 | def AddRefDocument(*args, **kwargs): | |
a95a7133 | 2473 | """AddRefDocument(self, void docPointer)""" |
e811c8ce RD |
2474 | return _stc.StyledTextCtrl_AddRefDocument(*args, **kwargs) |
2475 | ||
2476 | def ReleaseDocument(*args, **kwargs): | |
a95a7133 | 2477 | """ReleaseDocument(self, void docPointer)""" |
e811c8ce RD |
2478 | return _stc.StyledTextCtrl_ReleaseDocument(*args, **kwargs) |
2479 | ||
2480 | def GetModEventMask(*args, **kwargs): | |
a95a7133 | 2481 | """GetModEventMask(self) -> int""" |
e811c8ce RD |
2482 | return _stc.StyledTextCtrl_GetModEventMask(*args, **kwargs) |
2483 | ||
2484 | def SetSTCFocus(*args, **kwargs): | |
a95a7133 | 2485 | """SetSTCFocus(self, bool focus)""" |
e811c8ce RD |
2486 | return _stc.StyledTextCtrl_SetSTCFocus(*args, **kwargs) |
2487 | ||
2488 | def GetSTCFocus(*args, **kwargs): | |
a95a7133 | 2489 | """GetSTCFocus(self) -> bool""" |
e811c8ce RD |
2490 | return _stc.StyledTextCtrl_GetSTCFocus(*args, **kwargs) |
2491 | ||
2492 | def SetStatus(*args, **kwargs): | |
a95a7133 | 2493 | """SetStatus(self, int statusCode)""" |
e811c8ce RD |
2494 | return _stc.StyledTextCtrl_SetStatus(*args, **kwargs) |
2495 | ||
2496 | def GetStatus(*args, **kwargs): | |
a95a7133 | 2497 | """GetStatus(self) -> int""" |
e811c8ce RD |
2498 | return _stc.StyledTextCtrl_GetStatus(*args, **kwargs) |
2499 | ||
2500 | def SetMouseDownCaptures(*args, **kwargs): | |
a95a7133 | 2501 | """SetMouseDownCaptures(self, bool captures)""" |
e811c8ce RD |
2502 | return _stc.StyledTextCtrl_SetMouseDownCaptures(*args, **kwargs) |
2503 | ||
2504 | def GetMouseDownCaptures(*args, **kwargs): | |
a95a7133 | 2505 | """GetMouseDownCaptures(self) -> bool""" |
e811c8ce RD |
2506 | return _stc.StyledTextCtrl_GetMouseDownCaptures(*args, **kwargs) |
2507 | ||
2508 | def SetSTCCursor(*args, **kwargs): | |
a95a7133 | 2509 | """SetSTCCursor(self, int cursorType)""" |
e811c8ce RD |
2510 | return _stc.StyledTextCtrl_SetSTCCursor(*args, **kwargs) |
2511 | ||
2512 | def GetSTCCursor(*args, **kwargs): | |
a95a7133 | 2513 | """GetSTCCursor(self) -> int""" |
e811c8ce RD |
2514 | return _stc.StyledTextCtrl_GetSTCCursor(*args, **kwargs) |
2515 | ||
2516 | def SetControlCharSymbol(*args, **kwargs): | |
a95a7133 | 2517 | """SetControlCharSymbol(self, int symbol)""" |
e811c8ce RD |
2518 | return _stc.StyledTextCtrl_SetControlCharSymbol(*args, **kwargs) |
2519 | ||
2520 | def GetControlCharSymbol(*args, **kwargs): | |
a95a7133 | 2521 | """GetControlCharSymbol(self) -> int""" |
e811c8ce RD |
2522 | return _stc.StyledTextCtrl_GetControlCharSymbol(*args, **kwargs) |
2523 | ||
2524 | def WordPartLeft(*args, **kwargs): | |
a95a7133 | 2525 | """WordPartLeft(self)""" |
e811c8ce RD |
2526 | return _stc.StyledTextCtrl_WordPartLeft(*args, **kwargs) |
2527 | ||
2528 | def WordPartLeftExtend(*args, **kwargs): | |
a95a7133 | 2529 | """WordPartLeftExtend(self)""" |
e811c8ce RD |
2530 | return _stc.StyledTextCtrl_WordPartLeftExtend(*args, **kwargs) |
2531 | ||
2532 | def WordPartRight(*args, **kwargs): | |
a95a7133 | 2533 | """WordPartRight(self)""" |
e811c8ce RD |
2534 | return _stc.StyledTextCtrl_WordPartRight(*args, **kwargs) |
2535 | ||
2536 | def WordPartRightExtend(*args, **kwargs): | |
a95a7133 | 2537 | """WordPartRightExtend(self)""" |
e811c8ce RD |
2538 | return _stc.StyledTextCtrl_WordPartRightExtend(*args, **kwargs) |
2539 | ||
2540 | def SetVisiblePolicy(*args, **kwargs): | |
a95a7133 | 2541 | """SetVisiblePolicy(self, int visiblePolicy, int visibleSlop)""" |
e811c8ce RD |
2542 | return _stc.StyledTextCtrl_SetVisiblePolicy(*args, **kwargs) |
2543 | ||
2544 | def DelLineLeft(*args, **kwargs): | |
a95a7133 | 2545 | """DelLineLeft(self)""" |
e811c8ce RD |
2546 | return _stc.StyledTextCtrl_DelLineLeft(*args, **kwargs) |
2547 | ||
2548 | def DelLineRight(*args, **kwargs): | |
a95a7133 | 2549 | """DelLineRight(self)""" |
e811c8ce RD |
2550 | return _stc.StyledTextCtrl_DelLineRight(*args, **kwargs) |
2551 | ||
2552 | def SetXOffset(*args, **kwargs): | |
a95a7133 | 2553 | """SetXOffset(self, int newOffset)""" |
e811c8ce RD |
2554 | return _stc.StyledTextCtrl_SetXOffset(*args, **kwargs) |
2555 | ||
2556 | def GetXOffset(*args, **kwargs): | |
a95a7133 | 2557 | """GetXOffset(self) -> int""" |
e811c8ce RD |
2558 | return _stc.StyledTextCtrl_GetXOffset(*args, **kwargs) |
2559 | ||
2560 | def ChooseCaretX(*args, **kwargs): | |
a95a7133 | 2561 | """ChooseCaretX(self)""" |
e811c8ce RD |
2562 | return _stc.StyledTextCtrl_ChooseCaretX(*args, **kwargs) |
2563 | ||
2564 | def SetXCaretPolicy(*args, **kwargs): | |
a95a7133 | 2565 | """SetXCaretPolicy(self, int caretPolicy, int caretSlop)""" |
e811c8ce RD |
2566 | return _stc.StyledTextCtrl_SetXCaretPolicy(*args, **kwargs) |
2567 | ||
2568 | def SetYCaretPolicy(*args, **kwargs): | |
a95a7133 | 2569 | """SetYCaretPolicy(self, int caretPolicy, int caretSlop)""" |
e811c8ce RD |
2570 | return _stc.StyledTextCtrl_SetYCaretPolicy(*args, **kwargs) |
2571 | ||
2572 | def SetPrintWrapMode(*args, **kwargs): | |
a95a7133 | 2573 | """SetPrintWrapMode(self, int mode)""" |
e811c8ce RD |
2574 | return _stc.StyledTextCtrl_SetPrintWrapMode(*args, **kwargs) |
2575 | ||
2576 | def GetPrintWrapMode(*args, **kwargs): | |
a95a7133 | 2577 | """GetPrintWrapMode(self) -> int""" |
e811c8ce RD |
2578 | return _stc.StyledTextCtrl_GetPrintWrapMode(*args, **kwargs) |
2579 | ||
2580 | def SetHotspotActiveForeground(*args, **kwargs): | |
a95a7133 | 2581 | """SetHotspotActiveForeground(self, bool useSetting, Colour fore)""" |
e811c8ce RD |
2582 | return _stc.StyledTextCtrl_SetHotspotActiveForeground(*args, **kwargs) |
2583 | ||
2584 | def SetHotspotActiveBackground(*args, **kwargs): | |
a95a7133 | 2585 | """SetHotspotActiveBackground(self, bool useSetting, Colour back)""" |
e811c8ce RD |
2586 | return _stc.StyledTextCtrl_SetHotspotActiveBackground(*args, **kwargs) |
2587 | ||
2588 | def SetHotspotActiveUnderline(*args, **kwargs): | |
a95a7133 | 2589 | """SetHotspotActiveUnderline(self, bool underline)""" |
e811c8ce RD |
2590 | return _stc.StyledTextCtrl_SetHotspotActiveUnderline(*args, **kwargs) |
2591 | ||
96b3fa7c | 2592 | def SetHotspotSingleLine(*args, **kwargs): |
a95a7133 | 2593 | """SetHotspotSingleLine(self, bool singleLine)""" |
96b3fa7c RD |
2594 | return _stc.StyledTextCtrl_SetHotspotSingleLine(*args, **kwargs) |
2595 | ||
4276dc52 | 2596 | def ParaDown(*args, **kwargs): |
a95a7133 | 2597 | """ParaDown(self)""" |
4276dc52 RD |
2598 | return _stc.StyledTextCtrl_ParaDown(*args, **kwargs) |
2599 | ||
2600 | def ParaDownExtend(*args, **kwargs): | |
a95a7133 | 2601 | """ParaDownExtend(self)""" |
4276dc52 RD |
2602 | return _stc.StyledTextCtrl_ParaDownExtend(*args, **kwargs) |
2603 | ||
2604 | def ParaUp(*args, **kwargs): | |
a95a7133 | 2605 | """ParaUp(self)""" |
4276dc52 RD |
2606 | return _stc.StyledTextCtrl_ParaUp(*args, **kwargs) |
2607 | ||
2608 | def ParaUpExtend(*args, **kwargs): | |
a95a7133 | 2609 | """ParaUpExtend(self)""" |
4276dc52 RD |
2610 | return _stc.StyledTextCtrl_ParaUpExtend(*args, **kwargs) |
2611 | ||
e811c8ce | 2612 | def PositionBefore(*args, **kwargs): |
a95a7133 | 2613 | """PositionBefore(self, int pos) -> int""" |
e811c8ce RD |
2614 | return _stc.StyledTextCtrl_PositionBefore(*args, **kwargs) |
2615 | ||
2616 | def PositionAfter(*args, **kwargs): | |
a95a7133 | 2617 | """PositionAfter(self, int pos) -> int""" |
e811c8ce RD |
2618 | return _stc.StyledTextCtrl_PositionAfter(*args, **kwargs) |
2619 | ||
2620 | def CopyRange(*args, **kwargs): | |
a95a7133 | 2621 | """CopyRange(self, int start, int end)""" |
e811c8ce RD |
2622 | return _stc.StyledTextCtrl_CopyRange(*args, **kwargs) |
2623 | ||
2624 | def CopyText(*args, **kwargs): | |
a95a7133 | 2625 | """CopyText(self, int length, String text)""" |
e811c8ce RD |
2626 | return _stc.StyledTextCtrl_CopyText(*args, **kwargs) |
2627 | ||
96b3fa7c | 2628 | def SetSelectionMode(*args, **kwargs): |
a95a7133 | 2629 | """SetSelectionMode(self, int mode)""" |
96b3fa7c RD |
2630 | return _stc.StyledTextCtrl_SetSelectionMode(*args, **kwargs) |
2631 | ||
2632 | def GetSelectionMode(*args, **kwargs): | |
a95a7133 | 2633 | """GetSelectionMode(self) -> int""" |
96b3fa7c RD |
2634 | return _stc.StyledTextCtrl_GetSelectionMode(*args, **kwargs) |
2635 | ||
2636 | def GetLineSelStartPosition(*args, **kwargs): | |
a95a7133 | 2637 | """GetLineSelStartPosition(self, int line) -> int""" |
96b3fa7c RD |
2638 | return _stc.StyledTextCtrl_GetLineSelStartPosition(*args, **kwargs) |
2639 | ||
2640 | def GetLineSelEndPosition(*args, **kwargs): | |
a95a7133 | 2641 | """GetLineSelEndPosition(self, int line) -> int""" |
96b3fa7c RD |
2642 | return _stc.StyledTextCtrl_GetLineSelEndPosition(*args, **kwargs) |
2643 | ||
4276dc52 | 2644 | def LineDownRectExtend(*args, **kwargs): |
a95a7133 | 2645 | """LineDownRectExtend(self)""" |
4276dc52 RD |
2646 | return _stc.StyledTextCtrl_LineDownRectExtend(*args, **kwargs) |
2647 | ||
2648 | def LineUpRectExtend(*args, **kwargs): | |
a95a7133 | 2649 | """LineUpRectExtend(self)""" |
4276dc52 RD |
2650 | return _stc.StyledTextCtrl_LineUpRectExtend(*args, **kwargs) |
2651 | ||
2652 | def CharLeftRectExtend(*args, **kwargs): | |
a95a7133 | 2653 | """CharLeftRectExtend(self)""" |
4276dc52 RD |
2654 | return _stc.StyledTextCtrl_CharLeftRectExtend(*args, **kwargs) |
2655 | ||
2656 | def CharRightRectExtend(*args, **kwargs): | |
a95a7133 | 2657 | """CharRightRectExtend(self)""" |
4276dc52 RD |
2658 | return _stc.StyledTextCtrl_CharRightRectExtend(*args, **kwargs) |
2659 | ||
2660 | def HomeRectExtend(*args, **kwargs): | |
a95a7133 | 2661 | """HomeRectExtend(self)""" |
4276dc52 RD |
2662 | return _stc.StyledTextCtrl_HomeRectExtend(*args, **kwargs) |
2663 | ||
2664 | def VCHomeRectExtend(*args, **kwargs): | |
a95a7133 | 2665 | """VCHomeRectExtend(self)""" |
4276dc52 RD |
2666 | return _stc.StyledTextCtrl_VCHomeRectExtend(*args, **kwargs) |
2667 | ||
2668 | def LineEndRectExtend(*args, **kwargs): | |
a95a7133 | 2669 | """LineEndRectExtend(self)""" |
4276dc52 RD |
2670 | return _stc.StyledTextCtrl_LineEndRectExtend(*args, **kwargs) |
2671 | ||
2672 | def PageUpRectExtend(*args, **kwargs): | |
a95a7133 | 2673 | """PageUpRectExtend(self)""" |
4276dc52 RD |
2674 | return _stc.StyledTextCtrl_PageUpRectExtend(*args, **kwargs) |
2675 | ||
2676 | def PageDownRectExtend(*args, **kwargs): | |
a95a7133 | 2677 | """PageDownRectExtend(self)""" |
4276dc52 RD |
2678 | return _stc.StyledTextCtrl_PageDownRectExtend(*args, **kwargs) |
2679 | ||
2680 | def StutteredPageUp(*args, **kwargs): | |
a95a7133 | 2681 | """StutteredPageUp(self)""" |
4276dc52 RD |
2682 | return _stc.StyledTextCtrl_StutteredPageUp(*args, **kwargs) |
2683 | ||
2684 | def StutteredPageUpExtend(*args, **kwargs): | |
a95a7133 | 2685 | """StutteredPageUpExtend(self)""" |
4276dc52 RD |
2686 | return _stc.StyledTextCtrl_StutteredPageUpExtend(*args, **kwargs) |
2687 | ||
2688 | def StutteredPageDown(*args, **kwargs): | |
a95a7133 | 2689 | """StutteredPageDown(self)""" |
4276dc52 RD |
2690 | return _stc.StyledTextCtrl_StutteredPageDown(*args, **kwargs) |
2691 | ||
2692 | def StutteredPageDownExtend(*args, **kwargs): | |
a95a7133 | 2693 | """StutteredPageDownExtend(self)""" |
4276dc52 RD |
2694 | return _stc.StyledTextCtrl_StutteredPageDownExtend(*args, **kwargs) |
2695 | ||
2696 | def WordLeftEnd(*args, **kwargs): | |
a95a7133 | 2697 | """WordLeftEnd(self)""" |
4276dc52 RD |
2698 | return _stc.StyledTextCtrl_WordLeftEnd(*args, **kwargs) |
2699 | ||
2700 | def WordLeftEndExtend(*args, **kwargs): | |
a95a7133 | 2701 | """WordLeftEndExtend(self)""" |
4276dc52 RD |
2702 | return _stc.StyledTextCtrl_WordLeftEndExtend(*args, **kwargs) |
2703 | ||
2704 | def WordRightEnd(*args, **kwargs): | |
a95a7133 | 2705 | """WordRightEnd(self)""" |
4276dc52 RD |
2706 | return _stc.StyledTextCtrl_WordRightEnd(*args, **kwargs) |
2707 | ||
2708 | def WordRightEndExtend(*args, **kwargs): | |
a95a7133 | 2709 | """WordRightEndExtend(self)""" |
4276dc52 RD |
2710 | return _stc.StyledTextCtrl_WordRightEndExtend(*args, **kwargs) |
2711 | ||
96b3fa7c | 2712 | def SetWhitespaceChars(*args, **kwargs): |
a95a7133 | 2713 | """SetWhitespaceChars(self, String characters)""" |
96b3fa7c RD |
2714 | return _stc.StyledTextCtrl_SetWhitespaceChars(*args, **kwargs) |
2715 | ||
2716 | def SetCharsDefault(*args, **kwargs): | |
a95a7133 | 2717 | """SetCharsDefault(self)""" |
96b3fa7c RD |
2718 | return _stc.StyledTextCtrl_SetCharsDefault(*args, **kwargs) |
2719 | ||
2720 | def AutoCompGetCurrent(*args, **kwargs): | |
a95a7133 | 2721 | """AutoCompGetCurrent(self) -> int""" |
96b3fa7c RD |
2722 | return _stc.StyledTextCtrl_AutoCompGetCurrent(*args, **kwargs) |
2723 | ||
5e483524 RD |
2724 | def Allocate(*args, **kwargs): |
2725 | """Allocate(self, int bytes)""" | |
2726 | return _stc.StyledTextCtrl_Allocate(*args, **kwargs) | |
2727 | ||
53aa7709 RD |
2728 | def FindColumn(*args, **kwargs): |
2729 | """FindColumn(self, int line, int column) -> int""" | |
2730 | return _stc.StyledTextCtrl_FindColumn(*args, **kwargs) | |
2731 | ||
e811c8ce | 2732 | def StartRecord(*args, **kwargs): |
a95a7133 | 2733 | """StartRecord(self)""" |
e811c8ce RD |
2734 | return _stc.StyledTextCtrl_StartRecord(*args, **kwargs) |
2735 | ||
2736 | def StopRecord(*args, **kwargs): | |
a95a7133 | 2737 | """StopRecord(self)""" |
e811c8ce RD |
2738 | return _stc.StyledTextCtrl_StopRecord(*args, **kwargs) |
2739 | ||
2740 | def SetLexer(*args, **kwargs): | |
a95a7133 | 2741 | """SetLexer(self, int lexer)""" |
e811c8ce RD |
2742 | return _stc.StyledTextCtrl_SetLexer(*args, **kwargs) |
2743 | ||
2744 | def GetLexer(*args, **kwargs): | |
a95a7133 | 2745 | """GetLexer(self) -> int""" |
e811c8ce RD |
2746 | return _stc.StyledTextCtrl_GetLexer(*args, **kwargs) |
2747 | ||
2748 | def Colourise(*args, **kwargs): | |
a95a7133 | 2749 | """Colourise(self, int start, int end)""" |
e811c8ce RD |
2750 | return _stc.StyledTextCtrl_Colourise(*args, **kwargs) |
2751 | ||
2752 | def SetProperty(*args, **kwargs): | |
a95a7133 | 2753 | """SetProperty(self, String key, String value)""" |
e811c8ce RD |
2754 | return _stc.StyledTextCtrl_SetProperty(*args, **kwargs) |
2755 | ||
2756 | def SetKeyWords(*args, **kwargs): | |
a95a7133 | 2757 | """SetKeyWords(self, int keywordSet, String keyWords)""" |
e811c8ce RD |
2758 | return _stc.StyledTextCtrl_SetKeyWords(*args, **kwargs) |
2759 | ||
2760 | def SetLexerLanguage(*args, **kwargs): | |
a95a7133 | 2761 | """SetLexerLanguage(self, String language)""" |
e811c8ce RD |
2762 | return _stc.StyledTextCtrl_SetLexerLanguage(*args, **kwargs) |
2763 | ||
2764 | def GetCurrentLine(*args, **kwargs): | |
a95a7133 | 2765 | """GetCurrentLine(self) -> int""" |
e811c8ce RD |
2766 | return _stc.StyledTextCtrl_GetCurrentLine(*args, **kwargs) |
2767 | ||
2768 | def StyleSetSpec(*args, **kwargs): | |
a95a7133 | 2769 | """StyleSetSpec(self, int styleNum, String spec)""" |
e811c8ce RD |
2770 | return _stc.StyledTextCtrl_StyleSetSpec(*args, **kwargs) |
2771 | ||
2772 | def StyleSetFont(*args, **kwargs): | |
a95a7133 | 2773 | """StyleSetFont(self, int styleNum, Font font)""" |
e811c8ce RD |
2774 | return _stc.StyledTextCtrl_StyleSetFont(*args, **kwargs) |
2775 | ||
2776 | def StyleSetFontAttr(*args, **kwargs): | |
0df68c9f | 2777 | """ |
a95a7133 | 2778 | StyleSetFontAttr(self, int styleNum, int size, String faceName, bool bold, |
0df68c9f RD |
2779 | bool italic, bool underline) |
2780 | """ | |
e811c8ce RD |
2781 | return _stc.StyledTextCtrl_StyleSetFontAttr(*args, **kwargs) |
2782 | ||
2783 | def CmdKeyExecute(*args, **kwargs): | |
a95a7133 | 2784 | """CmdKeyExecute(self, int cmd)""" |
e811c8ce RD |
2785 | return _stc.StyledTextCtrl_CmdKeyExecute(*args, **kwargs) |
2786 | ||
2787 | def SetMargins(*args, **kwargs): | |
a95a7133 | 2788 | """SetMargins(self, int left, int right)""" |
e811c8ce RD |
2789 | return _stc.StyledTextCtrl_SetMargins(*args, **kwargs) |
2790 | ||
2791 | def GetSelection(*args, **kwargs): | |
a95a7133 | 2792 | """GetSelection(self, int OUTPUT, int OUTPUT)""" |
e811c8ce RD |
2793 | return _stc.StyledTextCtrl_GetSelection(*args, **kwargs) |
2794 | ||
2795 | def PointFromPosition(*args, **kwargs): | |
a95a7133 | 2796 | """PointFromPosition(self, int pos) -> Point""" |
e811c8ce RD |
2797 | return _stc.StyledTextCtrl_PointFromPosition(*args, **kwargs) |
2798 | ||
2799 | def ScrollToLine(*args, **kwargs): | |
a95a7133 | 2800 | """ScrollToLine(self, int line)""" |
e811c8ce RD |
2801 | return _stc.StyledTextCtrl_ScrollToLine(*args, **kwargs) |
2802 | ||
2803 | def ScrollToColumn(*args, **kwargs): | |
a95a7133 | 2804 | """ScrollToColumn(self, int column)""" |
e811c8ce RD |
2805 | return _stc.StyledTextCtrl_ScrollToColumn(*args, **kwargs) |
2806 | ||
2807 | def SendMsg(*args, **kwargs): | |
a95a7133 | 2808 | """SendMsg(self, int msg, long wp=0, long lp=0) -> long""" |
e811c8ce RD |
2809 | return _stc.StyledTextCtrl_SendMsg(*args, **kwargs) |
2810 | ||
2811 | def SetVScrollBar(*args, **kwargs): | |
a95a7133 | 2812 | """SetVScrollBar(self, wxScrollBar bar)""" |
e811c8ce RD |
2813 | return _stc.StyledTextCtrl_SetVScrollBar(*args, **kwargs) |
2814 | ||
2815 | def SetHScrollBar(*args, **kwargs): | |
a95a7133 | 2816 | """SetHScrollBar(self, wxScrollBar bar)""" |
e811c8ce RD |
2817 | return _stc.StyledTextCtrl_SetHScrollBar(*args, **kwargs) |
2818 | ||
2819 | def GetLastKeydownProcessed(*args, **kwargs): | |
a95a7133 | 2820 | """GetLastKeydownProcessed(self) -> bool""" |
e811c8ce RD |
2821 | return _stc.StyledTextCtrl_GetLastKeydownProcessed(*args, **kwargs) |
2822 | ||
2823 | def SetLastKeydownProcessed(*args, **kwargs): | |
a95a7133 | 2824 | """SetLastKeydownProcessed(self, bool val)""" |
e811c8ce RD |
2825 | return _stc.StyledTextCtrl_SetLastKeydownProcessed(*args, **kwargs) |
2826 | ||
2827 | def SaveFile(*args, **kwargs): | |
a95a7133 | 2828 | """SaveFile(self, String filename) -> bool""" |
e811c8ce RD |
2829 | return _stc.StyledTextCtrl_SaveFile(*args, **kwargs) |
2830 | ||
2831 | def LoadFile(*args, **kwargs): | |
a95a7133 | 2832 | """LoadFile(self, String filename) -> bool""" |
e811c8ce RD |
2833 | return _stc.StyledTextCtrl_LoadFile(*args, **kwargs) |
2834 | ||
2835 | def DoDragOver(*args, **kwargs): | |
a95a7133 | 2836 | """DoDragOver(self, int x, int y, int def) -> int""" |
e811c8ce RD |
2837 | return _stc.StyledTextCtrl_DoDragOver(*args, **kwargs) |
2838 | ||
2839 | def DoDropText(*args, **kwargs): | |
a95a7133 | 2840 | """DoDropText(self, long x, long y, String data) -> bool""" |
e811c8ce RD |
2841 | return _stc.StyledTextCtrl_DoDropText(*args, **kwargs) |
2842 | ||
db914595 | 2843 | def SetUseAntiAliasing(*args, **kwargs): |
a95a7133 | 2844 | """SetUseAntiAliasing(self, bool useAA)""" |
db914595 RD |
2845 | return _stc.StyledTextCtrl_SetUseAntiAliasing(*args, **kwargs) |
2846 | ||
2847 | def GetUseAntiAliasing(*args, **kwargs): | |
a95a7133 | 2848 | """GetUseAntiAliasing(self) -> bool""" |
db914595 RD |
2849 | return _stc.StyledTextCtrl_GetUseAntiAliasing(*args, **kwargs) |
2850 | ||
66af7a75 RD |
2851 | def AddTextRaw(*args, **kwargs): |
2852 | """AddTextRaw(self, char text)""" | |
2853 | return _stc.StyledTextCtrl_AddTextRaw(*args, **kwargs) | |
2854 | ||
2855 | def InsertTextRaw(*args, **kwargs): | |
2856 | """InsertTextRaw(self, int pos, char text)""" | |
2857 | return _stc.StyledTextCtrl_InsertTextRaw(*args, **kwargs) | |
2858 | ||
2859 | def GetCurLineRaw(*args, **kwargs): | |
2860 | """GetCurLineRaw(self, int OUTPUT) -> wxCharBuffer""" | |
2861 | return _stc.StyledTextCtrl_GetCurLineRaw(*args, **kwargs) | |
2862 | ||
2863 | def GetLineRaw(*args, **kwargs): | |
2864 | """GetLineRaw(self, int line) -> wxCharBuffer""" | |
2865 | return _stc.StyledTextCtrl_GetLineRaw(*args, **kwargs) | |
2866 | ||
2867 | def GetSelectedTextRaw(*args, **kwargs): | |
2868 | """GetSelectedTextRaw(self) -> wxCharBuffer""" | |
2869 | return _stc.StyledTextCtrl_GetSelectedTextRaw(*args, **kwargs) | |
2870 | ||
2871 | def GetTextRangeRaw(*args, **kwargs): | |
2872 | """GetTextRangeRaw(self, int startPos, int endPos) -> wxCharBuffer""" | |
2873 | return _stc.StyledTextCtrl_GetTextRangeRaw(*args, **kwargs) | |
2874 | ||
2875 | def SetTextRaw(*args, **kwargs): | |
2876 | """SetTextRaw(self, char text)""" | |
2877 | return _stc.StyledTextCtrl_SetTextRaw(*args, **kwargs) | |
2878 | ||
2879 | def GetTextRaw(*args, **kwargs): | |
2880 | """GetTextRaw(self) -> wxCharBuffer""" | |
2881 | return _stc.StyledTextCtrl_GetTextRaw(*args, **kwargs) | |
2882 | ||
2883 | def AppendTextRaw(*args, **kwargs): | |
2884 | """AppendTextRaw(self, char text)""" | |
2885 | return _stc.StyledTextCtrl_AppendTextRaw(*args, **kwargs) | |
2886 | ||
d14a1e28 RD |
2887 | |
2888 | class StyledTextCtrlPtr(StyledTextCtrl): | |
2889 | def __init__(self, this): | |
2890 | self.this = this | |
2891 | if not hasattr(self,"thisown"): self.thisown = 0 | |
2892 | self.__class__ = StyledTextCtrl | |
2893 | _stc.StyledTextCtrl_swigregister(StyledTextCtrlPtr) | |
b2dc1044 RD |
2894 | cvar = _stc.cvar |
2895 | STCNameStr = cvar.STCNameStr | |
d14a1e28 RD |
2896 | |
2897 | def PreStyledTextCtrl(*args, **kwargs): | |
e811c8ce | 2898 | """PreStyledTextCtrl() -> StyledTextCtrl""" |
d14a1e28 RD |
2899 | val = _stc.new_PreStyledTextCtrl(*args, **kwargs) |
2900 | val.thisown = 1 | |
2901 | return val | |
2902 | ||
d55e5bfc | 2903 | class StyledTextEvent(_core.CommandEvent): |
36ed4f51 | 2904 | """Proxy of C++ StyledTextEvent class""" |
e811c8ce RD |
2905 | def __repr__(self): |
2906 | return "<%s.%s; proxy of C++ wxStyledTextEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
d14a1e28 | 2907 | def __init__(self, *args, **kwargs): |
a95a7133 | 2908 | """__init__(self, wxEventType commandType=0, int id=0) -> StyledTextEvent""" |
d14a1e28 RD |
2909 | newobj = _stc.new_StyledTextEvent(*args, **kwargs) |
2910 | self.this = newobj.this | |
2911 | self.thisown = 1 | |
2912 | del newobj.thisown | |
2913 | def __del__(self, destroy=_stc.delete_StyledTextEvent): | |
a95a7133 | 2914 | """__del__(self)""" |
d14a1e28 RD |
2915 | try: |
2916 | if self.thisown: destroy(self) | |
2917 | except: pass | |
e811c8ce RD |
2918 | |
2919 | def SetPosition(*args, **kwargs): | |
a95a7133 | 2920 | """SetPosition(self, int pos)""" |
e811c8ce RD |
2921 | return _stc.StyledTextEvent_SetPosition(*args, **kwargs) |
2922 | ||
2923 | def SetKey(*args, **kwargs): | |
a95a7133 | 2924 | """SetKey(self, int k)""" |
e811c8ce RD |
2925 | return _stc.StyledTextEvent_SetKey(*args, **kwargs) |
2926 | ||
2927 | def SetModifiers(*args, **kwargs): | |
a95a7133 | 2928 | """SetModifiers(self, int m)""" |
e811c8ce RD |
2929 | return _stc.StyledTextEvent_SetModifiers(*args, **kwargs) |
2930 | ||
2931 | def SetModificationType(*args, **kwargs): | |
a95a7133 | 2932 | """SetModificationType(self, int t)""" |
e811c8ce RD |
2933 | return _stc.StyledTextEvent_SetModificationType(*args, **kwargs) |
2934 | ||
2935 | def SetText(*args, **kwargs): | |
a95a7133 | 2936 | """SetText(self, String t)""" |
e811c8ce RD |
2937 | return _stc.StyledTextEvent_SetText(*args, **kwargs) |
2938 | ||
2939 | def SetLength(*args, **kwargs): | |
a95a7133 | 2940 | """SetLength(self, int len)""" |
e811c8ce RD |
2941 | return _stc.StyledTextEvent_SetLength(*args, **kwargs) |
2942 | ||
2943 | def SetLinesAdded(*args, **kwargs): | |
a95a7133 | 2944 | """SetLinesAdded(self, int num)""" |
e811c8ce RD |
2945 | return _stc.StyledTextEvent_SetLinesAdded(*args, **kwargs) |
2946 | ||
2947 | def SetLine(*args, **kwargs): | |
a95a7133 | 2948 | """SetLine(self, int val)""" |
e811c8ce RD |
2949 | return _stc.StyledTextEvent_SetLine(*args, **kwargs) |
2950 | ||
2951 | def SetFoldLevelNow(*args, **kwargs): | |
a95a7133 | 2952 | """SetFoldLevelNow(self, int val)""" |
e811c8ce RD |
2953 | return _stc.StyledTextEvent_SetFoldLevelNow(*args, **kwargs) |
2954 | ||
2955 | def SetFoldLevelPrev(*args, **kwargs): | |
a95a7133 | 2956 | """SetFoldLevelPrev(self, int val)""" |
e811c8ce RD |
2957 | return _stc.StyledTextEvent_SetFoldLevelPrev(*args, **kwargs) |
2958 | ||
2959 | def SetMargin(*args, **kwargs): | |
a95a7133 | 2960 | """SetMargin(self, int val)""" |
e811c8ce RD |
2961 | return _stc.StyledTextEvent_SetMargin(*args, **kwargs) |
2962 | ||
2963 | def SetMessage(*args, **kwargs): | |
a95a7133 | 2964 | """SetMessage(self, int val)""" |
e811c8ce RD |
2965 | return _stc.StyledTextEvent_SetMessage(*args, **kwargs) |
2966 | ||
2967 | def SetWParam(*args, **kwargs): | |
a95a7133 | 2968 | """SetWParam(self, int val)""" |
e811c8ce RD |
2969 | return _stc.StyledTextEvent_SetWParam(*args, **kwargs) |
2970 | ||
2971 | def SetLParam(*args, **kwargs): | |
a95a7133 | 2972 | """SetLParam(self, int val)""" |
e811c8ce RD |
2973 | return _stc.StyledTextEvent_SetLParam(*args, **kwargs) |
2974 | ||
2975 | def SetListType(*args, **kwargs): | |
a95a7133 | 2976 | """SetListType(self, int val)""" |
e811c8ce RD |
2977 | return _stc.StyledTextEvent_SetListType(*args, **kwargs) |
2978 | ||
2979 | def SetX(*args, **kwargs): | |
a95a7133 | 2980 | """SetX(self, int val)""" |
e811c8ce RD |
2981 | return _stc.StyledTextEvent_SetX(*args, **kwargs) |
2982 | ||
2983 | def SetY(*args, **kwargs): | |
a95a7133 | 2984 | """SetY(self, int val)""" |
e811c8ce RD |
2985 | return _stc.StyledTextEvent_SetY(*args, **kwargs) |
2986 | ||
2987 | def SetDragText(*args, **kwargs): | |
a95a7133 | 2988 | """SetDragText(self, String val)""" |
e811c8ce RD |
2989 | return _stc.StyledTextEvent_SetDragText(*args, **kwargs) |
2990 | ||
2991 | def SetDragAllowMove(*args, **kwargs): | |
a95a7133 | 2992 | """SetDragAllowMove(self, bool val)""" |
e811c8ce RD |
2993 | return _stc.StyledTextEvent_SetDragAllowMove(*args, **kwargs) |
2994 | ||
2995 | def SetDragResult(*args, **kwargs): | |
a95a7133 | 2996 | """SetDragResult(self, int val)""" |
e811c8ce RD |
2997 | return _stc.StyledTextEvent_SetDragResult(*args, **kwargs) |
2998 | ||
2999 | def GetPosition(*args, **kwargs): | |
a95a7133 | 3000 | """GetPosition(self) -> int""" |
e811c8ce RD |
3001 | return _stc.StyledTextEvent_GetPosition(*args, **kwargs) |
3002 | ||
3003 | def GetKey(*args, **kwargs): | |
a95a7133 | 3004 | """GetKey(self) -> int""" |
e811c8ce RD |
3005 | return _stc.StyledTextEvent_GetKey(*args, **kwargs) |
3006 | ||
3007 | def GetModifiers(*args, **kwargs): | |
a95a7133 | 3008 | """GetModifiers(self) -> int""" |
e811c8ce RD |
3009 | return _stc.StyledTextEvent_GetModifiers(*args, **kwargs) |
3010 | ||
3011 | def GetModificationType(*args, **kwargs): | |
a95a7133 | 3012 | """GetModificationType(self) -> int""" |
e811c8ce RD |
3013 | return _stc.StyledTextEvent_GetModificationType(*args, **kwargs) |
3014 | ||
3015 | def GetText(*args, **kwargs): | |
a95a7133 | 3016 | """GetText(self) -> String""" |
e811c8ce RD |
3017 | return _stc.StyledTextEvent_GetText(*args, **kwargs) |
3018 | ||
3019 | def GetLength(*args, **kwargs): | |
a95a7133 | 3020 | """GetLength(self) -> int""" |
e811c8ce RD |
3021 | return _stc.StyledTextEvent_GetLength(*args, **kwargs) |
3022 | ||
3023 | def GetLinesAdded(*args, **kwargs): | |
a95a7133 | 3024 | """GetLinesAdded(self) -> int""" |
e811c8ce RD |
3025 | return _stc.StyledTextEvent_GetLinesAdded(*args, **kwargs) |
3026 | ||
3027 | def GetLine(*args, **kwargs): | |
a95a7133 | 3028 | """GetLine(self) -> int""" |
e811c8ce RD |
3029 | return _stc.StyledTextEvent_GetLine(*args, **kwargs) |
3030 | ||
3031 | def GetFoldLevelNow(*args, **kwargs): | |
a95a7133 | 3032 | """GetFoldLevelNow(self) -> int""" |
e811c8ce RD |
3033 | return _stc.StyledTextEvent_GetFoldLevelNow(*args, **kwargs) |
3034 | ||
3035 | def GetFoldLevelPrev(*args, **kwargs): | |
a95a7133 | 3036 | """GetFoldLevelPrev(self) -> int""" |
e811c8ce RD |
3037 | return _stc.StyledTextEvent_GetFoldLevelPrev(*args, **kwargs) |
3038 | ||
3039 | def GetMargin(*args, **kwargs): | |
a95a7133 | 3040 | """GetMargin(self) -> int""" |
e811c8ce RD |
3041 | return _stc.StyledTextEvent_GetMargin(*args, **kwargs) |
3042 | ||
3043 | def GetMessage(*args, **kwargs): | |
a95a7133 | 3044 | """GetMessage(self) -> int""" |
e811c8ce RD |
3045 | return _stc.StyledTextEvent_GetMessage(*args, **kwargs) |
3046 | ||
3047 | def GetWParam(*args, **kwargs): | |
a95a7133 | 3048 | """GetWParam(self) -> int""" |
e811c8ce RD |
3049 | return _stc.StyledTextEvent_GetWParam(*args, **kwargs) |
3050 | ||
3051 | def GetLParam(*args, **kwargs): | |
a95a7133 | 3052 | """GetLParam(self) -> int""" |
e811c8ce RD |
3053 | return _stc.StyledTextEvent_GetLParam(*args, **kwargs) |
3054 | ||
3055 | def GetListType(*args, **kwargs): | |
a95a7133 | 3056 | """GetListType(self) -> int""" |
e811c8ce RD |
3057 | return _stc.StyledTextEvent_GetListType(*args, **kwargs) |
3058 | ||
3059 | def GetX(*args, **kwargs): | |
a95a7133 | 3060 | """GetX(self) -> int""" |
e811c8ce RD |
3061 | return _stc.StyledTextEvent_GetX(*args, **kwargs) |
3062 | ||
3063 | def GetY(*args, **kwargs): | |
a95a7133 | 3064 | """GetY(self) -> int""" |
e811c8ce RD |
3065 | return _stc.StyledTextEvent_GetY(*args, **kwargs) |
3066 | ||
3067 | def GetDragText(*args, **kwargs): | |
a95a7133 | 3068 | """GetDragText(self) -> String""" |
e811c8ce RD |
3069 | return _stc.StyledTextEvent_GetDragText(*args, **kwargs) |
3070 | ||
3071 | def GetDragAllowMove(*args, **kwargs): | |
a95a7133 | 3072 | """GetDragAllowMove(self) -> bool""" |
e811c8ce RD |
3073 | return _stc.StyledTextEvent_GetDragAllowMove(*args, **kwargs) |
3074 | ||
3075 | def GetDragResult(*args, **kwargs): | |
a95a7133 | 3076 | """GetDragResult(self) -> int""" |
e811c8ce RD |
3077 | return _stc.StyledTextEvent_GetDragResult(*args, **kwargs) |
3078 | ||
3079 | def GetShift(*args, **kwargs): | |
a95a7133 | 3080 | """GetShift(self) -> bool""" |
e811c8ce RD |
3081 | return _stc.StyledTextEvent_GetShift(*args, **kwargs) |
3082 | ||
3083 | def GetControl(*args, **kwargs): | |
a95a7133 | 3084 | """GetControl(self) -> bool""" |
e811c8ce RD |
3085 | return _stc.StyledTextEvent_GetControl(*args, **kwargs) |
3086 | ||
3087 | def GetAlt(*args, **kwargs): | |
a95a7133 | 3088 | """GetAlt(self) -> bool""" |
e811c8ce RD |
3089 | return _stc.StyledTextEvent_GetAlt(*args, **kwargs) |
3090 | ||
3091 | def Clone(*args, **kwargs): | |
a95a7133 | 3092 | """Clone(self) -> Event""" |
e811c8ce RD |
3093 | return _stc.StyledTextEvent_Clone(*args, **kwargs) |
3094 | ||
d14a1e28 RD |
3095 | |
3096 | class StyledTextEventPtr(StyledTextEvent): | |
3097 | def __init__(self, this): | |
3098 | self.this = this | |
3099 | if not hasattr(self,"thisown"): self.thisown = 0 | |
3100 | self.__class__ = StyledTextEvent | |
3101 | _stc.StyledTextEvent_swigregister(StyledTextEventPtr) | |
3102 | ||
3103 | wxEVT_STC_CHANGE = _stc.wxEVT_STC_CHANGE | |
3104 | wxEVT_STC_STYLENEEDED = _stc.wxEVT_STC_STYLENEEDED | |
3105 | wxEVT_STC_CHARADDED = _stc.wxEVT_STC_CHARADDED | |
3106 | wxEVT_STC_SAVEPOINTREACHED = _stc.wxEVT_STC_SAVEPOINTREACHED | |
3107 | wxEVT_STC_SAVEPOINTLEFT = _stc.wxEVT_STC_SAVEPOINTLEFT | |
3108 | wxEVT_STC_ROMODIFYATTEMPT = _stc.wxEVT_STC_ROMODIFYATTEMPT | |
3109 | wxEVT_STC_KEY = _stc.wxEVT_STC_KEY | |
3110 | wxEVT_STC_DOUBLECLICK = _stc.wxEVT_STC_DOUBLECLICK | |
3111 | wxEVT_STC_UPDATEUI = _stc.wxEVT_STC_UPDATEUI | |
3112 | wxEVT_STC_MODIFIED = _stc.wxEVT_STC_MODIFIED | |
3113 | wxEVT_STC_MACRORECORD = _stc.wxEVT_STC_MACRORECORD | |
3114 | wxEVT_STC_MARGINCLICK = _stc.wxEVT_STC_MARGINCLICK | |
3115 | wxEVT_STC_NEEDSHOWN = _stc.wxEVT_STC_NEEDSHOWN | |
d14a1e28 RD |
3116 | wxEVT_STC_PAINTED = _stc.wxEVT_STC_PAINTED |
3117 | wxEVT_STC_USERLISTSELECTION = _stc.wxEVT_STC_USERLISTSELECTION | |
3118 | wxEVT_STC_URIDROPPED = _stc.wxEVT_STC_URIDROPPED | |
3119 | wxEVT_STC_DWELLSTART = _stc.wxEVT_STC_DWELLSTART | |
3120 | wxEVT_STC_DWELLEND = _stc.wxEVT_STC_DWELLEND | |
3121 | wxEVT_STC_START_DRAG = _stc.wxEVT_STC_START_DRAG | |
3122 | wxEVT_STC_DRAG_OVER = _stc.wxEVT_STC_DRAG_OVER | |
3123 | wxEVT_STC_DO_DROP = _stc.wxEVT_STC_DO_DROP | |
3124 | wxEVT_STC_ZOOM = _stc.wxEVT_STC_ZOOM | |
3125 | wxEVT_STC_HOTSPOT_CLICK = _stc.wxEVT_STC_HOTSPOT_CLICK | |
3126 | wxEVT_STC_HOTSPOT_DCLICK = _stc.wxEVT_STC_HOTSPOT_DCLICK | |
3127 | wxEVT_STC_CALLTIP_CLICK = _stc.wxEVT_STC_CALLTIP_CLICK | |
3128 | EVT_STC_CHANGE = wx.PyEventBinder( wxEVT_STC_CHANGE, 1 ) | |
3129 | EVT_STC_STYLENEEDED = wx.PyEventBinder( wxEVT_STC_STYLENEEDED, 1 ) | |
3130 | EVT_STC_CHARADDED = wx.PyEventBinder( wxEVT_STC_CHARADDED, 1 ) | |
3131 | EVT_STC_SAVEPOINTREACHED = wx.PyEventBinder( wxEVT_STC_SAVEPOINTREACHED, 1 ) | |
3132 | EVT_STC_SAVEPOINTLEFT = wx.PyEventBinder( wxEVT_STC_SAVEPOINTLEFT, 1 ) | |
3133 | EVT_STC_ROMODIFYATTEMPT = wx.PyEventBinder( wxEVT_STC_ROMODIFYATTEMPT, 1 ) | |
3134 | EVT_STC_KEY = wx.PyEventBinder( wxEVT_STC_KEY, 1 ) | |
3135 | EVT_STC_DOUBLECLICK = wx.PyEventBinder( wxEVT_STC_DOUBLECLICK, 1 ) | |
3136 | EVT_STC_UPDATEUI = wx.PyEventBinder( wxEVT_STC_UPDATEUI, 1 ) | |
3137 | EVT_STC_MODIFIED = wx.PyEventBinder( wxEVT_STC_MODIFIED, 1 ) | |
3138 | EVT_STC_MACRORECORD = wx.PyEventBinder( wxEVT_STC_MACRORECORD, 1 ) | |
3139 | EVT_STC_MARGINCLICK = wx.PyEventBinder( wxEVT_STC_MARGINCLICK, 1 ) | |
3140 | EVT_STC_NEEDSHOWN = wx.PyEventBinder( wxEVT_STC_NEEDSHOWN, 1 ) | |
d14a1e28 RD |
3141 | EVT_STC_PAINTED = wx.PyEventBinder( wxEVT_STC_PAINTED, 1 ) |
3142 | EVT_STC_USERLISTSELECTION = wx.PyEventBinder( wxEVT_STC_USERLISTSELECTION, 1 ) | |
3143 | EVT_STC_URIDROPPED = wx.PyEventBinder( wxEVT_STC_URIDROPPED, 1 ) | |
3144 | EVT_STC_DWELLSTART = wx.PyEventBinder( wxEVT_STC_DWELLSTART, 1 ) | |
3145 | EVT_STC_DWELLEND = wx.PyEventBinder( wxEVT_STC_DWELLEND, 1 ) | |
3146 | EVT_STC_START_DRAG = wx.PyEventBinder( wxEVT_STC_START_DRAG, 1 ) | |
3147 | EVT_STC_DRAG_OVER = wx.PyEventBinder( wxEVT_STC_DRAG_OVER, 1 ) | |
3148 | EVT_STC_DO_DROP = wx.PyEventBinder( wxEVT_STC_DO_DROP, 1 ) | |
3149 | EVT_STC_ZOOM = wx.PyEventBinder( wxEVT_STC_ZOOM, 1 ) | |
3150 | EVT_STC_HOTSPOT_CLICK = wx.PyEventBinder( wxEVT_STC_HOTSPOT_CLICK, 1 ) | |
3151 | EVT_STC_HOTSPOT_DCLICK = wx.PyEventBinder( wxEVT_STC_HOTSPOT_DCLICK, 1 ) | |
3152 | EVT_STC_CALLTIP_CLICK = wx.PyEventBinder( wxEVT_STC_CALLTIP_CLICK, 1 ) | |
f6bcfd97 | 3153 | |
f6bcfd97 | 3154 |