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