Update to Scintilla 5.5.2
[TortoiseGit.git] / ext / scintilla / include / ScintillaMessages.h
blob1b40b6513ba1e7a9e6473a208dea2259ba01640a
1 // Scintilla source code edit control
2 /** @file ScintillaMessages.h
3 ** Enumerate the messages that can be sent to Scintilla.
4 **/
5 // Copyright 1998-2019 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. ScintillaAPIFacer.py does the generation. */
11 #ifndef SCINTILLAMESSAGES_H
12 #define SCINTILLAMESSAGES_H
14 namespace Scintilla {
16 // Enumerations
17 //++Autogenerated -- start of section automatically generated from Scintilla.iface
18 enum class Message {
19 AddText = 2001,
20 AddStyledText = 2002,
21 InsertText = 2003,
22 ChangeInsertion = 2672,
23 ClearAll = 2004,
24 DeleteRange = 2645,
25 ClearDocumentStyle = 2005,
26 GetLength = 2006,
27 GetCharAt = 2007,
28 GetCurrentPos = 2008,
29 GetAnchor = 2009,
30 GetStyleAt = 2010,
31 GetStyleIndexAt = 2038,
32 Redo = 2011,
33 SetUndoCollection = 2012,
34 SelectAll = 2013,
35 SetSavePoint = 2014,
36 GetStyledText = 2015,
37 GetStyledTextFull = 2778,
38 CanRedo = 2016,
39 MarkerLineFromHandle = 2017,
40 MarkerDeleteHandle = 2018,
41 MarkerHandleFromLine = 2732,
42 MarkerNumberFromLine = 2733,
43 GetUndoCollection = 2019,
44 GetViewWS = 2020,
45 SetViewWS = 2021,
46 GetTabDrawMode = 2698,
47 SetTabDrawMode = 2699,
48 PositionFromPoint = 2022,
49 PositionFromPointClose = 2023,
50 GotoLine = 2024,
51 GotoPos = 2025,
52 SetAnchor = 2026,
53 GetCurLine = 2027,
54 GetEndStyled = 2028,
55 ConvertEOLs = 2029,
56 GetEOLMode = 2030,
57 SetEOLMode = 2031,
58 StartStyling = 2032,
59 SetStyling = 2033,
60 GetBufferedDraw = 2034,
61 SetBufferedDraw = 2035,
62 SetTabWidth = 2036,
63 GetTabWidth = 2121,
64 SetTabMinimumWidth = 2724,
65 GetTabMinimumWidth = 2725,
66 ClearTabStops = 2675,
67 AddTabStop = 2676,
68 GetNextTabStop = 2677,
69 SetCodePage = 2037,
70 SetFontLocale = 2760,
71 GetFontLocale = 2761,
72 GetIMEInteraction = 2678,
73 SetIMEInteraction = 2679,
74 MarkerDefine = 2040,
75 MarkerSetFore = 2041,
76 MarkerSetBack = 2042,
77 MarkerSetBackSelected = 2292,
78 MarkerSetForeTranslucent = 2294,
79 MarkerSetBackTranslucent = 2295,
80 MarkerSetBackSelectedTranslucent = 2296,
81 MarkerSetStrokeWidth = 2297,
82 MarkerEnableHighlight = 2293,
83 MarkerAdd = 2043,
84 MarkerDelete = 2044,
85 MarkerDeleteAll = 2045,
86 MarkerGet = 2046,
87 MarkerNext = 2047,
88 MarkerPrevious = 2048,
89 MarkerDefinePixmap = 2049,
90 MarkerAddSet = 2466,
91 MarkerSetAlpha = 2476,
92 MarkerGetLayer = 2734,
93 MarkerSetLayer = 2735,
94 SetMarginTypeN = 2240,
95 GetMarginTypeN = 2241,
96 SetMarginWidthN = 2242,
97 GetMarginWidthN = 2243,
98 SetMarginMaskN = 2244,
99 GetMarginMaskN = 2245,
100 SetMarginSensitiveN = 2246,
101 GetMarginSensitiveN = 2247,
102 SetMarginCursorN = 2248,
103 GetMarginCursorN = 2249,
104 SetMarginBackN = 2250,
105 GetMarginBackN = 2251,
106 SetMargins = 2252,
107 GetMargins = 2253,
108 StyleClearAll = 2050,
109 StyleSetFore = 2051,
110 StyleSetBack = 2052,
111 StyleSetBold = 2053,
112 StyleSetItalic = 2054,
113 StyleSetSize = 2055,
114 StyleSetFont = 2056,
115 StyleSetEOLFilled = 2057,
116 StyleResetDefault = 2058,
117 StyleSetUnderline = 2059,
118 StyleGetFore = 2481,
119 StyleGetBack = 2482,
120 StyleGetBold = 2483,
121 StyleGetItalic = 2484,
122 StyleGetSize = 2485,
123 StyleGetFont = 2486,
124 StyleGetEOLFilled = 2487,
125 StyleGetUnderline = 2488,
126 StyleGetCase = 2489,
127 StyleGetCharacterSet = 2490,
128 StyleGetVisible = 2491,
129 StyleGetChangeable = 2492,
130 StyleGetHotSpot = 2493,
131 StyleSetCase = 2060,
132 StyleSetSizeFractional = 2061,
133 StyleGetSizeFractional = 2062,
134 StyleSetWeight = 2063,
135 StyleGetWeight = 2064,
136 StyleSetCharacterSet = 2066,
137 StyleSetHotSpot = 2409,
138 StyleSetCheckMonospaced = 2254,
139 StyleGetCheckMonospaced = 2255,
140 StyleSetStretch = 2258,
141 StyleGetStretch = 2259,
142 StyleSetInvisibleRepresentation = 2256,
143 StyleGetInvisibleRepresentation = 2257,
144 SetElementColour = 2753,
145 GetElementColour = 2754,
146 ResetElementColour = 2755,
147 GetElementIsSet = 2756,
148 GetElementAllowsTranslucent = 2757,
149 GetElementBaseColour = 2758,
150 SetSelFore = 2067,
151 SetSelBack = 2068,
152 GetSelAlpha = 2477,
153 SetSelAlpha = 2478,
154 GetSelEOLFilled = 2479,
155 SetSelEOLFilled = 2480,
156 GetSelectionLayer = 2762,
157 SetSelectionLayer = 2763,
158 GetCaretLineLayer = 2764,
159 SetCaretLineLayer = 2765,
160 GetCaretLineHighlightSubLine = 2773,
161 SetCaretLineHighlightSubLine = 2774,
162 SetCaretFore = 2069,
163 AssignCmdKey = 2070,
164 ClearCmdKey = 2071,
165 ClearAllCmdKeys = 2072,
166 SetStylingEx = 2073,
167 StyleSetVisible = 2074,
168 GetCaretPeriod = 2075,
169 SetCaretPeriod = 2076,
170 SetWordChars = 2077,
171 GetWordChars = 2646,
172 SetCharacterCategoryOptimization = 2720,
173 GetCharacterCategoryOptimization = 2721,
174 BeginUndoAction = 2078,
175 EndUndoAction = 2079,
176 GetUndoSequence = 2799,
177 GetUndoActions = 2790,
178 SetUndoSavePoint = 2791,
179 GetUndoSavePoint = 2792,
180 SetUndoDetach = 2793,
181 GetUndoDetach = 2794,
182 SetUndoTentative = 2795,
183 GetUndoTentative = 2796,
184 SetUndoCurrent = 2797,
185 GetUndoCurrent = 2798,
186 PushUndoActionType = 2800,
187 ChangeLastUndoActionText = 2801,
188 GetUndoActionType = 2802,
189 GetUndoActionPosition = 2803,
190 GetUndoActionText = 2804,
191 IndicSetStyle = 2080,
192 IndicGetStyle = 2081,
193 IndicSetFore = 2082,
194 IndicGetFore = 2083,
195 IndicSetUnder = 2510,
196 IndicGetUnder = 2511,
197 IndicSetHoverStyle = 2680,
198 IndicGetHoverStyle = 2681,
199 IndicSetHoverFore = 2682,
200 IndicGetHoverFore = 2683,
201 IndicSetFlags = 2684,
202 IndicGetFlags = 2685,
203 IndicSetStrokeWidth = 2751,
204 IndicGetStrokeWidth = 2752,
205 SetWhitespaceFore = 2084,
206 SetWhitespaceBack = 2085,
207 SetWhitespaceSize = 2086,
208 GetWhitespaceSize = 2087,
209 SetLineState = 2092,
210 GetLineState = 2093,
211 GetMaxLineState = 2094,
212 GetCaretLineVisible = 2095,
213 SetCaretLineVisible = 2096,
214 GetCaretLineBack = 2097,
215 SetCaretLineBack = 2098,
216 GetCaretLineFrame = 2704,
217 SetCaretLineFrame = 2705,
218 StyleSetChangeable = 2099,
219 AutoCShow = 2100,
220 AutoCCancel = 2101,
221 AutoCActive = 2102,
222 AutoCPosStart = 2103,
223 AutoCComplete = 2104,
224 AutoCStops = 2105,
225 AutoCSetSeparator = 2106,
226 AutoCGetSeparator = 2107,
227 AutoCSelect = 2108,
228 AutoCSetCancelAtStart = 2110,
229 AutoCGetCancelAtStart = 2111,
230 AutoCSetFillUps = 2112,
231 AutoCSetChooseSingle = 2113,
232 AutoCGetChooseSingle = 2114,
233 AutoCSetIgnoreCase = 2115,
234 AutoCGetIgnoreCase = 2116,
235 UserListShow = 2117,
236 AutoCSetAutoHide = 2118,
237 AutoCGetAutoHide = 2119,
238 AutoCSetOptions = 2638,
239 AutoCGetOptions = 2639,
240 AutoCSetDropRestOfWord = 2270,
241 AutoCGetDropRestOfWord = 2271,
242 RegisterImage = 2405,
243 ClearRegisteredImages = 2408,
244 AutoCGetTypeSeparator = 2285,
245 AutoCSetTypeSeparator = 2286,
246 AutoCSetMaxWidth = 2208,
247 AutoCGetMaxWidth = 2209,
248 AutoCSetMaxHeight = 2210,
249 AutoCGetMaxHeight = 2211,
250 AutoCSetStyle = 2109,
251 AutoCGetStyle = 2120,
252 SetIndent = 2122,
253 GetIndent = 2123,
254 SetUseTabs = 2124,
255 GetUseTabs = 2125,
256 SetLineIndentation = 2126,
257 GetLineIndentation = 2127,
258 GetLineIndentPosition = 2128,
259 GetColumn = 2129,
260 CountCharacters = 2633,
261 CountCodeUnits = 2715,
262 SetHScrollBar = 2130,
263 GetHScrollBar = 2131,
264 SetIndentationGuides = 2132,
265 GetIndentationGuides = 2133,
266 SetHighlightGuide = 2134,
267 GetHighlightGuide = 2135,
268 GetLineEndPosition = 2136,
269 GetCodePage = 2137,
270 GetCaretFore = 2138,
271 GetReadOnly = 2140,
272 SetCurrentPos = 2141,
273 SetSelectionStart = 2142,
274 GetSelectionStart = 2143,
275 SetSelectionEnd = 2144,
276 GetSelectionEnd = 2145,
277 SetEmptySelection = 2556,
278 SetPrintMagnification = 2146,
279 GetPrintMagnification = 2147,
280 SetPrintColourMode = 2148,
281 GetPrintColourMode = 2149,
282 FindText = 2150,
283 FindTextFull = 2196,
284 FormatRange = 2151,
285 FormatRangeFull = 2777,
286 SetChangeHistory = 2780,
287 GetChangeHistory = 2781,
288 GetFirstVisibleLine = 2152,
289 GetLine = 2153,
290 GetLineCount = 2154,
291 AllocateLines = 2089,
292 SetMarginLeft = 2155,
293 GetMarginLeft = 2156,
294 SetMarginRight = 2157,
295 GetMarginRight = 2158,
296 GetModify = 2159,
297 SetSel = 2160,
298 GetSelText = 2161,
299 GetTextRange = 2162,
300 GetTextRangeFull = 2039,
301 HideSelection = 2163,
302 GetSelectionHidden = 2088,
303 PointXFromPosition = 2164,
304 PointYFromPosition = 2165,
305 LineFromPosition = 2166,
306 PositionFromLine = 2167,
307 LineScroll = 2168,
308 ScrollCaret = 2169,
309 ScrollRange = 2569,
310 ReplaceSel = 2170,
311 SetReadOnly = 2171,
312 Null = 2172,
313 CanPaste = 2173,
314 CanUndo = 2174,
315 EmptyUndoBuffer = 2175,
316 Undo = 2176,
317 Cut = 2177,
318 Copy = 2178,
319 Paste = 2179,
320 Clear = 2180,
321 SetText = 2181,
322 GetText = 2182,
323 GetTextLength = 2183,
324 GetDirectFunction = 2184,
325 GetDirectStatusFunction = 2772,
326 GetDirectPointer = 2185,
327 SetOvertype = 2186,
328 GetOvertype = 2187,
329 SetCaretWidth = 2188,
330 GetCaretWidth = 2189,
331 SetTargetStart = 2190,
332 GetTargetStart = 2191,
333 SetTargetStartVirtualSpace = 2728,
334 GetTargetStartVirtualSpace = 2729,
335 SetTargetEnd = 2192,
336 GetTargetEnd = 2193,
337 SetTargetEndVirtualSpace = 2730,
338 GetTargetEndVirtualSpace = 2731,
339 SetTargetRange = 2686,
340 GetTargetText = 2687,
341 TargetFromSelection = 2287,
342 TargetWholeDocument = 2690,
343 ReplaceTarget = 2194,
344 ReplaceTargetRE = 2195,
345 ReplaceTargetMinimal = 2779,
346 SearchInTarget = 2197,
347 SetSearchFlags = 2198,
348 GetSearchFlags = 2199,
349 CallTipShow = 2200,
350 CallTipCancel = 2201,
351 CallTipActive = 2202,
352 CallTipPosStart = 2203,
353 CallTipSetPosStart = 2214,
354 CallTipSetHlt = 2204,
355 CallTipSetBack = 2205,
356 CallTipSetFore = 2206,
357 CallTipSetForeHlt = 2207,
358 CallTipUseStyle = 2212,
359 CallTipSetPosition = 2213,
360 VisibleFromDocLine = 2220,
361 DocLineFromVisible = 2221,
362 WrapCount = 2235,
363 SetFoldLevel = 2222,
364 GetFoldLevel = 2223,
365 GetLastChild = 2224,
366 GetFoldParent = 2225,
367 ShowLines = 2226,
368 HideLines = 2227,
369 GetLineVisible = 2228,
370 GetAllLinesVisible = 2236,
371 SetFoldExpanded = 2229,
372 GetFoldExpanded = 2230,
373 ToggleFold = 2231,
374 ToggleFoldShowText = 2700,
375 FoldDisplayTextSetStyle = 2701,
376 FoldDisplayTextGetStyle = 2707,
377 SetDefaultFoldDisplayText = 2722,
378 GetDefaultFoldDisplayText = 2723,
379 FoldLine = 2237,
380 FoldChildren = 2238,
381 ExpandChildren = 2239,
382 FoldAll = 2662,
383 EnsureVisible = 2232,
384 SetAutomaticFold = 2663,
385 GetAutomaticFold = 2664,
386 SetFoldFlags = 2233,
387 EnsureVisibleEnforcePolicy = 2234,
388 SetTabIndents = 2260,
389 GetTabIndents = 2261,
390 SetBackSpaceUnIndents = 2262,
391 GetBackSpaceUnIndents = 2263,
392 SetMouseDwellTime = 2264,
393 GetMouseDwellTime = 2265,
394 WordStartPosition = 2266,
395 WordEndPosition = 2267,
396 IsRangeWord = 2691,
397 SetIdleStyling = 2692,
398 GetIdleStyling = 2693,
399 SetWrapMode = 2268,
400 GetWrapMode = 2269,
401 SetWrapVisualFlags = 2460,
402 GetWrapVisualFlags = 2461,
403 SetWrapVisualFlagsLocation = 2462,
404 GetWrapVisualFlagsLocation = 2463,
405 SetWrapStartIndent = 2464,
406 GetWrapStartIndent = 2465,
407 SetWrapIndentMode = 2472,
408 GetWrapIndentMode = 2473,
409 SetLayoutCache = 2272,
410 GetLayoutCache = 2273,
411 SetScrollWidth = 2274,
412 GetScrollWidth = 2275,
413 SetScrollWidthTracking = 2516,
414 GetScrollWidthTracking = 2517,
415 TextWidth = 2276,
416 SetEndAtLastLine = 2277,
417 GetEndAtLastLine = 2278,
418 TextHeight = 2279,
419 SetVScrollBar = 2280,
420 GetVScrollBar = 2281,
421 AppendText = 2282,
422 GetPhasesDraw = 2673,
423 SetPhasesDraw = 2674,
424 SetFontQuality = 2611,
425 GetFontQuality = 2612,
426 SetFirstVisibleLine = 2613,
427 SetMultiPaste = 2614,
428 GetMultiPaste = 2615,
429 GetTag = 2616,
430 LinesJoin = 2288,
431 LinesSplit = 2289,
432 SetFoldMarginColour = 2290,
433 SetFoldMarginHiColour = 2291,
434 SetAccessibility = 2702,
435 GetAccessibility = 2703,
436 LineDown = 2300,
437 LineDownExtend = 2301,
438 LineUp = 2302,
439 LineUpExtend = 2303,
440 CharLeft = 2304,
441 CharLeftExtend = 2305,
442 CharRight = 2306,
443 CharRightExtend = 2307,
444 WordLeft = 2308,
445 WordLeftExtend = 2309,
446 WordRight = 2310,
447 WordRightExtend = 2311,
448 Home = 2312,
449 HomeExtend = 2313,
450 LineEnd = 2314,
451 LineEndExtend = 2315,
452 DocumentStart = 2316,
453 DocumentStartExtend = 2317,
454 DocumentEnd = 2318,
455 DocumentEndExtend = 2319,
456 PageUp = 2320,
457 PageUpExtend = 2321,
458 PageDown = 2322,
459 PageDownExtend = 2323,
460 EditToggleOvertype = 2324,
461 Cancel = 2325,
462 DeleteBack = 2326,
463 Tab = 2327,
464 LineIndent = 2813,
465 BackTab = 2328,
466 LineDedent = 2814,
467 NewLine = 2329,
468 FormFeed = 2330,
469 VCHome = 2331,
470 VCHomeExtend = 2332,
471 ZoomIn = 2333,
472 ZoomOut = 2334,
473 DelWordLeft = 2335,
474 DelWordRight = 2336,
475 DelWordRightEnd = 2518,
476 LineCut = 2337,
477 LineDelete = 2338,
478 LineTranspose = 2339,
479 LineReverse = 2354,
480 LineDuplicate = 2404,
481 LowerCase = 2340,
482 UpperCase = 2341,
483 LineScrollDown = 2342,
484 LineScrollUp = 2343,
485 DeleteBackNotLine = 2344,
486 HomeDisplay = 2345,
487 HomeDisplayExtend = 2346,
488 LineEndDisplay = 2347,
489 LineEndDisplayExtend = 2348,
490 HomeWrap = 2349,
491 HomeWrapExtend = 2450,
492 LineEndWrap = 2451,
493 LineEndWrapExtend = 2452,
494 VCHomeWrap = 2453,
495 VCHomeWrapExtend = 2454,
496 LineCopy = 2455,
497 MoveCaretInsideView = 2401,
498 LineLength = 2350,
499 BraceHighlight = 2351,
500 BraceHighlightIndicator = 2498,
501 BraceBadLight = 2352,
502 BraceBadLightIndicator = 2499,
503 BraceMatch = 2353,
504 BraceMatchNext = 2369,
505 GetViewEOL = 2355,
506 SetViewEOL = 2356,
507 GetDocPointer = 2357,
508 SetDocPointer = 2358,
509 SetModEventMask = 2359,
510 GetEdgeColumn = 2360,
511 SetEdgeColumn = 2361,
512 GetEdgeMode = 2362,
513 SetEdgeMode = 2363,
514 GetEdgeColour = 2364,
515 SetEdgeColour = 2365,
516 MultiEdgeAddLine = 2694,
517 MultiEdgeClearAll = 2695,
518 GetMultiEdgeColumn = 2749,
519 SearchAnchor = 2366,
520 SearchNext = 2367,
521 SearchPrev = 2368,
522 LinesOnScreen = 2370,
523 UsePopUp = 2371,
524 SelectionIsRectangle = 2372,
525 SetZoom = 2373,
526 GetZoom = 2374,
527 CreateDocument = 2375,
528 AddRefDocument = 2376,
529 ReleaseDocument = 2377,
530 GetDocumentOptions = 2379,
531 GetModEventMask = 2378,
532 SetCommandEvents = 2717,
533 GetCommandEvents = 2718,
534 SetFocus = 2380,
535 GetFocus = 2381,
536 SetStatus = 2382,
537 GetStatus = 2383,
538 SetMouseDownCaptures = 2384,
539 GetMouseDownCaptures = 2385,
540 SetMouseWheelCaptures = 2696,
541 GetMouseWheelCaptures = 2697,
542 SetCursor = 2386,
543 GetCursor = 2387,
544 SetControlCharSymbol = 2388,
545 GetControlCharSymbol = 2389,
546 WordPartLeft = 2390,
547 WordPartLeftExtend = 2391,
548 WordPartRight = 2392,
549 WordPartRightExtend = 2393,
550 SetVisiblePolicy = 2394,
551 DelLineLeft = 2395,
552 DelLineRight = 2396,
553 SetXOffset = 2397,
554 GetXOffset = 2398,
555 ChooseCaretX = 2399,
556 GrabFocus = 2400,
557 SetXCaretPolicy = 2402,
558 SetYCaretPolicy = 2403,
559 SetPrintWrapMode = 2406,
560 GetPrintWrapMode = 2407,
561 SetHotspotActiveFore = 2410,
562 GetHotspotActiveFore = 2494,
563 SetHotspotActiveBack = 2411,
564 GetHotspotActiveBack = 2495,
565 SetHotspotActiveUnderline = 2412,
566 GetHotspotActiveUnderline = 2496,
567 SetHotspotSingleLine = 2421,
568 GetHotspotSingleLine = 2497,
569 ParaDown = 2413,
570 ParaDownExtend = 2414,
571 ParaUp = 2415,
572 ParaUpExtend = 2416,
573 PositionBefore = 2417,
574 PositionAfter = 2418,
575 PositionRelative = 2670,
576 PositionRelativeCodeUnits = 2716,
577 CopyRange = 2419,
578 CopyText = 2420,
579 SetSelectionMode = 2422,
580 ChangeSelectionMode = 2659,
581 GetSelectionMode = 2423,
582 SetMoveExtendsSelection = 2719,
583 GetMoveExtendsSelection = 2706,
584 GetLineSelStartPosition = 2424,
585 GetLineSelEndPosition = 2425,
586 LineDownRectExtend = 2426,
587 LineUpRectExtend = 2427,
588 CharLeftRectExtend = 2428,
589 CharRightRectExtend = 2429,
590 HomeRectExtend = 2430,
591 VCHomeRectExtend = 2431,
592 LineEndRectExtend = 2432,
593 PageUpRectExtend = 2433,
594 PageDownRectExtend = 2434,
595 StutteredPageUp = 2435,
596 StutteredPageUpExtend = 2436,
597 StutteredPageDown = 2437,
598 StutteredPageDownExtend = 2438,
599 WordLeftEnd = 2439,
600 WordLeftEndExtend = 2440,
601 WordRightEnd = 2441,
602 WordRightEndExtend = 2442,
603 SetWhitespaceChars = 2443,
604 GetWhitespaceChars = 2647,
605 SetPunctuationChars = 2648,
606 GetPunctuationChars = 2649,
607 SetCharsDefault = 2444,
608 AutoCGetCurrent = 2445,
609 AutoCGetCurrentText = 2610,
610 AutoCSetCaseInsensitiveBehaviour = 2634,
611 AutoCGetCaseInsensitiveBehaviour = 2635,
612 AutoCSetMulti = 2636,
613 AutoCGetMulti = 2637,
614 AutoCSetOrder = 2660,
615 AutoCGetOrder = 2661,
616 Allocate = 2446,
617 TargetAsUTF8 = 2447,
618 SetLengthForEncode = 2448,
619 EncodedFromUTF8 = 2449,
620 FindColumn = 2456,
621 GetCaretSticky = 2457,
622 SetCaretSticky = 2458,
623 ToggleCaretSticky = 2459,
624 SetPasteConvertEndings = 2467,
625 GetPasteConvertEndings = 2468,
626 ReplaceRectangular = 2771,
627 SelectionDuplicate = 2469,
628 SetCaretLineBackAlpha = 2470,
629 GetCaretLineBackAlpha = 2471,
630 SetCaretStyle = 2512,
631 GetCaretStyle = 2513,
632 SetIndicatorCurrent = 2500,
633 GetIndicatorCurrent = 2501,
634 SetIndicatorValue = 2502,
635 GetIndicatorValue = 2503,
636 IndicatorFillRange = 2504,
637 IndicatorClearRange = 2505,
638 IndicatorAllOnFor = 2506,
639 IndicatorValueAt = 2507,
640 IndicatorStart = 2508,
641 IndicatorEnd = 2509,
642 SetPositionCache = 2514,
643 GetPositionCache = 2515,
644 SetLayoutThreads = 2775,
645 GetLayoutThreads = 2776,
646 CopyAllowLine = 2519,
647 CutAllowLine = 2810,
648 SetCopySeparator = 2811,
649 GetCopySeparator = 2812,
650 GetCharacterPointer = 2520,
651 GetRangePointer = 2643,
652 GetGapPosition = 2644,
653 IndicSetAlpha = 2523,
654 IndicGetAlpha = 2524,
655 IndicSetOutlineAlpha = 2558,
656 IndicGetOutlineAlpha = 2559,
657 SetExtraAscent = 2525,
658 GetExtraAscent = 2526,
659 SetExtraDescent = 2527,
660 GetExtraDescent = 2528,
661 MarkerSymbolDefined = 2529,
662 MarginSetText = 2530,
663 MarginGetText = 2531,
664 MarginSetStyle = 2532,
665 MarginGetStyle = 2533,
666 MarginSetStyles = 2534,
667 MarginGetStyles = 2535,
668 MarginTextClearAll = 2536,
669 MarginSetStyleOffset = 2537,
670 MarginGetStyleOffset = 2538,
671 SetMarginOptions = 2539,
672 GetMarginOptions = 2557,
673 AnnotationSetText = 2540,
674 AnnotationGetText = 2541,
675 AnnotationSetStyle = 2542,
676 AnnotationGetStyle = 2543,
677 AnnotationSetStyles = 2544,
678 AnnotationGetStyles = 2545,
679 AnnotationGetLines = 2546,
680 AnnotationClearAll = 2547,
681 AnnotationSetVisible = 2548,
682 AnnotationGetVisible = 2549,
683 AnnotationSetStyleOffset = 2550,
684 AnnotationGetStyleOffset = 2551,
685 ReleaseAllExtendedStyles = 2552,
686 AllocateExtendedStyles = 2553,
687 AddUndoAction = 2560,
688 CharPositionFromPoint = 2561,
689 CharPositionFromPointClose = 2562,
690 SetMouseSelectionRectangularSwitch = 2668,
691 GetMouseSelectionRectangularSwitch = 2669,
692 SetMultipleSelection = 2563,
693 GetMultipleSelection = 2564,
694 SetAdditionalSelectionTyping = 2565,
695 GetAdditionalSelectionTyping = 2566,
696 SetAdditionalCaretsBlink = 2567,
697 GetAdditionalCaretsBlink = 2568,
698 SetAdditionalCaretsVisible = 2608,
699 GetAdditionalCaretsVisible = 2609,
700 GetSelections = 2570,
701 GetSelectionEmpty = 2650,
702 ClearSelections = 2571,
703 SetSelection = 2572,
704 AddSelection = 2573,
705 SelectionFromPoint = 2474,
706 DropSelectionN = 2671,
707 SetMainSelection = 2574,
708 GetMainSelection = 2575,
709 SetSelectionNCaret = 2576,
710 GetSelectionNCaret = 2577,
711 SetSelectionNAnchor = 2578,
712 GetSelectionNAnchor = 2579,
713 SetSelectionNCaretVirtualSpace = 2580,
714 GetSelectionNCaretVirtualSpace = 2581,
715 SetSelectionNAnchorVirtualSpace = 2582,
716 GetSelectionNAnchorVirtualSpace = 2583,
717 SetSelectionNStart = 2584,
718 GetSelectionNStart = 2585,
719 GetSelectionNStartVirtualSpace = 2726,
720 SetSelectionNEnd = 2586,
721 GetSelectionNEndVirtualSpace = 2727,
722 GetSelectionNEnd = 2587,
723 SetRectangularSelectionCaret = 2588,
724 GetRectangularSelectionCaret = 2589,
725 SetRectangularSelectionAnchor = 2590,
726 GetRectangularSelectionAnchor = 2591,
727 SetRectangularSelectionCaretVirtualSpace = 2592,
728 GetRectangularSelectionCaretVirtualSpace = 2593,
729 SetRectangularSelectionAnchorVirtualSpace = 2594,
730 GetRectangularSelectionAnchorVirtualSpace = 2595,
731 SetVirtualSpaceOptions = 2596,
732 GetVirtualSpaceOptions = 2597,
733 SetRectangularSelectionModifier = 2598,
734 GetRectangularSelectionModifier = 2599,
735 SetAdditionalSelFore = 2600,
736 SetAdditionalSelBack = 2601,
737 SetAdditionalSelAlpha = 2602,
738 GetAdditionalSelAlpha = 2603,
739 SetAdditionalCaretFore = 2604,
740 GetAdditionalCaretFore = 2605,
741 RotateSelection = 2606,
742 SwapMainAnchorCaret = 2607,
743 MultipleSelectAddNext = 2688,
744 MultipleSelectAddEach = 2689,
745 ChangeLexerState = 2617,
746 ContractedFoldNext = 2618,
747 VerticalCentreCaret = 2619,
748 MoveSelectedLinesUp = 2620,
749 MoveSelectedLinesDown = 2621,
750 SetIdentifier = 2622,
751 GetIdentifier = 2623,
752 RGBAImageSetWidth = 2624,
753 RGBAImageSetHeight = 2625,
754 RGBAImageSetScale = 2651,
755 MarkerDefineRGBAImage = 2626,
756 RegisterRGBAImage = 2627,
757 ScrollToStart = 2628,
758 ScrollToEnd = 2629,
759 SetTechnology = 2630,
760 GetTechnology = 2631,
761 CreateLoader = 2632,
762 FindIndicatorShow = 2640,
763 FindIndicatorFlash = 2641,
764 FindIndicatorHide = 2642,
765 VCHomeDisplay = 2652,
766 VCHomeDisplayExtend = 2653,
767 GetCaretLineVisibleAlways = 2654,
768 SetCaretLineVisibleAlways = 2655,
769 SetLineEndTypesAllowed = 2656,
770 GetLineEndTypesAllowed = 2657,
771 GetLineEndTypesActive = 2658,
772 SetRepresentation = 2665,
773 GetRepresentation = 2666,
774 ClearRepresentation = 2667,
775 ClearAllRepresentations = 2770,
776 SetRepresentationAppearance = 2766,
777 GetRepresentationAppearance = 2767,
778 SetRepresentationColour = 2768,
779 GetRepresentationColour = 2769,
780 EOLAnnotationSetText = 2740,
781 EOLAnnotationGetText = 2741,
782 EOLAnnotationSetStyle = 2742,
783 EOLAnnotationGetStyle = 2743,
784 EOLAnnotationClearAll = 2744,
785 EOLAnnotationSetVisible = 2745,
786 EOLAnnotationGetVisible = 2746,
787 EOLAnnotationSetStyleOffset = 2747,
788 EOLAnnotationGetStyleOffset = 2748,
789 SupportsFeature = 2750,
790 GetLineCharacterIndex = 2710,
791 AllocateLineCharacterIndex = 2711,
792 ReleaseLineCharacterIndex = 2712,
793 LineFromIndexPosition = 2713,
794 IndexPositionFromLine = 2714,
795 StartRecord = 3001,
796 StopRecord = 3002,
797 GetLexer = 4002,
798 Colourise = 4003,
799 SetProperty = 4004,
800 SetKeyWords = 4005,
801 GetProperty = 4008,
802 GetPropertyExpanded = 4009,
803 GetPropertyInt = 4010,
804 GetLexerLanguage = 4012,
805 PrivateLexerCall = 4013,
806 PropertyNames = 4014,
807 PropertyType = 4015,
808 DescribeProperty = 4016,
809 DescribeKeyWordSets = 4017,
810 GetLineEndTypesSupported = 4018,
811 AllocateSubStyles = 4020,
812 GetSubStylesStart = 4021,
813 GetSubStylesLength = 4022,
814 GetStyleFromSubStyle = 4027,
815 GetPrimaryStyleFromStyle = 4028,
816 FreeSubStyles = 4023,
817 SetIdentifiers = 4024,
818 DistanceToSecondaryStyles = 4025,
819 GetSubStyleBases = 4026,
820 GetNamedStyles = 4029,
821 NameOfStyle = 4030,
822 TagsOfStyle = 4031,
823 DescriptionOfStyle = 4032,
824 SetILexer = 4033,
825 GetBidirectional = 2708,
826 SetBidirectional = 2709,
828 //--Autogenerated -- end of section automatically generated from Scintilla.iface
832 #endif