]> git.saurik.com Git - wxWidgets.git/blob - src/stc/scintilla/include/Scintilla.h
don't crash, even if used incorrectly
[wxWidgets.git] / src / stc / scintilla / include / Scintilla.h
1 // Scintilla source code edit control
2 /** @file Scintilla.h
3 ** Interface to the edit control.
4 **/
5 // Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org>
6 // The License.txt file describes the conditions under which this software may be distributed.
7
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.
10
11 #ifndef SCINTILLA_H
12 #define SCINTILLA_H
13
14 #if PLAT_WIN
15 #ifdef STATIC_BUILD
16 void Scintilla_RegisterClasses(HINSTANCE hInstance);
17 #endif
18 #endif
19
20 // Here should be placed typedefs for uptr_t, an unsigned integer type large enough to
21 // hold a pointer and sptr_t, a signed integer large enough to hold a pointer.
22 // May need to be changed for 64 bit platforms.
23 typedef unsigned long uptr_t;
24 typedef long sptr_t;
25
26 typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, sptr_t lParam);
27
28 //++Autogenerated -- start of section automatically generated from Scintilla.iface
29 #define INVALID_POSITION -1
30 #define SCI_START 2000
31 #define SCI_OPTIONAL_START 3000
32 #define SCI_LEXER_START 4000
33 #define SCI_ADDTEXT 2001
34 #define SCI_ADDSTYLEDTEXT 2002
35 #define SCI_INSERTTEXT 2003
36 #define SCI_CLEARALL 2004
37 #define SCI_CLEARDOCUMENTSTYLE 2005
38 #define SCI_GETLENGTH 2006
39 #define SCI_GETCHARAT 2007
40 #define SCI_GETCURRENTPOS 2008
41 #define SCI_GETANCHOR 2009
42 #define SCI_GETSTYLEAT 2010
43 #define SCI_REDO 2011
44 #define SCI_SETUNDOCOLLECTION 2012
45 #define SCI_SELECTALL 2013
46 #define SCI_SETSAVEPOINT 2014
47 #define SCI_GETSTYLEDTEXT 2015
48 #define SCI_CANREDO 2016
49 #define SCI_MARKERLINEFROMHANDLE 2017
50 #define SCI_MARKERDELETEHANDLE 2018
51 #define SCI_GETUNDOCOLLECTION 2019
52 #define SCWS_INVISIBLE 0
53 #define SCWS_VISIBLEALWAYS 1
54 #define SCWS_VISIBLEAFTERINDENT 2
55 #define SCI_GETVIEWWS 2020
56 #define SCI_SETVIEWWS 2021
57 #define SCI_POSITIONFROMPOINT 2022
58 #define SCI_POSITIONFROMPOINTCLOSE 2023
59 #define SCI_GOTOLINE 2024
60 #define SCI_GOTOPOS 2025
61 #define SCI_SETANCHOR 2026
62 #define SCI_GETCURLINE 2027
63 #define SCI_GETENDSTYLED 2028
64 #define SC_EOL_CRLF 0
65 #define SC_EOL_CR 1
66 #define SC_EOL_LF 2
67 #define SCI_CONVERTEOLS 2029
68 #define SCI_GETEOLMODE 2030
69 #define SCI_SETEOLMODE 2031
70 #define SCI_STARTSTYLING 2032
71 #define SCI_SETSTYLING 2033
72 #define SCI_GETBUFFEREDDRAW 2034
73 #define SCI_SETBUFFEREDDRAW 2035
74 #define SCI_SETTABWIDTH 2036
75 #define SCI_GETTABWIDTH 2121
76 #define SC_CP_UTF8 65001
77 #define SCI_SETCODEPAGE 2037
78 #define SCI_SETUSEPALETTE 2039
79 #define MARKER_MAX 31
80 #define SC_MARK_CIRCLE 0
81 #define SC_MARK_ROUNDRECT 1
82 #define SC_MARK_ARROW 2
83 #define SC_MARK_SMALLRECT 3
84 #define SC_MARK_SHORTARROW 4
85 #define SC_MARK_EMPTY 5
86 #define SC_MARK_ARROWDOWN 6
87 #define SC_MARK_MINUS 7
88 #define SC_MARK_PLUS 8
89 #define SC_MARK_VLINE 9
90 #define SC_MARK_LCORNER 10
91 #define SC_MARK_TCORNER 11
92 #define SC_MARK_BOXPLUS 12
93 #define SC_MARK_BOXPLUSCONNECTED 13
94 #define SC_MARK_BOXMINUS 14
95 #define SC_MARK_BOXMINUSCONNECTED 15
96 #define SC_MARK_LCORNERCURVE 16
97 #define SC_MARK_TCORNERCURVE 17
98 #define SC_MARK_CIRCLEPLUS 18
99 #define SC_MARK_CIRCLEPLUSCONNECTED 19
100 #define SC_MARK_CIRCLEMINUS 20
101 #define SC_MARK_CIRCLEMINUSCONNECTED 21
102 #define SC_MARK_CHARACTER 10000
103 #define SC_MARKNUM_FOLDEREND 25
104 #define SC_MARKNUM_FOLDEROPENMID 26
105 #define SC_MARKNUM_FOLDERMIDTAIL 27
106 #define SC_MARKNUM_FOLDERTAIL 28
107 #define SC_MARKNUM_FOLDERSUB 29
108 #define SC_MARKNUM_FOLDER 30
109 #define SC_MARKNUM_FOLDEROPEN 31
110 #define SCI_MARKERDEFINE 2040
111 #define SCI_MARKERSETFORE 2041
112 #define SCI_MARKERSETBACK 2042
113 #define SCI_MARKERADD 2043
114 #define SCI_MARKERDELETE 2044
115 #define SCI_MARKERDELETEALL 2045
116 #define SCI_MARKERGET 2046
117 #define SCI_MARKERNEXT 2047
118 #define SCI_MARKERPREVIOUS 2048
119 #define SC_MARGIN_SYMBOL 0
120 #define SC_MARGIN_NUMBER 1
121 #define SCI_SETMARGINTYPEN 2240
122 #define SCI_GETMARGINTYPEN 2241
123 #define SCI_SETMARGINWIDTHN 2242
124 #define SCI_GETMARGINWIDTHN 2243
125 #define SCI_SETMARGINMASKN 2244
126 #define SCI_GETMARGINMASKN 2245
127 #define SCI_SETMARGINSENSITIVEN 2246
128 #define SCI_GETMARGINSENSITIVEN 2247
129 #define STYLE_DEFAULT 32
130 #define STYLE_LINENUMBER 33
131 #define STYLE_BRACELIGHT 34
132 #define STYLE_BRACEBAD 35
133 #define STYLE_CONTROLCHAR 36
134 #define STYLE_INDENTGUIDE 37
135 #define STYLE_LASTPREDEFINED 39
136 #define STYLE_MAX 127
137 #define SC_CHARSET_ANSI 0
138 #define SC_CHARSET_DEFAULT 1
139 #define SC_CHARSET_BALTIC 186
140 #define SC_CHARSET_CHINESEBIG5 136
141 #define SC_CHARSET_EASTEUROPE 238
142 #define SC_CHARSET_GB2312 134
143 #define SC_CHARSET_GREEK 161
144 #define SC_CHARSET_HANGUL 129
145 #define SC_CHARSET_MAC 77
146 #define SC_CHARSET_OEM 255
147 #define SC_CHARSET_RUSSIAN 204
148 #define SC_CHARSET_SHIFTJIS 128
149 #define SC_CHARSET_SYMBOL 2
150 #define SC_CHARSET_TURKISH 162
151 #define SC_CHARSET_JOHAB 130
152 #define SC_CHARSET_HEBREW 177
153 #define SC_CHARSET_ARABIC 178
154 #define SC_CHARSET_VIETNAMESE 163
155 #define SC_CHARSET_THAI 222
156 #define SCI_STYLECLEARALL 2050
157 #define SCI_STYLESETFORE 2051
158 #define SCI_STYLESETBACK 2052
159 #define SCI_STYLESETBOLD 2053
160 #define SCI_STYLESETITALIC 2054
161 #define SCI_STYLESETSIZE 2055
162 #define SCI_STYLESETFONT 2056
163 #define SCI_STYLESETEOLFILLED 2057
164 #define SCI_STYLERESETDEFAULT 2058
165 #define SCI_STYLESETUNDERLINE 2059
166 #define SC_CASE_MIXED 0
167 #define SC_CASE_UPPER 1
168 #define SC_CASE_LOWER 2
169 #define SCI_STYLESETCASE 2060
170 #define SCI_STYLESETCHARACTERSET 2066
171 #define SCI_SETSELFORE 2067
172 #define SCI_SETSELBACK 2068
173 #define SCI_SETCARETFORE 2069
174 #define SCI_ASSIGNCMDKEY 2070
175 #define SCI_CLEARCMDKEY 2071
176 #define SCI_CLEARALLCMDKEYS 2072
177 #define SCI_SETSTYLINGEX 2073
178 #define SCI_STYLESETVISIBLE 2074
179 #define SCI_GETCARETPERIOD 2075
180 #define SCI_SETCARETPERIOD 2076
181 #define SCI_SETWORDCHARS 2077
182 #define SCI_BEGINUNDOACTION 2078
183 #define SCI_ENDUNDOACTION 2079
184 #define INDIC_MAX 7
185 #define INDIC_PLAIN 0
186 #define INDIC_SQUIGGLE 1
187 #define INDIC_TT 2
188 #define INDIC_DIAGONAL 3
189 #define INDIC_STRIKE 4
190 #define INDIC0_MASK 32
191 #define INDIC1_MASK 64
192 #define INDIC2_MASK 128
193 #define INDICS_MASK INDIC0_MASK | INDIC1_MASK | INDIC2_MASK
194 #define SCI_INDICSETSTYLE 2080
195 #define SCI_INDICGETSTYLE 2081
196 #define SCI_INDICSETFORE 2082
197 #define SCI_INDICGETFORE 2083
198 #define SCI_SETSTYLEBITS 2090
199 #define SCI_GETSTYLEBITS 2091
200 #define SCI_SETLINESTATE 2092
201 #define SCI_GETLINESTATE 2093
202 #define SCI_GETMAXLINESTATE 2094
203 #define SCI_GETCARETLINEVISIBLE 2095
204 #define SCI_SETCARETLINEVISIBLE 2096
205 #define SCI_GETCARETLINEBACK 2097
206 #define SCI_SETCARETLINEBACK 2098
207 #define SCI_AUTOCSHOW 2100
208 #define SCI_AUTOCCANCEL 2101
209 #define SCI_AUTOCACTIVE 2102
210 #define SCI_AUTOCPOSSTART 2103
211 #define SCI_AUTOCCOMPLETE 2104
212 #define SCI_AUTOCSTOPS 2105
213 #define SCI_AUTOCSETSEPARATOR 2106
214 #define SCI_AUTOCGETSEPARATOR 2107
215 #define SCI_AUTOCSELECT 2108
216 #define SCI_AUTOCSETCANCELATSTART 2110
217 #define SCI_AUTOCGETCANCELATSTART 2111
218 #define SCI_AUTOCSETFILLUPS 2112
219 #define SCI_AUTOCSETCHOOSESINGLE 2113
220 #define SCI_AUTOCGETCHOOSESINGLE 2114
221 #define SCI_AUTOCSETIGNORECASE 2115
222 #define SCI_AUTOCGETIGNORECASE 2116
223 #define SCI_USERLISTSHOW 2117
224 #define SCI_AUTOCSETAUTOHIDE 2118
225 #define SCI_AUTOCGETAUTOHIDE 2119
226 #define SCI_SETINDENT 2122
227 #define SCI_GETINDENT 2123
228 #define SCI_SETUSETABS 2124
229 #define SCI_GETUSETABS 2125
230 #define SCI_SETLINEINDENTATION 2126
231 #define SCI_GETLINEINDENTATION 2127
232 #define SCI_GETLINEINDENTPOSITION 2128
233 #define SCI_GETCOLUMN 2129
234 #define SCI_SETHSCROLLBAR 2130
235 #define SCI_GETHSCROLLBAR 2131
236 #define SCI_SETINDENTATIONGUIDES 2132
237 #define SCI_GETINDENTATIONGUIDES 2133
238 #define SCI_SETHIGHLIGHTGUIDE 2134
239 #define SCI_GETHIGHLIGHTGUIDE 2135
240 #define SCI_GETLINEENDPOSITION 2136
241 #define SCI_GETCODEPAGE 2137
242 #define SCI_GETCARETFORE 2138
243 #define SCI_GETUSEPALETTE 2139
244 #define SCI_GETREADONLY 2140
245 #define SCI_SETCURRENTPOS 2141
246 #define SCI_SETSELECTIONSTART 2142
247 #define SCI_GETSELECTIONSTART 2143
248 #define SCI_SETSELECTIONEND 2144
249 #define SCI_GETSELECTIONEND 2145
250 #define SCI_SETPRINTMAGNIFICATION 2146
251 #define SCI_GETPRINTMAGNIFICATION 2147
252 #define SC_PRINT_NORMAL 0
253 #define SC_PRINT_INVERTLIGHT 1
254 #define SC_PRINT_BLACKONWHITE 2
255 #define SC_PRINT_COLOURONWHITE 3
256 #define SC_PRINT_COLOURONWHITEDEFAULTBG 4
257 #define SCI_SETPRINTCOLOURMODE 2148
258 #define SCI_GETPRINTCOLOURMODE 2149
259 #define SCFIND_WHOLEWORD 2
260 #define SCFIND_MATCHCASE 4
261 #define SCFIND_WORDSTART 0x00100000
262 #define SCFIND_REGEXP 0x00200000
263 #define SCI_FINDTEXT 2150
264 #define SCI_FORMATRANGE 2151
265 #define SCI_GETFIRSTVISIBLELINE 2152
266 #define SCI_GETLINE 2153
267 #define SCI_GETLINECOUNT 2154
268 #define SCI_SETMARGINLEFT 2155
269 #define SCI_GETMARGINLEFT 2156
270 #define SCI_SETMARGINRIGHT 2157
271 #define SCI_GETMARGINRIGHT 2158
272 #define SCI_GETMODIFY 2159
273 #define SCI_SETSEL 2160
274 #define SCI_GETSELTEXT 2161
275 #define SCI_GETTEXTRANGE 2162
276 #define SCI_HIDESELECTION 2163
277 #define SCI_POINTXFROMPOSITION 2164
278 #define SCI_POINTYFROMPOSITION 2165
279 #define SCI_LINEFROMPOSITION 2166
280 #define SCI_POSITIONFROMLINE 2167
281 #define SCI_LINESCROLL 2168
282 #define SCI_SCROLLCARET 2169
283 #define SCI_REPLACESEL 2170
284 #define SCI_SETREADONLY 2171
285 #define SCI_NULL 2172
286 #define SCI_CANPASTE 2173
287 #define SCI_CANUNDO 2174
288 #define SCI_EMPTYUNDOBUFFER 2175
289 #define SCI_UNDO 2176
290 #define SCI_CUT 2177
291 #define SCI_COPY 2178
292 #define SCI_PASTE 2179
293 #define SCI_CLEAR 2180
294 #define SCI_SETTEXT 2181
295 #define SCI_GETTEXT 2182
296 #define SCI_GETTEXTLENGTH 2183
297 #define SCI_GETDIRECTFUNCTION 2184
298 #define SCI_GETDIRECTPOINTER 2185
299 #define SCI_SETOVERTYPE 2186
300 #define SCI_GETOVERTYPE 2187
301 #define SCI_SETCARETWIDTH 2188
302 #define SCI_GETCARETWIDTH 2189
303 #define SCI_SETTARGETSTART 2190
304 #define SCI_GETTARGETSTART 2191
305 #define SCI_SETTARGETEND 2192
306 #define SCI_GETTARGETEND 2193
307 #define SCI_REPLACETARGET 2194
308 #define SCI_REPLACETARGETRE 2195
309 #define SCI_SEARCHINTARGET 2197
310 #define SCI_SETSEARCHFLAGS 2198
311 #define SCI_GETSEARCHFLAGS 2199
312 #define SCI_CALLTIPSHOW 2200
313 #define SCI_CALLTIPCANCEL 2201
314 #define SCI_CALLTIPACTIVE 2202
315 #define SCI_CALLTIPPOSSTART 2203
316 #define SCI_CALLTIPSETHLT 2204
317 #define SCI_CALLTIPSETBACK 2205
318 #define SCI_VISIBLEFROMDOCLINE 2220
319 #define SCI_DOCLINEFROMVISIBLE 2221
320 #define SC_FOLDLEVELBASE 0x400
321 #define SC_FOLDLEVELWHITEFLAG 0x1000
322 #define SC_FOLDLEVELHEADERFLAG 0x2000
323 #define SC_FOLDLEVELNUMBERMASK 0x0FFF
324 #define SCI_SETFOLDLEVEL 2222
325 #define SCI_GETFOLDLEVEL 2223
326 #define SCI_GETLASTCHILD 2224
327 #define SCI_GETFOLDPARENT 2225
328 #define SCI_SHOWLINES 2226
329 #define SCI_HIDELINES 2227
330 #define SCI_GETLINEVISIBLE 2228
331 #define SCI_SETFOLDEXPANDED 2229
332 #define SCI_GETFOLDEXPANDED 2230
333 #define SCI_TOGGLEFOLD 2231
334 #define SCI_ENSUREVISIBLE 2232
335 #define SCI_SETFOLDFLAGS 2233
336 #define SCI_ENSUREVISIBLEENFORCEPOLICY 2234
337 #define SCI_SETTABINDENTS 2260
338 #define SCI_GETTABINDENTS 2261
339 #define SCI_SETBACKSPACEUNINDENTS 2262
340 #define SCI_GETBACKSPACEUNINDENTS 2263
341 #define SC_TIME_FOREVER 10000000
342 #define SCI_SETMOUSEDWELLTIME 2264
343 #define SCI_GETMOUSEDWELLTIME 2265
344 #define SCI_LINEDOWN 2300
345 #define SCI_LINEDOWNEXTEND 2301
346 #define SCI_LINEUP 2302
347 #define SCI_LINEUPEXTEND 2303
348 #define SCI_CHARLEFT 2304
349 #define SCI_CHARLEFTEXTEND 2305
350 #define SCI_CHARRIGHT 2306
351 #define SCI_CHARRIGHTEXTEND 2307
352 #define SCI_WORDLEFT 2308
353 #define SCI_WORDLEFTEXTEND 2309
354 #define SCI_WORDRIGHT 2310
355 #define SCI_WORDRIGHTEXTEND 2311
356 #define SCI_HOME 2312
357 #define SCI_HOMEEXTEND 2313
358 #define SCI_LINEEND 2314
359 #define SCI_LINEENDEXTEND 2315
360 #define SCI_DOCUMENTSTART 2316
361 #define SCI_DOCUMENTSTARTEXTEND 2317
362 #define SCI_DOCUMENTEND 2318
363 #define SCI_DOCUMENTENDEXTEND 2319
364 #define SCI_PAGEUP 2320
365 #define SCI_PAGEUPEXTEND 2321
366 #define SCI_PAGEDOWN 2322
367 #define SCI_PAGEDOWNEXTEND 2323
368 #define SCI_EDITTOGGLEOVERTYPE 2324
369 #define SCI_CANCEL 2325
370 #define SCI_DELETEBACK 2326
371 #define SCI_TAB 2327
372 #define SCI_BACKTAB 2328
373 #define SCI_NEWLINE 2329
374 #define SCI_FORMFEED 2330
375 #define SCI_VCHOME 2331
376 #define SCI_VCHOMEEXTEND 2332
377 #define SCI_ZOOMIN 2333
378 #define SCI_ZOOMOUT 2334
379 #define SCI_DELWORDLEFT 2335
380 #define SCI_DELWORDRIGHT 2336
381 #define SCI_LINECUT 2337
382 #define SCI_LINEDELETE 2338
383 #define SCI_LINETRANSPOSE 2339
384 #define SCI_LOWERCASE 2340
385 #define SCI_UPPERCASE 2341
386 #define SCI_LINESCROLLDOWN 2342
387 #define SCI_LINESCROLLUP 2343
388 #define SCI_MOVECARETINSIDEVIEW 2401
389 #define SCI_LINELENGTH 2350
390 #define SCI_BRACEHIGHLIGHT 2351
391 #define SCI_BRACEBADLIGHT 2352
392 #define SCI_BRACEMATCH 2353
393 #define SCI_GETVIEWEOL 2355
394 #define SCI_SETVIEWEOL 2356
395 #define SCI_GETDOCPOINTER 2357
396 #define SCI_SETDOCPOINTER 2358
397 #define SCI_SETMODEVENTMASK 2359
398 #define EDGE_NONE 0
399 #define EDGE_LINE 1
400 #define EDGE_BACKGROUND 2
401 #define SCI_GETEDGECOLUMN 2360
402 #define SCI_SETEDGECOLUMN 2361
403 #define SCI_GETEDGEMODE 2362
404 #define SCI_SETEDGEMODE 2363
405 #define SCI_GETEDGECOLOUR 2364
406 #define SCI_SETEDGECOLOUR 2365
407 #define SCI_SEARCHANCHOR 2366
408 #define SCI_SEARCHNEXT 2367
409 #define SCI_SEARCHPREV 2368
410 #define CARET_SLOP 0x01
411 #define CARET_CENTER 0x02
412 #define CARET_STRICT 0x04
413 #define CARET_XEVEN 0x08
414 #define CARET_XJUMPS 0x10
415 #define SCI_SETCARETPOLICY 2369
416 #define SCI_LINESONSCREEN 2370
417 #define SCI_USEPOPUP 2371
418 #define SCI_SELECTIONISRECTANGLE 2372
419 #define SCI_SETZOOM 2373
420 #define SCI_GETZOOM 2374
421 #define SCI_CREATEDOCUMENT 2375
422 #define SCI_ADDREFDOCUMENT 2376
423 #define SCI_RELEASEDOCUMENT 2377
424 #define SCI_GETMODEVENTMASK 2378
425 #define SCI_SETFOCUS 2380
426 #define SCI_GETFOCUS 2381
427 #define SCI_SETSTATUS 2382
428 #define SCI_GETSTATUS 2383
429 #define SCI_SETMOUSEDOWNCAPTURES 2384
430 #define SCI_GETMOUSEDOWNCAPTURES 2385
431 #define SC_CURSORNORMAL -1
432 #define SC_CURSORWAIT 3
433 #define SCI_SETCURSOR 2386
434 #define SCI_GETCURSOR 2387
435 #define SCI_WORDPARTLEFT 2390
436 #define SCI_WORDPARTLEFTEXTEND 2391
437 #define SCI_WORDPARTRIGHT 2392
438 #define SCI_WORDPARTRIGHTEXTEND 2393
439 #define VISIBLE_SLOP 0x01
440 #define VISIBLE_STRICT 0x04
441 #define SCI_SETVISIBLEPOLICY 2394
442 #define SCI_DELLINELEFT 2395
443 #define SCI_DELLINERIGHT 2396
444 #define SCI_GRABFOCUS 2400
445 #define SCI_STARTRECORD 3001
446 #define SCI_STOPRECORD 3002
447 #define SCI_SETLEXER 4001
448 #define SCI_GETLEXER 4002
449 #define SCI_COLOURISE 4003
450 #define SCI_SETPROPERTY 4004
451 #define SCI_SETKEYWORDS 4005
452 #define SCI_SETLEXERLANGUAGE 4006
453 #define SC_MOD_INSERTTEXT 0x1
454 #define SC_MOD_DELETETEXT 0x2
455 #define SC_MOD_CHANGESTYLE 0x4
456 #define SC_MOD_CHANGEFOLD 0x8
457 #define SC_PERFORMED_USER 0x10
458 #define SC_PERFORMED_UNDO 0x20
459 #define SC_PERFORMED_REDO 0x40
460 #define SC_LASTSTEPINUNDOREDO 0x100
461 #define SC_MOD_CHANGEMARKER 0x200
462 #define SC_MOD_BEFOREINSERT 0x400
463 #define SC_MOD_BEFOREDELETE 0x800
464 #define SC_MODEVENTMASKALL 0xF77
465 #define SCEN_CHANGE 768
466 #define SCEN_SETFOCUS 512
467 #define SCEN_KILLFOCUS 256
468 #define SCK_DOWN 300
469 #define SCK_UP 301
470 #define SCK_LEFT 302
471 #define SCK_RIGHT 303
472 #define SCK_HOME 304
473 #define SCK_END 305
474 #define SCK_PRIOR 306
475 #define SCK_NEXT 307
476 #define SCK_DELETE 308
477 #define SCK_INSERT 309
478 #define SCK_ESCAPE 7
479 #define SCK_BACK 8
480 #define SCK_TAB 9
481 #define SCK_RETURN 13
482 #define SCK_ADD 310
483 #define SCK_SUBTRACT 311
484 #define SCK_DIVIDE 312
485 #define SCMOD_SHIFT 1
486 #define SCMOD_CTRL 2
487 #define SCMOD_ALT 4
488 #define SCN_STYLENEEDED 2000
489 #define SCN_CHARADDED 2001
490 #define SCN_SAVEPOINTREACHED 2002
491 #define SCN_SAVEPOINTLEFT 2003
492 #define SCN_MODIFYATTEMPTRO 2004
493 #define SCN_KEY 2005
494 #define SCN_DOUBLECLICK 2006
495 #define SCN_UPDATEUI 2007
496 #define SCN_CHECKBRACE 2007
497 #define SCN_MODIFIED 2008
498 #define SCN_MACRORECORD 2009
499 #define SCN_MARGINCLICK 2010
500 #define SCN_NEEDSHOWN 2011
501 #define SCN_POSCHANGED 2012
502 #define SCN_PAINTED 2013
503 #define SCN_USERLISTSELECTION 2014
504 #define SCN_URIDROPPED 2015
505 #define SCN_DWELLSTART 2016
506 #define SCN_DWELLEND 2017
507 //--Autogenerated -- end of section automatically generated from Scintilla.iface
508
509 // These structures are defined to be exactly the same shape as the Win32
510 // CHARRANGE, TEXTRANGE, FINDTEXTEX, FORMATRANGE, and NMHDR structs.
511 // So older code that treats Scintilla as a RichEdit will work.
512
513 struct CharacterRange {
514 long cpMin;
515 long cpMax;
516 };
517
518 struct TextRange {
519 struct CharacterRange chrg;
520 char *lpstrText;
521 };
522
523 struct TextToFind {
524 struct CharacterRange chrg;
525 char *lpstrText;
526 struct CharacterRange chrgText;
527 };
528
529 #ifdef PLATFORM_H
530
531 // This structure is used in printing and requires some of the graphics types
532 // from Platform.h. Not needed by most client code.
533
534 struct RangeToFormat {
535 SurfaceID hdc;
536 SurfaceID hdcTarget;
537 PRectangle rc;
538 PRectangle rcPage;
539 CharacterRange chrg;
540 };
541
542 #endif
543
544 struct NotifyHeader {
545 // hwndFrom is really an environment specifc window handle or pointer
546 // but most clients of Scintilla.h do not have this type visible.
547 //WindowID hwndFrom;
548 void *hwndFrom;
549 unsigned int idFrom;
550 unsigned int code;
551 };
552
553 struct SCNotification {
554 struct NotifyHeader nmhdr;
555 int position; // SCN_STYLENEEDED, SCN_MODIFIED, SCN_DWELLSTART, SCN_DWELLEND
556 int ch; // SCN_CHARADDED, SCN_KEY
557 int modifiers; // SCN_KEY
558 int modificationType; // SCN_MODIFIED
559 const char *text; // SCN_MODIFIED
560 int length; // SCN_MODIFIED
561 int linesAdded; // SCN_MODIFIED
562 int message; // SCN_MACRORECORD
563 uptr_t wParam; // SCN_MACRORECORD
564 sptr_t lParam; // SCN_MACRORECORD
565 int line; // SCN_MODIFIED
566 int foldLevelNow; // SCN_MODIFIED
567 int foldLevelPrev; // SCN_MODIFIED
568 int margin; // SCN_MARGINCLICK
569 int listType; // SCN_USERLISTSELECTION
570 int x; // SCN_DWELLSTART, SCN_DWELLEND
571 int y; // SCN_DWELLSTART, SCN_DWELLEND
572 };
573
574 #define SC_MASK_FOLDERS ((1<<SC_MARKNUM_FOLDER) | \
575 (1<<SC_MARKNUM_FOLDEROPEN) | \
576 (1<<SC_MARKNUM_FOLDERSUB) | \
577 (1<<SC_MARKNUM_FOLDERTAIL) | \
578 (1<<SC_MARKNUM_FOLDERMIDTAIL) | \
579 (1<<SC_MARKNUM_FOLDEROPENMID) | \
580 (1<<SC_MARKNUM_FOLDEREND))
581
582 // Deprecation section listing all API features that are deprecated and will
583 // will be removed completely in a future version.
584 // To enable these features define INCLUDE_DEPRECATED_FEATURES
585
586 #ifdef INCLUDE_DEPRECATED_FEATURES
587
588 #endif
589
590 #endif