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