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