Update Scintilla to version 3.5.4
[TortoiseGit.git] / ext / scintilla / include / Scintilla.h
blob61791222b3de6fb112389403aed7955d59e878cc
1 /* Scintilla source code edit control */
2 /** @file Scintilla.h
3 ** Interface to the edit control.
4 **/
5 /* Copyright 1998-2003 by Neil Hodgson <neilh@scintilla.org>
6 * The License.txt file describes the conditions under which this software may be distributed. */
8 /* Most of this file is automatically generated from the Scintilla.iface interface definition
9 * file which contains any comments about the definitions. HFacer.py does the generation. */
11 #ifndef SCINTILLA_H
12 #define SCINTILLA_H
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
18 #if defined(_WIN32)
19 /* Return false on failure: */
20 int Scintilla_RegisterClasses(void *hInstance);
21 int Scintilla_ReleaseResources(void);
22 #endif
23 int Scintilla_LinkLexers(void);
25 #ifdef __cplusplus
27 #endif
29 /* Here should be placed typedefs for uptr_t, an unsigned integer type large enough to
30 * hold a pointer and sptr_t, a signed integer large enough to hold a pointer.
31 * May need to be changed for 64 bit platforms. */
32 #if defined(_WIN32)
33 #include <basetsd.h>
34 #endif
35 #ifdef MAXULONG_PTR
36 typedef ULONG_PTR uptr_t;
37 typedef LONG_PTR sptr_t;
38 #else
39 typedef unsigned long uptr_t;
40 typedef long sptr_t;
41 #endif
43 typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, sptr_t lParam);
45 /* ++Autogenerated -- start of section automatically generated from Scintilla.iface */
46 #define INVALID_POSITION -1
47 #define SCI_START 2000
48 #define SCI_OPTIONAL_START 3000
49 #define SCI_LEXER_START 4000
50 #define SCI_ADDTEXT 2001
51 #define SCI_ADDSTYLEDTEXT 2002
52 #define SCI_INSERTTEXT 2003
53 #define SCI_CHANGEINSERTION 2672
54 #define SCI_CLEARALL 2004
55 #define SCI_DELETERANGE 2645
56 #define SCI_CLEARDOCUMENTSTYLE 2005
57 #define SCI_GETLENGTH 2006
58 #define SCI_GETCHARAT 2007
59 #define SCI_GETCURRENTPOS 2008
60 #define SCI_GETANCHOR 2009
61 #define SCI_GETSTYLEAT 2010
62 #define SCI_REDO 2011
63 #define SCI_SETUNDOCOLLECTION 2012
64 #define SCI_SELECTALL 2013
65 #define SCI_SETSAVEPOINT 2014
66 #define SCI_GETSTYLEDTEXT 2015
67 #define SCI_CANREDO 2016
68 #define SCI_MARKERLINEFROMHANDLE 2017
69 #define SCI_MARKERDELETEHANDLE 2018
70 #define SCI_GETUNDOCOLLECTION 2019
71 #define SCWS_INVISIBLE 0
72 #define SCWS_VISIBLEALWAYS 1
73 #define SCWS_VISIBLEAFTERINDENT 2
74 #define SCI_GETVIEWWS 2020
75 #define SCI_SETVIEWWS 2021
76 #define SCI_POSITIONFROMPOINT 2022
77 #define SCI_POSITIONFROMPOINTCLOSE 2023
78 #define SCI_GOTOLINE 2024
79 #define SCI_GOTOPOS 2025
80 #define SCI_SETANCHOR 2026
81 #define SCI_GETCURLINE 2027
82 #define SCI_GETENDSTYLED 2028
83 #define SC_EOL_CRLF 0
84 #define SC_EOL_CR 1
85 #define SC_EOL_LF 2
86 #define SCI_CONVERTEOLS 2029
87 #define SCI_GETEOLMODE 2030
88 #define SCI_SETEOLMODE 2031
89 #define SCI_STARTSTYLING 2032
90 #define SCI_SETSTYLING 2033
91 #define SCI_GETBUFFEREDDRAW 2034
92 #define SCI_SETBUFFEREDDRAW 2035
93 #define SCI_SETTABWIDTH 2036
94 #define SCI_GETTABWIDTH 2121
95 #define SCI_CLEARTABSTOPS 2675
96 #define SCI_ADDTABSTOP 2676
97 #define SCI_GETNEXTTABSTOP 2677
98 #define SC_CP_UTF8 65001
99 #define SCI_SETCODEPAGE 2037
100 #define SC_IME_WINDOWED 0
101 #define SC_IME_INLINE 1
102 #define SCI_GETIMEINTERACTION 2678
103 #define SCI_SETIMEINTERACTION 2679
104 #define MARKER_MAX 31
105 #define SC_MARK_CIRCLE 0
106 #define SC_MARK_ROUNDRECT 1
107 #define SC_MARK_ARROW 2
108 #define SC_MARK_SMALLRECT 3
109 #define SC_MARK_SHORTARROW 4
110 #define SC_MARK_EMPTY 5
111 #define SC_MARK_ARROWDOWN 6
112 #define SC_MARK_MINUS 7
113 #define SC_MARK_PLUS 8
114 #define SC_MARK_VLINE 9
115 #define SC_MARK_LCORNER 10
116 #define SC_MARK_TCORNER 11
117 #define SC_MARK_BOXPLUS 12
118 #define SC_MARK_BOXPLUSCONNECTED 13
119 #define SC_MARK_BOXMINUS 14
120 #define SC_MARK_BOXMINUSCONNECTED 15
121 #define SC_MARK_LCORNERCURVE 16
122 #define SC_MARK_TCORNERCURVE 17
123 #define SC_MARK_CIRCLEPLUS 18
124 #define SC_MARK_CIRCLEPLUSCONNECTED 19
125 #define SC_MARK_CIRCLEMINUS 20
126 #define SC_MARK_CIRCLEMINUSCONNECTED 21
127 #define SC_MARK_BACKGROUND 22
128 #define SC_MARK_DOTDOTDOT 23
129 #define SC_MARK_ARROWS 24
130 #define SC_MARK_PIXMAP 25
131 #define SC_MARK_FULLRECT 26
132 #define SC_MARK_LEFTRECT 27
133 #define SC_MARK_AVAILABLE 28
134 #define SC_MARK_UNDERLINE 29
135 #define SC_MARK_RGBAIMAGE 30
136 #define SC_MARK_BOOKMARK 31
137 #define SC_MARK_CHARACTER 10000
138 #define SC_MARKNUM_FOLDEREND 25
139 #define SC_MARKNUM_FOLDEROPENMID 26
140 #define SC_MARKNUM_FOLDERMIDTAIL 27
141 #define SC_MARKNUM_FOLDERTAIL 28
142 #define SC_MARKNUM_FOLDERSUB 29
143 #define SC_MARKNUM_FOLDER 30
144 #define SC_MARKNUM_FOLDEROPEN 31
145 #define SC_MASK_FOLDERS 0xFE000000
146 #define SCI_MARKERDEFINE 2040
147 #define SCI_MARKERSETFORE 2041
148 #define SCI_MARKERSETBACK 2042
149 #define SCI_MARKERSETBACKSELECTED 2292
150 #define SCI_MARKERENABLEHIGHLIGHT 2293
151 #define SCI_MARKERADD 2043
152 #define SCI_MARKERDELETE 2044
153 #define SCI_MARKERDELETEALL 2045
154 #define SCI_MARKERGET 2046
155 #define SCI_MARKERNEXT 2047
156 #define SCI_MARKERPREVIOUS 2048
157 #define SCI_MARKERDEFINEPIXMAP 2049
158 #define SCI_MARKERADDSET 2466
159 #define SCI_MARKERSETALPHA 2476
160 #define SC_MAX_MARGIN 4
161 #define SC_MARGIN_SYMBOL 0
162 #define SC_MARGIN_NUMBER 1
163 #define SC_MARGIN_BACK 2
164 #define SC_MARGIN_FORE 3
165 #define SC_MARGIN_TEXT 4
166 #define SC_MARGIN_RTEXT 5
167 #define SCI_SETMARGINTYPEN 2240
168 #define SCI_GETMARGINTYPEN 2241
169 #define SCI_SETMARGINWIDTHN 2242
170 #define SCI_GETMARGINWIDTHN 2243
171 #define SCI_SETMARGINMASKN 2244
172 #define SCI_GETMARGINMASKN 2245
173 #define SCI_SETMARGINSENSITIVEN 2246
174 #define SCI_GETMARGINSENSITIVEN 2247
175 #define SCI_SETMARGINCURSORN 2248
176 #define SCI_GETMARGINCURSORN 2249
177 #define STYLE_DEFAULT 32
178 #define STYLE_LINENUMBER 33
179 #define STYLE_BRACELIGHT 34
180 #define STYLE_BRACEBAD 35
181 #define STYLE_CONTROLCHAR 36
182 #define STYLE_INDENTGUIDE 37
183 #define STYLE_CALLTIP 38
184 #define STYLE_LASTPREDEFINED 39
185 #define STYLE_MAX 255
186 #define SC_CHARSET_ANSI 0
187 #define SC_CHARSET_DEFAULT 1
188 #define SC_CHARSET_BALTIC 186
189 #define SC_CHARSET_CHINESEBIG5 136
190 #define SC_CHARSET_EASTEUROPE 238
191 #define SC_CHARSET_GB2312 134
192 #define SC_CHARSET_GREEK 161
193 #define SC_CHARSET_HANGUL 129
194 #define SC_CHARSET_MAC 77
195 #define SC_CHARSET_OEM 255
196 #define SC_CHARSET_RUSSIAN 204
197 #define SC_CHARSET_CYRILLIC 1251
198 #define SC_CHARSET_SHIFTJIS 128
199 #define SC_CHARSET_SYMBOL 2
200 #define SC_CHARSET_TURKISH 162
201 #define SC_CHARSET_JOHAB 130
202 #define SC_CHARSET_HEBREW 177
203 #define SC_CHARSET_ARABIC 178
204 #define SC_CHARSET_VIETNAMESE 163
205 #define SC_CHARSET_THAI 222
206 #define SC_CHARSET_8859_15 1000
207 #define SCI_STYLECLEARALL 2050
208 #define SCI_STYLESETFORE 2051
209 #define SCI_STYLESETBACK 2052
210 #define SCI_STYLESETBOLD 2053
211 #define SCI_STYLESETITALIC 2054
212 #define SCI_STYLESETSIZE 2055
213 #define SCI_STYLESETFONT 2056
214 #define SCI_STYLESETEOLFILLED 2057
215 #define SCI_STYLERESETDEFAULT 2058
216 #define SCI_STYLESETUNDERLINE 2059
217 #define SC_CASE_MIXED 0
218 #define SC_CASE_UPPER 1
219 #define SC_CASE_LOWER 2
220 #define SCI_STYLEGETFORE 2481
221 #define SCI_STYLEGETBACK 2482
222 #define SCI_STYLEGETBOLD 2483
223 #define SCI_STYLEGETITALIC 2484
224 #define SCI_STYLEGETSIZE 2485
225 #define SCI_STYLEGETFONT 2486
226 #define SCI_STYLEGETEOLFILLED 2487
227 #define SCI_STYLEGETUNDERLINE 2488
228 #define SCI_STYLEGETCASE 2489
229 #define SCI_STYLEGETCHARACTERSET 2490
230 #define SCI_STYLEGETVISIBLE 2491
231 #define SCI_STYLEGETCHANGEABLE 2492
232 #define SCI_STYLEGETHOTSPOT 2493
233 #define SCI_STYLESETCASE 2060
234 #define SC_FONT_SIZE_MULTIPLIER 100
235 #define SCI_STYLESETSIZEFRACTIONAL 2061
236 #define SCI_STYLEGETSIZEFRACTIONAL 2062
237 #define SC_WEIGHT_NORMAL 400
238 #define SC_WEIGHT_SEMIBOLD 600
239 #define SC_WEIGHT_BOLD 700
240 #define SCI_STYLESETWEIGHT 2063
241 #define SCI_STYLEGETWEIGHT 2064
242 #define SCI_STYLESETCHARACTERSET 2066
243 #define SCI_STYLESETHOTSPOT 2409
244 #define SCI_SETSELFORE 2067
245 #define SCI_SETSELBACK 2068
246 #define SCI_GETSELALPHA 2477
247 #define SCI_SETSELALPHA 2478
248 #define SCI_GETSELEOLFILLED 2479
249 #define SCI_SETSELEOLFILLED 2480
250 #define SCI_SETCARETFORE 2069
251 #define SCI_ASSIGNCMDKEY 2070
252 #define SCI_CLEARCMDKEY 2071
253 #define SCI_CLEARALLCMDKEYS 2072
254 #define SCI_SETSTYLINGEX 2073
255 #define SCI_STYLESETVISIBLE 2074
256 #define SCI_GETCARETPERIOD 2075
257 #define SCI_SETCARETPERIOD 2076
258 #define SCI_SETWORDCHARS 2077
259 #define SCI_GETWORDCHARS 2646
260 #define SCI_BEGINUNDOACTION 2078
261 #define SCI_ENDUNDOACTION 2079
262 #define INDIC_PLAIN 0
263 #define INDIC_SQUIGGLE 1
264 #define INDIC_TT 2
265 #define INDIC_DIAGONAL 3
266 #define INDIC_STRIKE 4
267 #define INDIC_HIDDEN 5
268 #define INDIC_BOX 6
269 #define INDIC_ROUNDBOX 7
270 #define INDIC_STRAIGHTBOX 8
271 #define INDIC_DASH 9
272 #define INDIC_DOTS 10
273 #define INDIC_SQUIGGLELOW 11
274 #define INDIC_DOTBOX 12
275 #define INDIC_SQUIGGLEPIXMAP 13
276 #define INDIC_COMPOSITIONTHICK 14
277 #define INDIC_COMPOSITIONTHIN 15
278 #define INDIC_FULLBOX 16
279 #define INDIC_TEXTFORE 17
280 #define INDIC_IME 32
281 #define INDIC_IME_MAX 35
282 #define INDIC_MAX 35
283 #define INDIC_CONTAINER 8
284 #define INDIC0_MASK 0x20
285 #define INDIC1_MASK 0x40
286 #define INDIC2_MASK 0x80
287 #define INDICS_MASK 0xE0
288 #define SCI_INDICSETSTYLE 2080
289 #define SCI_INDICGETSTYLE 2081
290 #define SCI_INDICSETFORE 2082
291 #define SCI_INDICGETFORE 2083
292 #define SCI_INDICSETUNDER 2510
293 #define SCI_INDICGETUNDER 2511
294 #define SCI_INDICSETHOVERSTYLE 2680
295 #define SCI_INDICGETHOVERSTYLE 2681
296 #define SCI_INDICSETHOVERFORE 2682
297 #define SCI_INDICGETHOVERFORE 2683
298 #define SC_INDICVALUEBIT 0x1000000
299 #define SC_INDICVALUEMASK 0xFFFFFF
300 #define SC_INDICFLAG_VALUEFORE 1
301 #define SCI_INDICSETFLAGS 2684
302 #define SCI_INDICGETFLAGS 2685
303 #define SCI_SETWHITESPACEFORE 2084
304 #define SCI_SETWHITESPACEBACK 2085
305 #define SCI_SETWHITESPACESIZE 2086
306 #define SCI_GETWHITESPACESIZE 2087
307 #define SCI_SETSTYLEBITS 2090
308 #define SCI_GETSTYLEBITS 2091
309 #define SCI_SETLINESTATE 2092
310 #define SCI_GETLINESTATE 2093
311 #define SCI_GETMAXLINESTATE 2094
312 #define SCI_GETCARETLINEVISIBLE 2095
313 #define SCI_SETCARETLINEVISIBLE 2096
314 #define SCI_GETCARETLINEBACK 2097
315 #define SCI_SETCARETLINEBACK 2098
316 #define SCI_STYLESETCHANGEABLE 2099
317 #define SCI_AUTOCSHOW 2100
318 #define SCI_AUTOCCANCEL 2101
319 #define SCI_AUTOCACTIVE 2102
320 #define SCI_AUTOCPOSSTART 2103
321 #define SCI_AUTOCCOMPLETE 2104
322 #define SCI_AUTOCSTOPS 2105
323 #define SCI_AUTOCSETSEPARATOR 2106
324 #define SCI_AUTOCGETSEPARATOR 2107
325 #define SCI_AUTOCSELECT 2108
326 #define SCI_AUTOCSETCANCELATSTART 2110
327 #define SCI_AUTOCGETCANCELATSTART 2111
328 #define SCI_AUTOCSETFILLUPS 2112
329 #define SCI_AUTOCSETCHOOSESINGLE 2113
330 #define SCI_AUTOCGETCHOOSESINGLE 2114
331 #define SCI_AUTOCSETIGNORECASE 2115
332 #define SCI_AUTOCGETIGNORECASE 2116
333 #define SCI_USERLISTSHOW 2117
334 #define SCI_AUTOCSETAUTOHIDE 2118
335 #define SCI_AUTOCGETAUTOHIDE 2119
336 #define SCI_AUTOCSETDROPRESTOFWORD 2270
337 #define SCI_AUTOCGETDROPRESTOFWORD 2271
338 #define SCI_REGISTERIMAGE 2405
339 #define SCI_CLEARREGISTEREDIMAGES 2408
340 #define SCI_AUTOCGETTYPESEPARATOR 2285
341 #define SCI_AUTOCSETTYPESEPARATOR 2286
342 #define SCI_AUTOCSETMAXWIDTH 2208
343 #define SCI_AUTOCGETMAXWIDTH 2209
344 #define SCI_AUTOCSETMAXHEIGHT 2210
345 #define SCI_AUTOCGETMAXHEIGHT 2211
346 #define SCI_SETINDENT 2122
347 #define SCI_GETINDENT 2123
348 #define SCI_SETUSETABS 2124
349 #define SCI_GETUSETABS 2125
350 #define SCI_SETLINEINDENTATION 2126
351 #define SCI_GETLINEINDENTATION 2127
352 #define SCI_GETLINEINDENTPOSITION 2128
353 #define SCI_GETCOLUMN 2129
354 #define SCI_COUNTCHARACTERS 2633
355 #define SCI_SETHSCROLLBAR 2130
356 #define SCI_GETHSCROLLBAR 2131
357 #define SC_IV_NONE 0
358 #define SC_IV_REAL 1
359 #define SC_IV_LOOKFORWARD 2
360 #define SC_IV_LOOKBOTH 3
361 #define SCI_SETINDENTATIONGUIDES 2132
362 #define SCI_GETINDENTATIONGUIDES 2133
363 #define SCI_SETHIGHLIGHTGUIDE 2134
364 #define SCI_GETHIGHLIGHTGUIDE 2135
365 #define SCI_GETLINEENDPOSITION 2136
366 #define SCI_GETCODEPAGE 2137
367 #define SCI_GETCARETFORE 2138
368 #define SCI_GETREADONLY 2140
369 #define SCI_SETCURRENTPOS 2141
370 #define SCI_SETSELECTIONSTART 2142
371 #define SCI_GETSELECTIONSTART 2143
372 #define SCI_SETSELECTIONEND 2144
373 #define SCI_GETSELECTIONEND 2145
374 #define SCI_SETEMPTYSELECTION 2556
375 #define SCI_SETPRINTMAGNIFICATION 2146
376 #define SCI_GETPRINTMAGNIFICATION 2147
377 #define SC_PRINT_NORMAL 0
378 #define SC_PRINT_INVERTLIGHT 1
379 #define SC_PRINT_BLACKONWHITE 2
380 #define SC_PRINT_COLOURONWHITE 3
381 #define SC_PRINT_COLOURONWHITEDEFAULTBG 4
382 #define SCI_SETPRINTCOLOURMODE 2148
383 #define SCI_GETPRINTCOLOURMODE 2149
384 #define SCFIND_WHOLEWORD 0x2
385 #define SCFIND_MATCHCASE 0x4
386 #define SCFIND_WORDSTART 0x00100000
387 #define SCFIND_REGEXP 0x00200000
388 #define SCFIND_POSIX 0x00400000
389 #define SCFIND_CXX11REGEX 0x00800000
390 #define SCI_FINDTEXT 2150
391 #define SCI_FORMATRANGE 2151
392 #define SCI_GETFIRSTVISIBLELINE 2152
393 #define SCI_GETLINE 2153
394 #define SCI_GETLINECOUNT 2154
395 #define SCI_SETMARGINLEFT 2155
396 #define SCI_GETMARGINLEFT 2156
397 #define SCI_SETMARGINRIGHT 2157
398 #define SCI_GETMARGINRIGHT 2158
399 #define SCI_GETMODIFY 2159
400 #define SCI_SETSEL 2160
401 #define SCI_GETSELTEXT 2161
402 #define SCI_GETTEXTRANGE 2162
403 #define SCI_HIDESELECTION 2163
404 #define SCI_POINTXFROMPOSITION 2164
405 #define SCI_POINTYFROMPOSITION 2165
406 #define SCI_LINEFROMPOSITION 2166
407 #define SCI_POSITIONFROMLINE 2167
408 #define SCI_LINESCROLL 2168
409 #define SCI_SCROLLCARET 2169
410 #define SCI_SCROLLRANGE 2569
411 #define SCI_REPLACESEL 2170
412 #define SCI_SETREADONLY 2171
413 #define SCI_NULL 2172
414 #define SCI_CANPASTE 2173
415 #define SCI_CANUNDO 2174
416 #define SCI_EMPTYUNDOBUFFER 2175
417 #define SCI_UNDO 2176
418 #define SCI_CUT 2177
419 #define SCI_COPY 2178
420 #define SCI_PASTE 2179
421 #define SCI_CLEAR 2180
422 #define SCI_SETTEXT 2181
423 #define SCI_GETTEXT 2182
424 #define SCI_GETTEXTLENGTH 2183
425 #define SCI_GETDIRECTFUNCTION 2184
426 #define SCI_GETDIRECTPOINTER 2185
427 #define SCI_SETOVERTYPE 2186
428 #define SCI_GETOVERTYPE 2187
429 #define SCI_SETCARETWIDTH 2188
430 #define SCI_GETCARETWIDTH 2189
431 #define SCI_SETTARGETSTART 2190
432 #define SCI_GETTARGETSTART 2191
433 #define SCI_SETTARGETEND 2192
434 #define SCI_GETTARGETEND 2193
435 #define SCI_SETTARGETRANGE 2686
436 #define SCI_GETTARGETTEXT 2687
437 #define SCI_REPLACETARGET 2194
438 #define SCI_REPLACETARGETRE 2195
439 #define SCI_SEARCHINTARGET 2197
440 #define SCI_SETSEARCHFLAGS 2198
441 #define SCI_GETSEARCHFLAGS 2199
442 #define SCI_CALLTIPSHOW 2200
443 #define SCI_CALLTIPCANCEL 2201
444 #define SCI_CALLTIPACTIVE 2202
445 #define SCI_CALLTIPPOSSTART 2203
446 #define SCI_CALLTIPSETPOSSTART 2214
447 #define SCI_CALLTIPSETHLT 2204
448 #define SCI_CALLTIPSETBACK 2205
449 #define SCI_CALLTIPSETFORE 2206
450 #define SCI_CALLTIPSETFOREHLT 2207
451 #define SCI_CALLTIPUSESTYLE 2212
452 #define SCI_CALLTIPSETPOSITION 2213
453 #define SCI_VISIBLEFROMDOCLINE 2220
454 #define SCI_DOCLINEFROMVISIBLE 2221
455 #define SCI_WRAPCOUNT 2235
456 #define SC_FOLDLEVELBASE 0x400
457 #define SC_FOLDLEVELWHITEFLAG 0x1000
458 #define SC_FOLDLEVELHEADERFLAG 0x2000
459 #define SC_FOLDLEVELNUMBERMASK 0x0FFF
460 #define SCI_SETFOLDLEVEL 2222
461 #define SCI_GETFOLDLEVEL 2223
462 #define SCI_GETLASTCHILD 2224
463 #define SCI_GETFOLDPARENT 2225
464 #define SCI_SHOWLINES 2226
465 #define SCI_HIDELINES 2227
466 #define SCI_GETLINEVISIBLE 2228
467 #define SCI_GETALLLINESVISIBLE 2236
468 #define SCI_SETFOLDEXPANDED 2229
469 #define SCI_GETFOLDEXPANDED 2230
470 #define SCI_TOGGLEFOLD 2231
471 #define SC_FOLDACTION_CONTRACT 0
472 #define SC_FOLDACTION_EXPAND 1
473 #define SC_FOLDACTION_TOGGLE 2
474 #define SCI_FOLDLINE 2237
475 #define SCI_FOLDCHILDREN 2238
476 #define SCI_EXPANDCHILDREN 2239
477 #define SCI_FOLDALL 2662
478 #define SCI_ENSUREVISIBLE 2232
479 #define SC_AUTOMATICFOLD_SHOW 0x0001
480 #define SC_AUTOMATICFOLD_CLICK 0x0002
481 #define SC_AUTOMATICFOLD_CHANGE 0x0004
482 #define SCI_SETAUTOMATICFOLD 2663
483 #define SCI_GETAUTOMATICFOLD 2664
484 #define SC_FOLDFLAG_LINEBEFORE_EXPANDED 0x0002
485 #define SC_FOLDFLAG_LINEBEFORE_CONTRACTED 0x0004
486 #define SC_FOLDFLAG_LINEAFTER_EXPANDED 0x0008
487 #define SC_FOLDFLAG_LINEAFTER_CONTRACTED 0x0010
488 #define SC_FOLDFLAG_LEVELNUMBERS 0x0040
489 #define SC_FOLDFLAG_LINESTATE 0x0080
490 #define SCI_SETFOLDFLAGS 2233
491 #define SCI_ENSUREVISIBLEENFORCEPOLICY 2234
492 #define SCI_SETTABINDENTS 2260
493 #define SCI_GETTABINDENTS 2261
494 #define SCI_SETBACKSPACEUNINDENTS 2262
495 #define SCI_GETBACKSPACEUNINDENTS 2263
496 #define SC_TIME_FOREVER 10000000
497 #define SCI_SETMOUSEDWELLTIME 2264
498 #define SCI_GETMOUSEDWELLTIME 2265
499 #define SCI_WORDSTARTPOSITION 2266
500 #define SCI_WORDENDPOSITION 2267
501 #define SC_WRAP_NONE 0
502 #define SC_WRAP_WORD 1
503 #define SC_WRAP_CHAR 2
504 #define SC_WRAP_WHITESPACE 3
505 #define SCI_SETWRAPMODE 2268
506 #define SCI_GETWRAPMODE 2269
507 #define SC_WRAPVISUALFLAG_NONE 0x0000
508 #define SC_WRAPVISUALFLAG_END 0x0001
509 #define SC_WRAPVISUALFLAG_START 0x0002
510 #define SC_WRAPVISUALFLAG_MARGIN 0x0004
511 #define SCI_SETWRAPVISUALFLAGS 2460
512 #define SCI_GETWRAPVISUALFLAGS 2461
513 #define SC_WRAPVISUALFLAGLOC_DEFAULT 0x0000
514 #define SC_WRAPVISUALFLAGLOC_END_BY_TEXT 0x0001
515 #define SC_WRAPVISUALFLAGLOC_START_BY_TEXT 0x0002
516 #define SCI_SETWRAPVISUALFLAGSLOCATION 2462
517 #define SCI_GETWRAPVISUALFLAGSLOCATION 2463
518 #define SCI_SETWRAPSTARTINDENT 2464
519 #define SCI_GETWRAPSTARTINDENT 2465
520 #define SC_WRAPINDENT_FIXED 0
521 #define SC_WRAPINDENT_SAME 1
522 #define SC_WRAPINDENT_INDENT 2
523 #define SCI_SETWRAPINDENTMODE 2472
524 #define SCI_GETWRAPINDENTMODE 2473
525 #define SC_CACHE_NONE 0
526 #define SC_CACHE_CARET 1
527 #define SC_CACHE_PAGE 2
528 #define SC_CACHE_DOCUMENT 3
529 #define SCI_SETLAYOUTCACHE 2272
530 #define SCI_GETLAYOUTCACHE 2273
531 #define SCI_SETSCROLLWIDTH 2274
532 #define SCI_GETSCROLLWIDTH 2275
533 #define SCI_SETSCROLLWIDTHTRACKING 2516
534 #define SCI_GETSCROLLWIDTHTRACKING 2517
535 #define SCI_TEXTWIDTH 2276
536 #define SCI_SETENDATLASTLINE 2277
537 #define SCI_GETENDATLASTLINE 2278
538 #define SCI_TEXTHEIGHT 2279
539 #define SCI_SETVSCROLLBAR 2280
540 #define SCI_GETVSCROLLBAR 2281
541 #define SCI_APPENDTEXT 2282
542 #define SCI_GETTWOPHASEDRAW 2283
543 #define SCI_SETTWOPHASEDRAW 2284
544 #define SC_PHASES_ONE 0
545 #define SC_PHASES_TWO 1
546 #define SC_PHASES_MULTIPLE 2
547 #define SCI_GETPHASESDRAW 2673
548 #define SCI_SETPHASESDRAW 2674
549 #define SC_EFF_QUALITY_MASK 0xF
550 #define SC_EFF_QUALITY_DEFAULT 0
551 #define SC_EFF_QUALITY_NON_ANTIALIASED 1
552 #define SC_EFF_QUALITY_ANTIALIASED 2
553 #define SC_EFF_QUALITY_LCD_OPTIMIZED 3
554 #define SCI_SETFONTQUALITY 2611
555 #define SCI_GETFONTQUALITY 2612
556 #define SCI_SETFIRSTVISIBLELINE 2613
557 #define SC_MULTIPASTE_ONCE 0
558 #define SC_MULTIPASTE_EACH 1
559 #define SCI_SETMULTIPASTE 2614
560 #define SCI_GETMULTIPASTE 2615
561 #define SCI_GETTAG 2616
562 #define SCI_TARGETFROMSELECTION 2287
563 #define SCI_LINESJOIN 2288
564 #define SCI_LINESSPLIT 2289
565 #define SCI_SETFOLDMARGINCOLOUR 2290
566 #define SCI_SETFOLDMARGINHICOLOUR 2291
567 #define SCI_LINEDOWN 2300
568 #define SCI_LINEDOWNEXTEND 2301
569 #define SCI_LINEUP 2302
570 #define SCI_LINEUPEXTEND 2303
571 #define SCI_CHARLEFT 2304
572 #define SCI_CHARLEFTEXTEND 2305
573 #define SCI_CHARRIGHT 2306
574 #define SCI_CHARRIGHTEXTEND 2307
575 #define SCI_WORDLEFT 2308
576 #define SCI_WORDLEFTEXTEND 2309
577 #define SCI_WORDRIGHT 2310
578 #define SCI_WORDRIGHTEXTEND 2311
579 #define SCI_HOME 2312
580 #define SCI_HOMEEXTEND 2313
581 #define SCI_LINEEND 2314
582 #define SCI_LINEENDEXTEND 2315
583 #define SCI_DOCUMENTSTART 2316
584 #define SCI_DOCUMENTSTARTEXTEND 2317
585 #define SCI_DOCUMENTEND 2318
586 #define SCI_DOCUMENTENDEXTEND 2319
587 #define SCI_PAGEUP 2320
588 #define SCI_PAGEUPEXTEND 2321
589 #define SCI_PAGEDOWN 2322
590 #define SCI_PAGEDOWNEXTEND 2323
591 #define SCI_EDITTOGGLEOVERTYPE 2324
592 #define SCI_CANCEL 2325
593 #define SCI_DELETEBACK 2326
594 #define SCI_TAB 2327
595 #define SCI_BACKTAB 2328
596 #define SCI_NEWLINE 2329
597 #define SCI_FORMFEED 2330
598 #define SCI_VCHOME 2331
599 #define SCI_VCHOMEEXTEND 2332
600 #define SCI_ZOOMIN 2333
601 #define SCI_ZOOMOUT 2334
602 #define SCI_DELWORDLEFT 2335
603 #define SCI_DELWORDRIGHT 2336
604 #define SCI_DELWORDRIGHTEND 2518
605 #define SCI_LINECUT 2337
606 #define SCI_LINEDELETE 2338
607 #define SCI_LINETRANSPOSE 2339
608 #define SCI_LINEDUPLICATE 2404
609 #define SCI_LOWERCASE 2340
610 #define SCI_UPPERCASE 2341
611 #define SCI_LINESCROLLDOWN 2342
612 #define SCI_LINESCROLLUP 2343
613 #define SCI_DELETEBACKNOTLINE 2344
614 #define SCI_HOMEDISPLAY 2345
615 #define SCI_HOMEDISPLAYEXTEND 2346
616 #define SCI_LINEENDDISPLAY 2347
617 #define SCI_LINEENDDISPLAYEXTEND 2348
618 #define SCI_HOMEWRAP 2349
619 #define SCI_HOMEWRAPEXTEND 2450
620 #define SCI_LINEENDWRAP 2451
621 #define SCI_LINEENDWRAPEXTEND 2452
622 #define SCI_VCHOMEWRAP 2453
623 #define SCI_VCHOMEWRAPEXTEND 2454
624 #define SCI_LINECOPY 2455
625 #define SCI_MOVECARETINSIDEVIEW 2401
626 #define SCI_LINELENGTH 2350
627 #define SCI_BRACEHIGHLIGHT 2351
628 #define SCI_BRACEHIGHLIGHTINDICATOR 2498
629 #define SCI_BRACEBADLIGHT 2352
630 #define SCI_BRACEBADLIGHTINDICATOR 2499
631 #define SCI_BRACEMATCH 2353
632 #define SCI_GETVIEWEOL 2355
633 #define SCI_SETVIEWEOL 2356
634 #define SCI_GETDOCPOINTER 2357
635 #define SCI_SETDOCPOINTER 2358
636 #define SCI_SETMODEVENTMASK 2359
637 #define EDGE_NONE 0
638 #define EDGE_LINE 1
639 #define EDGE_BACKGROUND 2
640 #define SCI_GETEDGECOLUMN 2360
641 #define SCI_SETEDGECOLUMN 2361
642 #define SCI_GETEDGEMODE 2362
643 #define SCI_SETEDGEMODE 2363
644 #define SCI_GETEDGECOLOUR 2364
645 #define SCI_SETEDGECOLOUR 2365
646 #define SCI_SEARCHANCHOR 2366
647 #define SCI_SEARCHNEXT 2367
648 #define SCI_SEARCHPREV 2368
649 #define SCI_LINESONSCREEN 2370
650 #define SCI_USEPOPUP 2371
651 #define SCI_SELECTIONISRECTANGLE 2372
652 #define SCI_SETZOOM 2373
653 #define SCI_GETZOOM 2374
654 #define SCI_CREATEDOCUMENT 2375
655 #define SCI_ADDREFDOCUMENT 2376
656 #define SCI_RELEASEDOCUMENT 2377
657 #define SCI_GETMODEVENTMASK 2378
658 #define SCI_SETFOCUS 2380
659 #define SCI_GETFOCUS 2381
660 #define SC_STATUS_OK 0
661 #define SC_STATUS_FAILURE 1
662 #define SC_STATUS_BADALLOC 2
663 #define SC_STATUS_WARN_START 1000
664 #define SC_STATUS_WARN_REGEX 1001
665 #define SCI_SETSTATUS 2382
666 #define SCI_GETSTATUS 2383
667 #define SCI_SETMOUSEDOWNCAPTURES 2384
668 #define SCI_GETMOUSEDOWNCAPTURES 2385
669 #define SC_CURSORNORMAL -1
670 #define SC_CURSORARROW 2
671 #define SC_CURSORWAIT 4
672 #define SC_CURSORREVERSEARROW 7
673 #define SCI_SETCURSOR 2386
674 #define SCI_GETCURSOR 2387
675 #define SCI_SETCONTROLCHARSYMBOL 2388
676 #define SCI_GETCONTROLCHARSYMBOL 2389
677 #define SCI_WORDPARTLEFT 2390
678 #define SCI_WORDPARTLEFTEXTEND 2391
679 #define SCI_WORDPARTRIGHT 2392
680 #define SCI_WORDPARTRIGHTEXTEND 2393
681 #define VISIBLE_SLOP 0x01
682 #define VISIBLE_STRICT 0x04
683 #define SCI_SETVISIBLEPOLICY 2394
684 #define SCI_DELLINELEFT 2395
685 #define SCI_DELLINERIGHT 2396
686 #define SCI_SETXOFFSET 2397
687 #define SCI_GETXOFFSET 2398
688 #define SCI_CHOOSECARETX 2399
689 #define SCI_GRABFOCUS 2400
690 #define CARET_SLOP 0x01
691 #define CARET_STRICT 0x04
692 #define CARET_JUMPS 0x10
693 #define CARET_EVEN 0x08
694 #define SCI_SETXCARETPOLICY 2402
695 #define SCI_SETYCARETPOLICY 2403
696 #define SCI_SETPRINTWRAPMODE 2406
697 #define SCI_GETPRINTWRAPMODE 2407
698 #define SCI_SETHOTSPOTACTIVEFORE 2410
699 #define SCI_GETHOTSPOTACTIVEFORE 2494
700 #define SCI_SETHOTSPOTACTIVEBACK 2411
701 #define SCI_GETHOTSPOTACTIVEBACK 2495
702 #define SCI_SETHOTSPOTACTIVEUNDERLINE 2412
703 #define SCI_GETHOTSPOTACTIVEUNDERLINE 2496
704 #define SCI_SETHOTSPOTSINGLELINE 2421
705 #define SCI_GETHOTSPOTSINGLELINE 2497
706 #define SCI_PARADOWN 2413
707 #define SCI_PARADOWNEXTEND 2414
708 #define SCI_PARAUP 2415
709 #define SCI_PARAUPEXTEND 2416
710 #define SCI_POSITIONBEFORE 2417
711 #define SCI_POSITIONAFTER 2418
712 #define SCI_POSITIONRELATIVE 2670
713 #define SCI_COPYRANGE 2419
714 #define SCI_COPYTEXT 2420
715 #define SC_SEL_STREAM 0
716 #define SC_SEL_RECTANGLE 1
717 #define SC_SEL_LINES 2
718 #define SC_SEL_THIN 3
719 #define SCI_SETSELECTIONMODE 2422
720 #define SCI_GETSELECTIONMODE 2423
721 #define SCI_GETLINESELSTARTPOSITION 2424
722 #define SCI_GETLINESELENDPOSITION 2425
723 #define SCI_LINEDOWNRECTEXTEND 2426
724 #define SCI_LINEUPRECTEXTEND 2427
725 #define SCI_CHARLEFTRECTEXTEND 2428
726 #define SCI_CHARRIGHTRECTEXTEND 2429
727 #define SCI_HOMERECTEXTEND 2430
728 #define SCI_VCHOMERECTEXTEND 2431
729 #define SCI_LINEENDRECTEXTEND 2432
730 #define SCI_PAGEUPRECTEXTEND 2433
731 #define SCI_PAGEDOWNRECTEXTEND 2434
732 #define SCI_STUTTEREDPAGEUP 2435
733 #define SCI_STUTTEREDPAGEUPEXTEND 2436
734 #define SCI_STUTTEREDPAGEDOWN 2437
735 #define SCI_STUTTEREDPAGEDOWNEXTEND 2438
736 #define SCI_WORDLEFTEND 2439
737 #define SCI_WORDLEFTENDEXTEND 2440
738 #define SCI_WORDRIGHTEND 2441
739 #define SCI_WORDRIGHTENDEXTEND 2442
740 #define SCI_SETWHITESPACECHARS 2443
741 #define SCI_GETWHITESPACECHARS 2647
742 #define SCI_SETPUNCTUATIONCHARS 2648
743 #define SCI_GETPUNCTUATIONCHARS 2649
744 #define SCI_SETCHARSDEFAULT 2444
745 #define SCI_AUTOCGETCURRENT 2445
746 #define SCI_AUTOCGETCURRENTTEXT 2610
747 #define SC_CASEINSENSITIVEBEHAVIOUR_RESPECTCASE 0
748 #define SC_CASEINSENSITIVEBEHAVIOUR_IGNORECASE 1
749 #define SCI_AUTOCSETCASEINSENSITIVEBEHAVIOUR 2634
750 #define SCI_AUTOCGETCASEINSENSITIVEBEHAVIOUR 2635
751 #define SC_MULTIAUTOC_ONCE 0
752 #define SC_MULTIAUTOC_EACH 1
753 #define SCI_AUTOCSETMULTI 2636
754 #define SCI_AUTOCGETMULTI 2637
755 #define SC_ORDER_PRESORTED 0
756 #define SC_ORDER_PERFORMSORT 1
757 #define SC_ORDER_CUSTOM 2
758 #define SCI_AUTOCSETORDER 2660
759 #define SCI_AUTOCGETORDER 2661
760 #define SCI_ALLOCATE 2446
761 #define SCI_TARGETASUTF8 2447
762 #define SCI_SETLENGTHFORENCODE 2448
763 #define SCI_ENCODEDFROMUTF8 2449
764 #define SCI_FINDCOLUMN 2456
765 #define SCI_GETCARETSTICKY 2457
766 #define SCI_SETCARETSTICKY 2458
767 #define SC_CARETSTICKY_OFF 0
768 #define SC_CARETSTICKY_ON 1
769 #define SC_CARETSTICKY_WHITESPACE 2
770 #define SCI_TOGGLECARETSTICKY 2459
771 #define SCI_SETPASTECONVERTENDINGS 2467
772 #define SCI_GETPASTECONVERTENDINGS 2468
773 #define SCI_SELECTIONDUPLICATE 2469
774 #define SC_ALPHA_TRANSPARENT 0
775 #define SC_ALPHA_OPAQUE 255
776 #define SC_ALPHA_NOALPHA 256
777 #define SCI_SETCARETLINEBACKALPHA 2470
778 #define SCI_GETCARETLINEBACKALPHA 2471
779 #define CARETSTYLE_INVISIBLE 0
780 #define CARETSTYLE_LINE 1
781 #define CARETSTYLE_BLOCK 2
782 #define SCI_SETCARETSTYLE 2512
783 #define SCI_GETCARETSTYLE 2513
784 #define SCI_SETINDICATORCURRENT 2500
785 #define SCI_GETINDICATORCURRENT 2501
786 #define SCI_SETINDICATORVALUE 2502
787 #define SCI_GETINDICATORVALUE 2503
788 #define SCI_INDICATORFILLRANGE 2504
789 #define SCI_INDICATORCLEARRANGE 2505
790 #define SCI_INDICATORALLONFOR 2506
791 #define SCI_INDICATORVALUEAT 2507
792 #define SCI_INDICATORSTART 2508
793 #define SCI_INDICATOREND 2509
794 #define SCI_SETPOSITIONCACHE 2514
795 #define SCI_GETPOSITIONCACHE 2515
796 #define SCI_COPYALLOWLINE 2519
797 #define SCI_GETCHARACTERPOINTER 2520
798 #define SCI_GETRANGEPOINTER 2643
799 #define SCI_GETGAPPOSITION 2644
800 #define SCI_SETKEYSUNICODE 2521
801 #define SCI_GETKEYSUNICODE 2522
802 #define SCI_INDICSETALPHA 2523
803 #define SCI_INDICGETALPHA 2524
804 #define SCI_INDICSETOUTLINEALPHA 2558
805 #define SCI_INDICGETOUTLINEALPHA 2559
806 #define SCI_SETEXTRAASCENT 2525
807 #define SCI_GETEXTRAASCENT 2526
808 #define SCI_SETEXTRADESCENT 2527
809 #define SCI_GETEXTRADESCENT 2528
810 #define SCI_MARKERSYMBOLDEFINED 2529
811 #define SCI_MARGINSETTEXT 2530
812 #define SCI_MARGINGETTEXT 2531
813 #define SCI_MARGINSETSTYLE 2532
814 #define SCI_MARGINGETSTYLE 2533
815 #define SCI_MARGINSETSTYLES 2534
816 #define SCI_MARGINGETSTYLES 2535
817 #define SCI_MARGINTEXTCLEARALL 2536
818 #define SCI_MARGINSETSTYLEOFFSET 2537
819 #define SCI_MARGINGETSTYLEOFFSET 2538
820 #define SC_MARGINOPTION_NONE 0
821 #define SC_MARGINOPTION_SUBLINESELECT 1
822 #define SCI_SETMARGINOPTIONS 2539
823 #define SCI_GETMARGINOPTIONS 2557
824 #define SCI_ANNOTATIONSETTEXT 2540
825 #define SCI_ANNOTATIONGETTEXT 2541
826 #define SCI_ANNOTATIONSETSTYLE 2542
827 #define SCI_ANNOTATIONGETSTYLE 2543
828 #define SCI_ANNOTATIONSETSTYLES 2544
829 #define SCI_ANNOTATIONGETSTYLES 2545
830 #define SCI_ANNOTATIONGETLINES 2546
831 #define SCI_ANNOTATIONCLEARALL 2547
832 #define ANNOTATION_HIDDEN 0
833 #define ANNOTATION_STANDARD 1
834 #define ANNOTATION_BOXED 2
835 #define ANNOTATION_INDENTED 3
836 #define SCI_ANNOTATIONSETVISIBLE 2548
837 #define SCI_ANNOTATIONGETVISIBLE 2549
838 #define SCI_ANNOTATIONSETSTYLEOFFSET 2550
839 #define SCI_ANNOTATIONGETSTYLEOFFSET 2551
840 #define SCI_RELEASEALLEXTENDEDSTYLES 2552
841 #define SCI_ALLOCATEEXTENDEDSTYLES 2553
842 #define UNDO_MAY_COALESCE 1
843 #define SCI_ADDUNDOACTION 2560
844 #define SCI_CHARPOSITIONFROMPOINT 2561
845 #define SCI_CHARPOSITIONFROMPOINTCLOSE 2562
846 #define SCI_SETMOUSESELECTIONRECTANGULARSWITCH 2668
847 #define SCI_GETMOUSESELECTIONRECTANGULARSWITCH 2669
848 #define SCI_SETMULTIPLESELECTION 2563
849 #define SCI_GETMULTIPLESELECTION 2564
850 #define SCI_SETADDITIONALSELECTIONTYPING 2565
851 #define SCI_GETADDITIONALSELECTIONTYPING 2566
852 #define SCI_SETADDITIONALCARETSBLINK 2567
853 #define SCI_GETADDITIONALCARETSBLINK 2568
854 #define SCI_SETADDITIONALCARETSVISIBLE 2608
855 #define SCI_GETADDITIONALCARETSVISIBLE 2609
856 #define SCI_GETSELECTIONS 2570
857 #define SCI_GETSELECTIONEMPTY 2650
858 #define SCI_CLEARSELECTIONS 2571
859 #define SCI_SETSELECTION 2572
860 #define SCI_ADDSELECTION 2573
861 #define SCI_DROPSELECTIONN 2671
862 #define SCI_SETMAINSELECTION 2574
863 #define SCI_GETMAINSELECTION 2575
864 #define SCI_SETSELECTIONNCARET 2576
865 #define SCI_GETSELECTIONNCARET 2577
866 #define SCI_SETSELECTIONNANCHOR 2578
867 #define SCI_GETSELECTIONNANCHOR 2579
868 #define SCI_SETSELECTIONNCARETVIRTUALSPACE 2580
869 #define SCI_GETSELECTIONNCARETVIRTUALSPACE 2581
870 #define SCI_SETSELECTIONNANCHORVIRTUALSPACE 2582
871 #define SCI_GETSELECTIONNANCHORVIRTUALSPACE 2583
872 #define SCI_SETSELECTIONNSTART 2584
873 #define SCI_GETSELECTIONNSTART 2585
874 #define SCI_SETSELECTIONNEND 2586
875 #define SCI_GETSELECTIONNEND 2587
876 #define SCI_SETRECTANGULARSELECTIONCARET 2588
877 #define SCI_GETRECTANGULARSELECTIONCARET 2589
878 #define SCI_SETRECTANGULARSELECTIONANCHOR 2590
879 #define SCI_GETRECTANGULARSELECTIONANCHOR 2591
880 #define SCI_SETRECTANGULARSELECTIONCARETVIRTUALSPACE 2592
881 #define SCI_GETRECTANGULARSELECTIONCARETVIRTUALSPACE 2593
882 #define SCI_SETRECTANGULARSELECTIONANCHORVIRTUALSPACE 2594
883 #define SCI_GETRECTANGULARSELECTIONANCHORVIRTUALSPACE 2595
884 #define SCVS_NONE 0
885 #define SCVS_RECTANGULARSELECTION 1
886 #define SCVS_USERACCESSIBLE 2
887 #define SCI_SETVIRTUALSPACEOPTIONS 2596
888 #define SCI_GETVIRTUALSPACEOPTIONS 2597
889 #define SCI_SETRECTANGULARSELECTIONMODIFIER 2598
890 #define SCI_GETRECTANGULARSELECTIONMODIFIER 2599
891 #define SCI_SETADDITIONALSELFORE 2600
892 #define SCI_SETADDITIONALSELBACK 2601
893 #define SCI_SETADDITIONALSELALPHA 2602
894 #define SCI_GETADDITIONALSELALPHA 2603
895 #define SCI_SETADDITIONALCARETFORE 2604
896 #define SCI_GETADDITIONALCARETFORE 2605
897 #define SCI_ROTATESELECTION 2606
898 #define SCI_SWAPMAINANCHORCARET 2607
899 #define SCI_CHANGELEXERSTATE 2617
900 #define SCI_CONTRACTEDFOLDNEXT 2618
901 #define SCI_VERTICALCENTRECARET 2619
902 #define SCI_MOVESELECTEDLINESUP 2620
903 #define SCI_MOVESELECTEDLINESDOWN 2621
904 #define SCI_SETIDENTIFIER 2622
905 #define SCI_GETIDENTIFIER 2623
906 #define SCI_RGBAIMAGESETWIDTH 2624
907 #define SCI_RGBAIMAGESETHEIGHT 2625
908 #define SCI_RGBAIMAGESETSCALE 2651
909 #define SCI_MARKERDEFINERGBAIMAGE 2626
910 #define SCI_REGISTERRGBAIMAGE 2627
911 #define SCI_SCROLLTOSTART 2628
912 #define SCI_SCROLLTOEND 2629
913 #define SC_TECHNOLOGY_DEFAULT 0
914 #define SC_TECHNOLOGY_DIRECTWRITE 1
915 #define SC_TECHNOLOGY_DIRECTWRITERETAIN 2
916 #define SC_TECHNOLOGY_DIRECTWRITEDC 3
917 #define SCI_SETTECHNOLOGY 2630
918 #define SCI_GETTECHNOLOGY 2631
919 #define SCI_CREATELOADER 2632
920 #define SCI_FINDINDICATORSHOW 2640
921 #define SCI_FINDINDICATORFLASH 2641
922 #define SCI_FINDINDICATORHIDE 2642
923 #define SCI_VCHOMEDISPLAY 2652
924 #define SCI_VCHOMEDISPLAYEXTEND 2653
925 #define SCI_GETCARETLINEVISIBLEALWAYS 2654
926 #define SCI_SETCARETLINEVISIBLEALWAYS 2655
927 #define SC_LINE_END_TYPE_DEFAULT 0
928 #define SC_LINE_END_TYPE_UNICODE 1
929 #define SCI_SETLINEENDTYPESALLOWED 2656
930 #define SCI_GETLINEENDTYPESALLOWED 2657
931 #define SCI_GETLINEENDTYPESACTIVE 2658
932 #define SCI_SETREPRESENTATION 2665
933 #define SCI_GETREPRESENTATION 2666
934 #define SCI_CLEARREPRESENTATION 2667
935 #define SCI_STARTRECORD 3001
936 #define SCI_STOPRECORD 3002
937 #define SCI_SETLEXER 4001
938 #define SCI_GETLEXER 4002
939 #define SCI_COLOURISE 4003
940 #define SCI_SETPROPERTY 4004
941 #define KEYWORDSET_MAX 8
942 #define SCI_SETKEYWORDS 4005
943 #define SCI_SETLEXERLANGUAGE 4006
944 #define SCI_LOADLEXERLIBRARY 4007
945 #define SCI_GETPROPERTY 4008
946 #define SCI_GETPROPERTYEXPANDED 4009
947 #define SCI_GETPROPERTYINT 4010
948 #define SCI_GETSTYLEBITSNEEDED 4011
949 #define SCI_GETLEXERLANGUAGE 4012
950 #define SCI_PRIVATELEXERCALL 4013
951 #define SCI_PROPERTYNAMES 4014
952 #define SC_TYPE_BOOLEAN 0
953 #define SC_TYPE_INTEGER 1
954 #define SC_TYPE_STRING 2
955 #define SCI_PROPERTYTYPE 4015
956 #define SCI_DESCRIBEPROPERTY 4016
957 #define SCI_DESCRIBEKEYWORDSETS 4017
958 #define SCI_GETLINEENDTYPESSUPPORTED 4018
959 #define SCI_ALLOCATESUBSTYLES 4020
960 #define SCI_GETSUBSTYLESSTART 4021
961 #define SCI_GETSUBSTYLESLENGTH 4022
962 #define SCI_GETSTYLEFROMSUBSTYLE 4027
963 #define SCI_GETPRIMARYSTYLEFROMSTYLE 4028
964 #define SCI_FREESUBSTYLES 4023
965 #define SCI_SETIDENTIFIERS 4024
966 #define SCI_DISTANCETOSECONDARYSTYLES 4025
967 #define SCI_GETSUBSTYLEBASES 4026
968 #define SC_MOD_INSERTTEXT 0x1
969 #define SC_MOD_DELETETEXT 0x2
970 #define SC_MOD_CHANGESTYLE 0x4
971 #define SC_MOD_CHANGEFOLD 0x8
972 #define SC_PERFORMED_USER 0x10
973 #define SC_PERFORMED_UNDO 0x20
974 #define SC_PERFORMED_REDO 0x40
975 #define SC_MULTISTEPUNDOREDO 0x80
976 #define SC_LASTSTEPINUNDOREDO 0x100
977 #define SC_MOD_CHANGEMARKER 0x200
978 #define SC_MOD_BEFOREINSERT 0x400
979 #define SC_MOD_BEFOREDELETE 0x800
980 #define SC_MULTILINEUNDOREDO 0x1000
981 #define SC_STARTACTION 0x2000
982 #define SC_MOD_CHANGEINDICATOR 0x4000
983 #define SC_MOD_CHANGELINESTATE 0x8000
984 #define SC_MOD_CHANGEMARGIN 0x10000
985 #define SC_MOD_CHANGEANNOTATION 0x20000
986 #define SC_MOD_CONTAINER 0x40000
987 #define SC_MOD_LEXERSTATE 0x80000
988 #define SC_MOD_INSERTCHECK 0x100000
989 #define SC_MOD_CHANGETABSTOPS 0x200000
990 #define SC_MODEVENTMASKALL 0x3FFFFF
991 #define SC_UPDATE_CONTENT 0x1
992 #define SC_UPDATE_SELECTION 0x2
993 #define SC_UPDATE_V_SCROLL 0x4
994 #define SC_UPDATE_H_SCROLL 0x8
995 #define SCEN_CHANGE 768
996 #define SCEN_SETFOCUS 512
997 #define SCEN_KILLFOCUS 256
998 #define SCK_DOWN 300
999 #define SCK_UP 301
1000 #define SCK_LEFT 302
1001 #define SCK_RIGHT 303
1002 #define SCK_HOME 304
1003 #define SCK_END 305
1004 #define SCK_PRIOR 306
1005 #define SCK_NEXT 307
1006 #define SCK_DELETE 308
1007 #define SCK_INSERT 309
1008 #define SCK_ESCAPE 7
1009 #define SCK_BACK 8
1010 #define SCK_TAB 9
1011 #define SCK_RETURN 13
1012 #define SCK_ADD 310
1013 #define SCK_SUBTRACT 311
1014 #define SCK_DIVIDE 312
1015 #define SCK_WIN 313
1016 #define SCK_RWIN 314
1017 #define SCK_MENU 315
1018 #define SCMOD_NORM 0
1019 #define SCMOD_SHIFT 1
1020 #define SCMOD_CTRL 2
1021 #define SCMOD_ALT 4
1022 #define SCMOD_SUPER 8
1023 #define SCMOD_META 16
1024 #define SCN_STYLENEEDED 2000
1025 #define SCN_CHARADDED 2001
1026 #define SCN_SAVEPOINTREACHED 2002
1027 #define SCN_SAVEPOINTLEFT 2003
1028 #define SCN_MODIFYATTEMPTRO 2004
1029 #define SCN_KEY 2005
1030 #define SCN_DOUBLECLICK 2006
1031 #define SCN_UPDATEUI 2007
1032 #define SCN_MODIFIED 2008
1033 #define SCN_MACRORECORD 2009
1034 #define SCN_MARGINCLICK 2010
1035 #define SCN_NEEDSHOWN 2011
1036 #define SCN_PAINTED 2013
1037 #define SCN_USERLISTSELECTION 2014
1038 #define SCN_URIDROPPED 2015
1039 #define SCN_DWELLSTART 2016
1040 #define SCN_DWELLEND 2017
1041 #define SCN_ZOOM 2018
1042 #define SCN_HOTSPOTCLICK 2019
1043 #define SCN_HOTSPOTDOUBLECLICK 2020
1044 #define SCN_CALLTIPCLICK 2021
1045 #define SCN_AUTOCSELECTION 2022
1046 #define SCN_INDICATORCLICK 2023
1047 #define SCN_INDICATORRELEASE 2024
1048 #define SCN_AUTOCCANCELLED 2025
1049 #define SCN_AUTOCCHARDELETED 2026
1050 #define SCN_HOTSPOTRELEASECLICK 2027
1051 #define SCN_FOCUSIN 2028
1052 #define SCN_FOCUSOUT 2029
1053 /* --Autogenerated -- end of section automatically generated from Scintilla.iface */
1055 /* These structures are defined to be exactly the same shape as the Win32
1056 * CHARRANGE, TEXTRANGE, FINDTEXTEX, FORMATRANGE, and NMHDR structs.
1057 * So older code that treats Scintilla as a RichEdit will work. */
1059 #if defined(__cplusplus) && defined(SCI_NAMESPACE)
1060 namespace Scintilla {
1061 #endif
1063 struct Sci_CharacterRange {
1064 long cpMin;
1065 long cpMax;
1068 struct Sci_TextRange {
1069 struct Sci_CharacterRange chrg;
1070 char *lpstrText;
1073 struct Sci_TextToFind {
1074 struct Sci_CharacterRange chrg;
1075 const char *lpstrText;
1076 struct Sci_CharacterRange chrgText;
1079 #define CharacterRange Sci_CharacterRange
1080 #define TextRange Sci_TextRange
1081 #define TextToFind Sci_TextToFind
1083 typedef void *Sci_SurfaceID;
1085 struct Sci_Rectangle {
1086 int left;
1087 int top;
1088 int right;
1089 int bottom;
1092 /* This structure is used in printing and requires some of the graphics types
1093 * from Platform.h. Not needed by most client code. */
1095 struct Sci_RangeToFormat {
1096 Sci_SurfaceID hdc;
1097 Sci_SurfaceID hdcTarget;
1098 struct Sci_Rectangle rc;
1099 struct Sci_Rectangle rcPage;
1100 struct Sci_CharacterRange chrg;
1103 #define RangeToFormat Sci_RangeToFormat
1105 struct Sci_NotifyHeader {
1106 /* Compatible with Windows NMHDR.
1107 * hwndFrom is really an environment specific window handle or pointer
1108 * but most clients of Scintilla.h do not have this type visible. */
1109 void *hwndFrom;
1110 uptr_t idFrom;
1111 unsigned int code;
1114 #define NotifyHeader Sci_NotifyHeader
1116 struct SCNotification {
1117 struct Sci_NotifyHeader nmhdr;
1118 int position;
1119 /* SCN_STYLENEEDED, SCN_DOUBLECLICK, SCN_MODIFIED, SCN_MARGINCLICK, */
1120 /* SCN_NEEDSHOWN, SCN_DWELLSTART, SCN_DWELLEND, SCN_CALLTIPCLICK, */
1121 /* SCN_HOTSPOTCLICK, SCN_HOTSPOTDOUBLECLICK, SCN_HOTSPOTRELEASECLICK, */
1122 /* SCN_INDICATORCLICK, SCN_INDICATORRELEASE, */
1123 /* SCN_USERLISTSELECTION, SCN_AUTOCSELECTION */
1125 int ch; /* SCN_CHARADDED, SCN_KEY */
1126 int modifiers;
1127 /* SCN_KEY, SCN_DOUBLECLICK, SCN_HOTSPOTCLICK, SCN_HOTSPOTDOUBLECLICK, */
1128 /* SCN_HOTSPOTRELEASECLICK, SCN_INDICATORCLICK, SCN_INDICATORRELEASE, */
1130 int modificationType; /* SCN_MODIFIED */
1131 const char *text;
1132 /* SCN_MODIFIED, SCN_USERLISTSELECTION, SCN_AUTOCSELECTION, SCN_URIDROPPED */
1134 int length; /* SCN_MODIFIED */
1135 int linesAdded; /* SCN_MODIFIED */
1136 int message; /* SCN_MACRORECORD */
1137 uptr_t wParam; /* SCN_MACRORECORD */
1138 sptr_t lParam; /* SCN_MACRORECORD */
1139 int line; /* SCN_MODIFIED */
1140 int foldLevelNow; /* SCN_MODIFIED */
1141 int foldLevelPrev; /* SCN_MODIFIED */
1142 int margin; /* SCN_MARGINCLICK */
1143 int listType; /* SCN_USERLISTSELECTION */
1144 int x; /* SCN_DWELLSTART, SCN_DWELLEND */
1145 int y; /* SCN_DWELLSTART, SCN_DWELLEND */
1146 int token; /* SCN_MODIFIED with SC_MOD_CONTAINER */
1147 int annotationLinesAdded; /* SCN_MODIFIED with SC_MOD_CHANGEANNOTATION */
1148 int updated; /* SCN_UPDATEUI */
1151 #if defined(__cplusplus) && defined(SCI_NAMESPACE)
1153 #endif
1155 #ifdef INCLUDE_DEPRECATED_FEATURES
1157 #define SC_CP_DBCS 1
1158 #define SCI_SETUSEPALETTE 2039
1159 #define SCI_GETUSEPALETTE 2139
1161 #endif
1163 #endif