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