]> git.saurik.com Git - wxWidgets.git/blame_incremental - src/stc/scintilla/include/Scintilla.h
content must be changeable by wx even though control may be disabled
[wxWidgets.git] / src / stc / scintilla / include / Scintilla.h
... / ...
CommitLineData
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.
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 defined(LCCWIN) && LCCWIN
15typedef BOOL bool;
16#endif
17
18#if PLAT_WIN
19// Return false on failure:
20bool Scintilla_RegisterClasses(void *hInstance);
21bool Scintilla_ReleaseResources();
22#endif
23int Scintilla_LinkLexers();
24
25// Here should be placed typedefs for uptr_t, an unsigned integer type large enough to
26// hold a pointer and sptr_t, a signed integer large enough to hold a pointer.
27// May need to be changed for 64 bit platforms.
28#ifdef _WIN32
29#include <basetsd.h>
30#endif
31#ifdef MAXULONG_PTR
32typedef ULONG_PTR uptr_t;
33typedef LONG_PTR sptr_t;
34#else
35typedef unsigned long uptr_t;
36typedef long sptr_t;
37#endif
38
39typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, sptr_t lParam);
40
41//++Autogenerated -- start of section automatically generated from Scintilla.iface
42#define INVALID_POSITION -1
43#define SCI_START 2000
44#define SCI_OPTIONAL_START 3000
45#define SCI_LEXER_START 4000
46#define SCI_ADDTEXT 2001
47#define SCI_ADDSTYLEDTEXT 2002
48#define SCI_INSERTTEXT 2003
49#define SCI_CLEARALL 2004
50#define SCI_CLEARDOCUMENTSTYLE 2005
51#define SCI_GETLENGTH 2006
52#define SCI_GETCHARAT 2007
53#define SCI_GETCURRENTPOS 2008
54#define SCI_GETANCHOR 2009
55#define SCI_GETSTYLEAT 2010
56#define SCI_REDO 2011
57#define SCI_SETUNDOCOLLECTION 2012
58#define SCI_SELECTALL 2013
59#define SCI_SETSAVEPOINT 2014
60#define SCI_GETSTYLEDTEXT 2015
61#define SCI_CANREDO 2016
62#define SCI_MARKERLINEFROMHANDLE 2017
63#define SCI_MARKERDELETEHANDLE 2018
64#define SCI_GETUNDOCOLLECTION 2019
65#define SCWS_INVISIBLE 0
66#define SCWS_VISIBLEALWAYS 1
67#define SCWS_VISIBLEAFTERINDENT 2
68#define SCI_GETVIEWWS 2020
69#define SCI_SETVIEWWS 2021
70#define SCI_POSITIONFROMPOINT 2022
71#define SCI_POSITIONFROMPOINTCLOSE 2023
72#define SCI_GOTOLINE 2024
73#define SCI_GOTOPOS 2025
74#define SCI_SETANCHOR 2026
75#define SCI_GETCURLINE 2027
76#define SCI_GETENDSTYLED 2028
77#define SC_EOL_CRLF 0
78#define SC_EOL_CR 1
79#define SC_EOL_LF 2
80#define SCI_CONVERTEOLS 2029
81#define SCI_GETEOLMODE 2030
82#define SCI_SETEOLMODE 2031
83#define SCI_STARTSTYLING 2032
84#define SCI_SETSTYLING 2033
85#define SCI_GETBUFFEREDDRAW 2034
86#define SCI_SETBUFFEREDDRAW 2035
87#define SCI_SETTABWIDTH 2036
88#define SCI_GETTABWIDTH 2121
89#define SC_CP_UTF8 65001
90#define SC_CP_DBCS 1
91#define SCI_SETCODEPAGE 2037
92#define SCI_SETUSEPALETTE 2039
93#define MARKER_MAX 31
94#define SC_MARK_CIRCLE 0
95#define SC_MARK_ROUNDRECT 1
96#define SC_MARK_ARROW 2
97#define SC_MARK_SMALLRECT 3
98#define SC_MARK_SHORTARROW 4
99#define SC_MARK_EMPTY 5
100#define SC_MARK_ARROWDOWN 6
101#define SC_MARK_MINUS 7
102#define SC_MARK_PLUS 8
103#define SC_MARK_VLINE 9
104#define SC_MARK_LCORNER 10
105#define SC_MARK_TCORNER 11
106#define SC_MARK_BOXPLUS 12
107#define SC_MARK_BOXPLUSCONNECTED 13
108#define SC_MARK_BOXMINUS 14
109#define SC_MARK_BOXMINUSCONNECTED 15
110#define SC_MARK_LCORNERCURVE 16
111#define SC_MARK_TCORNERCURVE 17
112#define SC_MARK_CIRCLEPLUS 18
113#define SC_MARK_CIRCLEPLUSCONNECTED 19
114#define SC_MARK_CIRCLEMINUS 20
115#define SC_MARK_CIRCLEMINUSCONNECTED 21
116#define SC_MARK_BACKGROUND 22
117#define SC_MARK_DOTDOTDOT 23
118#define SC_MARK_ARROWS 24
119#define SC_MARK_PIXMAP 25
120#define SC_MARK_FULLRECT 26
121#define SC_MARK_CHARACTER 10000
122#define SC_MARKNUM_FOLDEREND 25
123#define SC_MARKNUM_FOLDEROPENMID 26
124#define SC_MARKNUM_FOLDERMIDTAIL 27
125#define SC_MARKNUM_FOLDERTAIL 28
126#define SC_MARKNUM_FOLDERSUB 29
127#define SC_MARKNUM_FOLDER 30
128#define SC_MARKNUM_FOLDEROPEN 31
129#define SC_MASK_FOLDERS 0xFE000000
130#define SCI_MARKERDEFINE 2040
131#define SCI_MARKERSETFORE 2041
132#define SCI_MARKERSETBACK 2042
133#define SCI_MARKERADD 2043
134#define SCI_MARKERDELETE 2044
135#define SCI_MARKERDELETEALL 2045
136#define SCI_MARKERGET 2046
137#define SCI_MARKERNEXT 2047
138#define SCI_MARKERPREVIOUS 2048
139#define SCI_MARKERDEFINEPIXMAP 2049
140#define SCI_MARKERADDSET 2466
141#define SCI_MARKERSETALPHA 2476
142#define SC_MARGIN_SYMBOL 0
143#define SC_MARGIN_NUMBER 1
144#define SC_MARGIN_BACK 2
145#define SC_MARGIN_FORE 3
146#define SCI_SETMARGINTYPEN 2240
147#define SCI_GETMARGINTYPEN 2241
148#define SCI_SETMARGINWIDTHN 2242
149#define SCI_GETMARGINWIDTHN 2243
150#define SCI_SETMARGINMASKN 2244
151#define SCI_GETMARGINMASKN 2245
152#define SCI_SETMARGINSENSITIVEN 2246
153#define SCI_GETMARGINSENSITIVEN 2247
154#define STYLE_DEFAULT 32
155#define STYLE_LINENUMBER 33
156#define STYLE_BRACELIGHT 34
157#define STYLE_BRACEBAD 35
158#define STYLE_CONTROLCHAR 36
159#define STYLE_INDENTGUIDE 37
160#define STYLE_CALLTIP 38
161#define STYLE_LASTPREDEFINED 39
162#define STYLE_MAX 255
163#define SC_CHARSET_ANSI 0
164#define SC_CHARSET_DEFAULT 1
165#define SC_CHARSET_BALTIC 186
166#define SC_CHARSET_CHINESEBIG5 136
167#define SC_CHARSET_EASTEUROPE 238
168#define SC_CHARSET_GB2312 134
169#define SC_CHARSET_GREEK 161
170#define SC_CHARSET_HANGUL 129
171#define SC_CHARSET_MAC 77
172#define SC_CHARSET_OEM 255
173#define SC_CHARSET_RUSSIAN 204
174#define SC_CHARSET_CYRILLIC 1251
175#define SC_CHARSET_SHIFTJIS 128
176#define SC_CHARSET_SYMBOL 2
177#define SC_CHARSET_TURKISH 162
178#define SC_CHARSET_JOHAB 130
179#define SC_CHARSET_HEBREW 177
180#define SC_CHARSET_ARABIC 178
181#define SC_CHARSET_VIETNAMESE 163
182#define SC_CHARSET_THAI 222
183#define SC_CHARSET_8859_15 1000
184#define SCI_STYLECLEARALL 2050
185#define SCI_STYLESETFORE 2051
186#define SCI_STYLESETBACK 2052
187#define SCI_STYLESETBOLD 2053
188#define SCI_STYLESETITALIC 2054
189#define SCI_STYLESETSIZE 2055
190#define SCI_STYLESETFONT 2056
191#define SCI_STYLESETEOLFILLED 2057
192#define SCI_STYLERESETDEFAULT 2058
193#define SCI_STYLESETUNDERLINE 2059
194#define SC_CASE_MIXED 0
195#define SC_CASE_UPPER 1
196#define SC_CASE_LOWER 2
197#define SCI_STYLEGETFORE 2481
198#define SCI_STYLEGETBACK 2482
199#define SCI_STYLEGETBOLD 2483
200#define SCI_STYLEGETITALIC 2484
201#define SCI_STYLEGETSIZE 2485
202#define SCI_STYLEGETFONT 2486
203#define SCI_STYLEGETEOLFILLED 2487
204#define SCI_STYLEGETUNDERLINE 2488
205#define SCI_STYLEGETCASE 2489
206#define SCI_STYLEGETCHARACTERSET 2490
207#define SCI_STYLEGETVISIBLE 2491
208#define SCI_STYLEGETCHANGEABLE 2492
209#define SCI_STYLEGETHOTSPOT 2493
210#define SCI_STYLESETCASE 2060
211#define SCI_STYLESETCHARACTERSET 2066
212#define SCI_STYLESETHOTSPOT 2409
213#define SCI_SETSELFORE 2067
214#define SCI_SETSELBACK 2068
215#define SCI_GETSELALPHA 2477
216#define SCI_SETSELALPHA 2478
217#define SCI_GETSELEOLFILLED 2479
218#define SCI_SETSELEOLFILLED 2480
219#define SCI_SETCARETFORE 2069
220#define SCI_ASSIGNCMDKEY 2070
221#define SCI_CLEARCMDKEY 2071
222#define SCI_CLEARALLCMDKEYS 2072
223#define SCI_SETSTYLINGEX 2073
224#define SCI_STYLESETVISIBLE 2074
225#define SCI_GETCARETPERIOD 2075
226#define SCI_SETCARETPERIOD 2076
227#define SCI_SETWORDCHARS 2077
228#define SCI_BEGINUNDOACTION 2078
229#define SCI_ENDUNDOACTION 2079
230#define INDIC_PLAIN 0
231#define INDIC_SQUIGGLE 1
232#define INDIC_TT 2
233#define INDIC_DIAGONAL 3
234#define INDIC_STRIKE 4
235#define INDIC_HIDDEN 5
236#define INDIC_BOX 6
237#define INDIC_ROUNDBOX 7
238#define INDIC_MAX 31
239#define INDIC_CONTAINER 8
240#define INDIC0_MASK 0x20
241#define INDIC1_MASK 0x40
242#define INDIC2_MASK 0x80
243#define INDICS_MASK 0xE0
244#define SCI_INDICSETSTYLE 2080
245#define SCI_INDICGETSTYLE 2081
246#define SCI_INDICSETFORE 2082
247#define SCI_INDICGETFORE 2083
248#define SCI_INDICSETUNDER 2510
249#define SCI_INDICGETUNDER 2511
250#define SCI_SETWHITESPACEFORE 2084
251#define SCI_SETWHITESPACEBACK 2085
252#define SCI_SETSTYLEBITS 2090
253#define SCI_GETSTYLEBITS 2091
254#define SCI_SETLINESTATE 2092
255#define SCI_GETLINESTATE 2093
256#define SCI_GETMAXLINESTATE 2094
257#define SCI_GETCARETLINEVISIBLE 2095
258#define SCI_SETCARETLINEVISIBLE 2096
259#define SCI_GETCARETLINEBACK 2097
260#define SCI_SETCARETLINEBACK 2098
261#define SCI_STYLESETCHANGEABLE 2099
262#define SCI_AUTOCSHOW 2100
263#define SCI_AUTOCCANCEL 2101
264#define SCI_AUTOCACTIVE 2102
265#define SCI_AUTOCPOSSTART 2103
266#define SCI_AUTOCCOMPLETE 2104
267#define SCI_AUTOCSTOPS 2105
268#define SCI_AUTOCSETSEPARATOR 2106
269#define SCI_AUTOCGETSEPARATOR 2107
270#define SCI_AUTOCSELECT 2108
271#define SCI_AUTOCSETCANCELATSTART 2110
272#define SCI_AUTOCGETCANCELATSTART 2111
273#define SCI_AUTOCSETFILLUPS 2112
274#define SCI_AUTOCSETCHOOSESINGLE 2113
275#define SCI_AUTOCGETCHOOSESINGLE 2114
276#define SCI_AUTOCSETIGNORECASE 2115
277#define SCI_AUTOCGETIGNORECASE 2116
278#define SCI_USERLISTSHOW 2117
279#define SCI_AUTOCSETAUTOHIDE 2118
280#define SCI_AUTOCGETAUTOHIDE 2119
281#define SCI_AUTOCSETDROPRESTOFWORD 2270
282#define SCI_AUTOCGETDROPRESTOFWORD 2271
283#define SCI_REGISTERIMAGE 2405
284#define SCI_CLEARREGISTEREDIMAGES 2408
285#define SCI_AUTOCGETTYPESEPARATOR 2285
286#define SCI_AUTOCSETTYPESEPARATOR 2286
287#define SCI_AUTOCSETMAXWIDTH 2208
288#define SCI_AUTOCGETMAXWIDTH 2209
289#define SCI_AUTOCSETMAXHEIGHT 2210
290#define SCI_AUTOCGETMAXHEIGHT 2211
291#define SCI_SETINDENT 2122
292#define SCI_GETINDENT 2123
293#define SCI_SETUSETABS 2124
294#define SCI_GETUSETABS 2125
295#define SCI_SETLINEINDENTATION 2126
296#define SCI_GETLINEINDENTATION 2127
297#define SCI_GETLINEINDENTPOSITION 2128
298#define SCI_GETCOLUMN 2129
299#define SCI_SETHSCROLLBAR 2130
300#define SCI_GETHSCROLLBAR 2131
301#define SC_IV_NONE 0
302#define SC_IV_REAL 1
303#define SC_IV_LOOKFORWARD 2
304#define SC_IV_LOOKBOTH 3
305#define SCI_SETINDENTATIONGUIDES 2132
306#define SCI_GETINDENTATIONGUIDES 2133
307#define SCI_SETHIGHLIGHTGUIDE 2134
308#define SCI_GETHIGHLIGHTGUIDE 2135
309#define SCI_GETLINEENDPOSITION 2136
310#define SCI_GETCODEPAGE 2137
311#define SCI_GETCARETFORE 2138
312#define SCI_GETUSEPALETTE 2139
313#define SCI_GETREADONLY 2140
314#define SCI_SETCURRENTPOS 2141
315#define SCI_SETSELECTIONSTART 2142
316#define SCI_GETSELECTIONSTART 2143
317#define SCI_SETSELECTIONEND 2144
318#define SCI_GETSELECTIONEND 2145
319#define SCI_SETPRINTMAGNIFICATION 2146
320#define SCI_GETPRINTMAGNIFICATION 2147
321#define SC_PRINT_NORMAL 0
322#define SC_PRINT_INVERTLIGHT 1
323#define SC_PRINT_BLACKONWHITE 2
324#define SC_PRINT_COLOURONWHITE 3
325#define SC_PRINT_COLOURONWHITEDEFAULTBG 4
326#define SCI_SETPRINTCOLOURMODE 2148
327#define SCI_GETPRINTCOLOURMODE 2149
328#define SCFIND_WHOLEWORD 2
329#define SCFIND_MATCHCASE 4
330#define SCFIND_WORDSTART 0x00100000
331#define SCFIND_REGEXP 0x00200000
332#define SCFIND_POSIX 0x00400000
333#define SCI_FINDTEXT 2150
334#define SCI_FORMATRANGE 2151
335#define SCI_GETFIRSTVISIBLELINE 2152
336#define SCI_GETLINE 2153
337#define SCI_GETLINECOUNT 2154
338#define SCI_SETMARGINLEFT 2155
339#define SCI_GETMARGINLEFT 2156
340#define SCI_SETMARGINRIGHT 2157
341#define SCI_GETMARGINRIGHT 2158
342#define SCI_GETMODIFY 2159
343#define SCI_SETSEL 2160
344#define SCI_GETSELTEXT 2161
345#define SCI_GETTEXTRANGE 2162
346#define SCI_HIDESELECTION 2163
347#define SCI_POINTXFROMPOSITION 2164
348#define SCI_POINTYFROMPOSITION 2165
349#define SCI_LINEFROMPOSITION 2166
350#define SCI_POSITIONFROMLINE 2167
351#define SCI_LINESCROLL 2168
352#define SCI_SCROLLCARET 2169
353#define SCI_REPLACESEL 2170
354#define SCI_SETREADONLY 2171
355#define SCI_NULL 2172
356#define SCI_CANPASTE 2173
357#define SCI_CANUNDO 2174
358#define SCI_EMPTYUNDOBUFFER 2175
359#define SCI_UNDO 2176
360#define SCI_CUT 2177
361#define SCI_COPY 2178
362#define SCI_PASTE 2179
363#define SCI_CLEAR 2180
364#define SCI_SETTEXT 2181
365#define SCI_GETTEXT 2182
366#define SCI_GETTEXTLENGTH 2183
367#define SCI_GETDIRECTFUNCTION 2184
368#define SCI_GETDIRECTPOINTER 2185
369#define SCI_SETOVERTYPE 2186
370#define SCI_GETOVERTYPE 2187
371#define SCI_SETCARETWIDTH 2188
372#define SCI_GETCARETWIDTH 2189
373#define SCI_SETTARGETSTART 2190
374#define SCI_GETTARGETSTART 2191
375#define SCI_SETTARGETEND 2192
376#define SCI_GETTARGETEND 2193
377#define SCI_REPLACETARGET 2194
378#define SCI_REPLACETARGETRE 2195
379#define SCI_SEARCHINTARGET 2197
380#define SCI_SETSEARCHFLAGS 2198
381#define SCI_GETSEARCHFLAGS 2199
382#define SCI_CALLTIPSHOW 2200
383#define SCI_CALLTIPCANCEL 2201
384#define SCI_CALLTIPACTIVE 2202
385#define SCI_CALLTIPPOSSTART 2203
386#define SCI_CALLTIPSETHLT 2204
387#define SCI_CALLTIPSETBACK 2205
388#define SCI_CALLTIPSETFORE 2206
389#define SCI_CALLTIPSETFOREHLT 2207
390#define SCI_CALLTIPUSESTYLE 2212
391#define SCI_VISIBLEFROMDOCLINE 2220
392#define SCI_DOCLINEFROMVISIBLE 2221
393#define SCI_WRAPCOUNT 2235
394#define SC_FOLDLEVELBASE 0x400
395#define SC_FOLDLEVELWHITEFLAG 0x1000
396#define SC_FOLDLEVELHEADERFLAG 0x2000
397#define SC_FOLDLEVELBOXHEADERFLAG 0x4000
398#define SC_FOLDLEVELBOXFOOTERFLAG 0x8000
399#define SC_FOLDLEVELCONTRACTED 0x10000
400#define SC_FOLDLEVELUNINDENT 0x20000
401#define SC_FOLDLEVELNUMBERMASK 0x0FFF
402#define SCI_SETFOLDLEVEL 2222
403#define SCI_GETFOLDLEVEL 2223
404#define SCI_GETLASTCHILD 2224
405#define SCI_GETFOLDPARENT 2225
406#define SCI_SHOWLINES 2226
407#define SCI_HIDELINES 2227
408#define SCI_GETLINEVISIBLE 2228
409#define SCI_SETFOLDEXPANDED 2229
410#define SCI_GETFOLDEXPANDED 2230
411#define SCI_TOGGLEFOLD 2231
412#define SCI_ENSUREVISIBLE 2232
413#define SC_FOLDFLAG_LINEBEFORE_EXPANDED 0x0002
414#define SC_FOLDFLAG_LINEBEFORE_CONTRACTED 0x0004
415#define SC_FOLDFLAG_LINEAFTER_EXPANDED 0x0008
416#define SC_FOLDFLAG_LINEAFTER_CONTRACTED 0x0010
417#define SC_FOLDFLAG_LEVELNUMBERS 0x0040
418#define SC_FOLDFLAG_BOX 0x0001
419#define SCI_SETFOLDFLAGS 2233
420#define SCI_ENSUREVISIBLEENFORCEPOLICY 2234
421#define SCI_SETTABINDENTS 2260
422#define SCI_GETTABINDENTS 2261
423#define SCI_SETBACKSPACEUNINDENTS 2262
424#define SCI_GETBACKSPACEUNINDENTS 2263
425#define SC_TIME_FOREVER 10000000
426#define SCI_SETMOUSEDWELLTIME 2264
427#define SCI_GETMOUSEDWELLTIME 2265
428#define SCI_WORDSTARTPOSITION 2266
429#define SCI_WORDENDPOSITION 2267
430#define SC_WRAP_NONE 0
431#define SC_WRAP_WORD 1
432#define SC_WRAP_CHAR 2
433#define SCI_SETWRAPMODE 2268
434#define SCI_GETWRAPMODE 2269
435#define SC_WRAPVISUALFLAG_NONE 0x0000
436#define SC_WRAPVISUALFLAG_END 0x0001
437#define SC_WRAPVISUALFLAG_START 0x0002
438#define SCI_SETWRAPVISUALFLAGS 2460
439#define SCI_GETWRAPVISUALFLAGS 2461
440#define SC_WRAPVISUALFLAGLOC_DEFAULT 0x0000
441#define SC_WRAPVISUALFLAGLOC_END_BY_TEXT 0x0001
442#define SC_WRAPVISUALFLAGLOC_START_BY_TEXT 0x0002
443#define SCI_SETWRAPVISUALFLAGSLOCATION 2462
444#define SCI_GETWRAPVISUALFLAGSLOCATION 2463
445#define SCI_SETWRAPSTARTINDENT 2464
446#define SCI_GETWRAPSTARTINDENT 2465
447#define SC_CACHE_NONE 0
448#define SC_CACHE_CARET 1
449#define SC_CACHE_PAGE 2
450#define SC_CACHE_DOCUMENT 3
451#define SCI_SETLAYOUTCACHE 2272
452#define SCI_GETLAYOUTCACHE 2273
453#define SCI_SETSCROLLWIDTH 2274
454#define SCI_GETSCROLLWIDTH 2275
455#define SCI_SETSCROLLWIDTHTRACKING 2516
456#define SCI_GETSCROLLWIDTHTRACKING 2517
457#define SCI_TEXTWIDTH 2276
458#define SCI_SETENDATLASTLINE 2277
459#define SCI_GETENDATLASTLINE 2278
460#define SCI_TEXTHEIGHT 2279
461#define SCI_SETVSCROLLBAR 2280
462#define SCI_GETVSCROLLBAR 2281
463#define SCI_APPENDTEXT 2282
464#define SCI_GETTWOPHASEDRAW 2283
465#define SCI_SETTWOPHASEDRAW 2284
466#define SCI_TARGETFROMSELECTION 2287
467#define SCI_LINESJOIN 2288
468#define SCI_LINESSPLIT 2289
469#define SCI_SETFOLDMARGINCOLOUR 2290
470#define SCI_SETFOLDMARGINHICOLOUR 2291
471#define SCI_LINEDOWN 2300
472#define SCI_LINEDOWNEXTEND 2301
473#define SCI_LINEUP 2302
474#define SCI_LINEUPEXTEND 2303
475#define SCI_CHARLEFT 2304
476#define SCI_CHARLEFTEXTEND 2305
477#define SCI_CHARRIGHT 2306
478#define SCI_CHARRIGHTEXTEND 2307
479#define SCI_WORDLEFT 2308
480#define SCI_WORDLEFTEXTEND 2309
481#define SCI_WORDRIGHT 2310
482#define SCI_WORDRIGHTEXTEND 2311
483#define SCI_HOME 2312
484#define SCI_HOMEEXTEND 2313
485#define SCI_LINEEND 2314
486#define SCI_LINEENDEXTEND 2315
487#define SCI_DOCUMENTSTART 2316
488#define SCI_DOCUMENTSTARTEXTEND 2317
489#define SCI_DOCUMENTEND 2318
490#define SCI_DOCUMENTENDEXTEND 2319
491#define SCI_PAGEUP 2320
492#define SCI_PAGEUPEXTEND 2321
493#define SCI_PAGEDOWN 2322
494#define SCI_PAGEDOWNEXTEND 2323
495#define SCI_EDITTOGGLEOVERTYPE 2324
496#define SCI_CANCEL 2325
497#define SCI_DELETEBACK 2326
498#define SCI_TAB 2327
499#define SCI_BACKTAB 2328
500#define SCI_NEWLINE 2329
501#define SCI_FORMFEED 2330
502#define SCI_VCHOME 2331
503#define SCI_VCHOMEEXTEND 2332
504#define SCI_ZOOMIN 2333
505#define SCI_ZOOMOUT 2334
506#define SCI_DELWORDLEFT 2335
507#define SCI_DELWORDRIGHT 2336
508#define SCI_DELWORDRIGHTEND 2518
509#define SCI_LINECUT 2337
510#define SCI_LINEDELETE 2338
511#define SCI_LINETRANSPOSE 2339
512#define SCI_LINEDUPLICATE 2404
513#define SCI_LOWERCASE 2340
514#define SCI_UPPERCASE 2341
515#define SCI_LINESCROLLDOWN 2342
516#define SCI_LINESCROLLUP 2343
517#define SCI_DELETEBACKNOTLINE 2344
518#define SCI_HOMEDISPLAY 2345
519#define SCI_HOMEDISPLAYEXTEND 2346
520#define SCI_LINEENDDISPLAY 2347
521#define SCI_LINEENDDISPLAYEXTEND 2348
522#define SCI_HOMEWRAP 2349
523#define SCI_HOMEWRAPEXTEND 2450
524#define SCI_LINEENDWRAP 2451
525#define SCI_LINEENDWRAPEXTEND 2452
526#define SCI_VCHOMEWRAP 2453
527#define SCI_VCHOMEWRAPEXTEND 2454
528#define SCI_LINECOPY 2455
529#define SCI_MOVECARETINSIDEVIEW 2401
530#define SCI_LINELENGTH 2350
531#define SCI_BRACEHIGHLIGHT 2351
532#define SCI_BRACEBADLIGHT 2352
533#define SCI_BRACEMATCH 2353
534#define SCI_GETVIEWEOL 2355
535#define SCI_SETVIEWEOL 2356
536#define SCI_GETDOCPOINTER 2357
537#define SCI_SETDOCPOINTER 2358
538#define SCI_SETMODEVENTMASK 2359
539#define EDGE_NONE 0
540#define EDGE_LINE 1
541#define EDGE_BACKGROUND 2
542#define SCI_GETEDGECOLUMN 2360
543#define SCI_SETEDGECOLUMN 2361
544#define SCI_GETEDGEMODE 2362
545#define SCI_SETEDGEMODE 2363
546#define SCI_GETEDGECOLOUR 2364
547#define SCI_SETEDGECOLOUR 2365
548#define SCI_SEARCHANCHOR 2366
549#define SCI_SEARCHNEXT 2367
550#define SCI_SEARCHPREV 2368
551#define SCI_LINESONSCREEN 2370
552#define SCI_USEPOPUP 2371
553#define SCI_SELECTIONISRECTANGLE 2372
554#define SCI_SETZOOM 2373
555#define SCI_GETZOOM 2374
556#define SCI_CREATEDOCUMENT 2375
557#define SCI_ADDREFDOCUMENT 2376
558#define SCI_RELEASEDOCUMENT 2377
559#define SCI_GETMODEVENTMASK 2378
560#define SCI_SETFOCUS 2380
561#define SCI_GETFOCUS 2381
562#define SCI_SETSTATUS 2382
563#define SCI_GETSTATUS 2383
564#define SCI_SETMOUSEDOWNCAPTURES 2384
565#define SCI_GETMOUSEDOWNCAPTURES 2385
566#define SC_CURSORNORMAL -1
567#define SC_CURSORWAIT 4
568#define SCI_SETCURSOR 2386
569#define SCI_GETCURSOR 2387
570#define SCI_SETCONTROLCHARSYMBOL 2388
571#define SCI_GETCONTROLCHARSYMBOL 2389
572#define SCI_WORDPARTLEFT 2390
573#define SCI_WORDPARTLEFTEXTEND 2391
574#define SCI_WORDPARTRIGHT 2392
575#define SCI_WORDPARTRIGHTEXTEND 2393
576#define VISIBLE_SLOP 0x01
577#define VISIBLE_STRICT 0x04
578#define SCI_SETVISIBLEPOLICY 2394
579#define SCI_DELLINELEFT 2395
580#define SCI_DELLINERIGHT 2396
581#define SCI_SETXOFFSET 2397
582#define SCI_GETXOFFSET 2398
583#define SCI_CHOOSECARETX 2399
584#define SCI_GRABFOCUS 2400
585#define CARET_SLOP 0x01
586#define CARET_STRICT 0x04
587#define CARET_JUMPS 0x10
588#define CARET_EVEN 0x08
589#define SCI_SETXCARETPOLICY 2402
590#define SCI_SETYCARETPOLICY 2403
591#define SCI_SETPRINTWRAPMODE 2406
592#define SCI_GETPRINTWRAPMODE 2407
593#define SCI_SETHOTSPOTACTIVEFORE 2410
594#define SCI_GETHOTSPOTACTIVEFORE 2494
595#define SCI_SETHOTSPOTACTIVEBACK 2411
596#define SCI_GETHOTSPOTACTIVEBACK 2495
597#define SCI_SETHOTSPOTACTIVEUNDERLINE 2412
598#define SCI_GETHOTSPOTACTIVEUNDERLINE 2496
599#define SCI_SETHOTSPOTSINGLELINE 2421
600#define SCI_GETHOTSPOTSINGLELINE 2497
601#define SCI_PARADOWN 2413
602#define SCI_PARADOWNEXTEND 2414
603#define SCI_PARAUP 2415
604#define SCI_PARAUPEXTEND 2416
605#define SCI_POSITIONBEFORE 2417
606#define SCI_POSITIONAFTER 2418
607#define SCI_COPYRANGE 2419
608#define SCI_COPYTEXT 2420
609#define SC_SEL_STREAM 0
610#define SC_SEL_RECTANGLE 1
611#define SC_SEL_LINES 2
612#define SCI_SETSELECTIONMODE 2422
613#define SCI_GETSELECTIONMODE 2423
614#define SCI_GETLINESELSTARTPOSITION 2424
615#define SCI_GETLINESELENDPOSITION 2425
616#define SCI_LINEDOWNRECTEXTEND 2426
617#define SCI_LINEUPRECTEXTEND 2427
618#define SCI_CHARLEFTRECTEXTEND 2428
619#define SCI_CHARRIGHTRECTEXTEND 2429
620#define SCI_HOMERECTEXTEND 2430
621#define SCI_VCHOMERECTEXTEND 2431
622#define SCI_LINEENDRECTEXTEND 2432
623#define SCI_PAGEUPRECTEXTEND 2433
624#define SCI_PAGEDOWNRECTEXTEND 2434
625#define SCI_STUTTEREDPAGEUP 2435
626#define SCI_STUTTEREDPAGEUPEXTEND 2436
627#define SCI_STUTTEREDPAGEDOWN 2437
628#define SCI_STUTTEREDPAGEDOWNEXTEND 2438
629#define SCI_WORDLEFTEND 2439
630#define SCI_WORDLEFTENDEXTEND 2440
631#define SCI_WORDRIGHTEND 2441
632#define SCI_WORDRIGHTENDEXTEND 2442
633#define SCI_SETWHITESPACECHARS 2443
634#define SCI_SETCHARSDEFAULT 2444
635#define SCI_AUTOCGETCURRENT 2445
636#define SCI_ALLOCATE 2446
637#define SCI_TARGETASUTF8 2447
638#define SCI_SETLENGTHFORENCODE 2448
639#define SCI_ENCODEDFROMUTF8 2449
640#define SCI_FINDCOLUMN 2456
641#define SCI_GETCARETSTICKY 2457
642#define SCI_SETCARETSTICKY 2458
643#define SCI_TOGGLECARETSTICKY 2459
644#define SCI_SETPASTECONVERTENDINGS 2467
645#define SCI_GETPASTECONVERTENDINGS 2468
646#define SCI_SELECTIONDUPLICATE 2469
647#define SC_ALPHA_TRANSPARENT 0
648#define SC_ALPHA_OPAQUE 255
649#define SC_ALPHA_NOALPHA 256
650#define SCI_SETCARETLINEBACKALPHA 2470
651#define SCI_GETCARETLINEBACKALPHA 2471
652#define CARETSTYLE_INVISIBLE 0
653#define CARETSTYLE_LINE 1
654#define CARETSTYLE_BLOCK 2
655#define SCI_SETCARETSTYLE 2512
656#define SCI_GETCARETSTYLE 2513
657#define SCI_SETINDICATORCURRENT 2500
658#define SCI_GETINDICATORCURRENT 2501
659#define SCI_SETINDICATORVALUE 2502
660#define SCI_GETINDICATORVALUE 2503
661#define SCI_INDICATORFILLRANGE 2504
662#define SCI_INDICATORCLEARRANGE 2505
663#define SCI_INDICATORALLONFOR 2506
664#define SCI_INDICATORVALUEAT 2507
665#define SCI_INDICATORSTART 2508
666#define SCI_INDICATOREND 2509
667#define SCI_SETPOSITIONCACHE 2514
668#define SCI_GETPOSITIONCACHE 2515
669#define SCI_STARTRECORD 3001
670#define SCI_STOPRECORD 3002
671#define SCI_SETLEXER 4001
672#define SCI_GETLEXER 4002
673#define SCI_COLOURISE 4003
674#define SCI_SETPROPERTY 4004
675#define KEYWORDSET_MAX 8
676#define SCI_SETKEYWORDS 4005
677#define SCI_SETLEXERLANGUAGE 4006
678#define SCI_LOADLEXERLIBRARY 4007
679#define SCI_GETPROPERTY 4008
680#define SCI_GETPROPERTYEXPANDED 4009
681#define SCI_GETPROPERTYINT 4010
682#define SCI_GETSTYLEBITSNEEDED 4011
683#define SC_MOD_INSERTTEXT 0x1
684#define SC_MOD_DELETETEXT 0x2
685#define SC_MOD_CHANGESTYLE 0x4
686#define SC_MOD_CHANGEFOLD 0x8
687#define SC_PERFORMED_USER 0x10
688#define SC_PERFORMED_UNDO 0x20
689#define SC_PERFORMED_REDO 0x40
690#define SC_MULTISTEPUNDOREDO 0x80
691#define SC_LASTSTEPINUNDOREDO 0x100
692#define SC_MOD_CHANGEMARKER 0x200
693#define SC_MOD_BEFOREINSERT 0x400
694#define SC_MOD_BEFOREDELETE 0x800
695#define SC_MULTILINEUNDOREDO 0x1000
696#define SC_STARTACTION 0x2000
697#define SC_MOD_CHANGEINDICATOR 0x4000
698#define SC_MOD_CHANGELINESTATE 0x8000
699#define SC_MODEVENTMASKALL 0xFFFF
700#define SCEN_CHANGE 768
701#define SCEN_SETFOCUS 512
702#define SCEN_KILLFOCUS 256
703#define SCK_DOWN 300
704#define SCK_UP 301
705#define SCK_LEFT 302
706#define SCK_RIGHT 303
707#define SCK_HOME 304
708#define SCK_END 305
709#define SCK_PRIOR 306
710#define SCK_NEXT 307
711#define SCK_DELETE 308
712#define SCK_INSERT 309
713#define SCK_ESCAPE 7
714#define SCK_BACK 8
715#define SCK_TAB 9
716#define SCK_RETURN 13
717#define SCK_ADD 310
718#define SCK_SUBTRACT 311
719#define SCK_DIVIDE 312
720#define SCK_WIN 313
721#define SCK_RWIN 314
722#define SCK_MENU 315
723#define SCMOD_NORM 0
724#define SCMOD_SHIFT 1
725#define SCMOD_CTRL 2
726#define SCMOD_ALT 4
727#define SCN_STYLENEEDED 2000
728#define SCN_CHARADDED 2001
729#define SCN_SAVEPOINTREACHED 2002
730#define SCN_SAVEPOINTLEFT 2003
731#define SCN_MODIFYATTEMPTRO 2004
732#define SCN_KEY 2005
733#define SCN_DOUBLECLICK 2006
734#define SCN_UPDATEUI 2007
735#define SCN_MODIFIED 2008
736#define SCN_MACRORECORD 2009
737#define SCN_MARGINCLICK 2010
738#define SCN_NEEDSHOWN 2011
739#define SCN_PAINTED 2013
740#define SCN_USERLISTSELECTION 2014
741#define SCN_URIDROPPED 2015
742#define SCN_DWELLSTART 2016
743#define SCN_DWELLEND 2017
744#define SCN_ZOOM 2018
745#define SCN_HOTSPOTCLICK 2019
746#define SCN_HOTSPOTDOUBLECLICK 2020
747#define SCN_CALLTIPCLICK 2021
748#define SCN_AUTOCSELECTION 2022
749#define SCN_INDICATORCLICK 2023
750#define SCN_INDICATORRELEASE 2024
751//--Autogenerated -- end of section automatically generated from Scintilla.iface
752
753// These structures are defined to be exactly the same shape as the Win32
754// CHARRANGE, TEXTRANGE, FINDTEXTEX, FORMATRANGE, and NMHDR structs.
755// So older code that treats Scintilla as a RichEdit will work.
756
757#ifdef SCI_NAMESPACE
758namespace Scintilla {
759#endif
760
761struct CharacterRange {
762 long cpMin;
763 long cpMax;
764};
765
766struct TextRange {
767 struct CharacterRange chrg;
768 char *lpstrText;
769};
770
771struct TextToFind {
772 struct CharacterRange chrg;
773 char *lpstrText;
774 struct CharacterRange chrgText;
775};
776
777#ifdef PLATFORM_H
778
779// This structure is used in printing and requires some of the graphics types
780// from Platform.h. Not needed by most client code.
781
782struct RangeToFormat {
783 SurfaceID hdc;
784 SurfaceID hdcTarget;
785 PRectangle rc;
786 PRectangle rcPage;
787 CharacterRange chrg;
788};
789
790#endif
791
792struct NotifyHeader {
793 // Compatible with Windows NMHDR.
794 // hwndFrom is really an environment specific window handle or pointer
795 // but most clients of Scintilla.h do not have this type visible.
796 void *hwndFrom;
797 uptr_t idFrom;
798 unsigned int code;
799};
800
801struct SCNotification {
802 struct NotifyHeader nmhdr;
803 int position; // SCN_STYLENEEDED, SCN_MODIFIED, SCN_DWELLSTART, SCN_DWELLEND
804 int ch; // SCN_CHARADDED, SCN_KEY
805 int modifiers; // SCN_KEY
806 int modificationType; // SCN_MODIFIED
807 const char *text; // SCN_MODIFIED, SCN_USERLISTSELECTION, SCN_AUTOCSELECTION
808 int length; // SCN_MODIFIED
809 int linesAdded; // SCN_MODIFIED
810 int message; // SCN_MACRORECORD
811 uptr_t wParam; // SCN_MACRORECORD
812 sptr_t lParam; // SCN_MACRORECORD
813 int line; // SCN_MODIFIED
814 int foldLevelNow; // SCN_MODIFIED
815 int foldLevelPrev; // SCN_MODIFIED
816 int margin; // SCN_MARGINCLICK
817 int listType; // SCN_USERLISTSELECTION
818 int x; // SCN_DWELLSTART, SCN_DWELLEND
819 int y; // SCN_DWELLSTART, SCN_DWELLEND
820};
821
822#ifdef SCI_NAMESPACE
823}
824#endif
825
826// Deprecation section listing all API features that are deprecated and will
827// will be removed completely in a future version.
828// To enable these features define INCLUDE_DEPRECATED_FEATURES
829
830#ifdef INCLUDE_DEPRECATED_FEATURES
831
832#define SCI_SETCARETPOLICY 2369
833#define CARET_CENTER 0x02
834#define CARET_XEVEN 0x08
835#define CARET_XJUMPS 0x10
836
837#define SCN_POSCHANGED 2012
838#define SCN_CHECKBRACE 2007
839
840#endif
841
842#endif