You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs_gen/PaneAPI.html
+16-6Lines changed: 16 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -419,6 +419,12 @@ <h2>Annotations</h2>
419
419
<p>editor:<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_ANNOTATIONCLEARALL">AnnotationClearAll</a>()<spanclass="comment"> -- Clear the annotations from all lines</span></p>
420
420
<p>int editor.<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_ANNOTATIONSETVISIBLE">AnnotationVisible</a><spanclass="comment"> -- Set the visibility for the annotations for a view</span></p>
421
421
<p>int editor.<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_ANNOTATIONSETSTYLEOFFSET">AnnotationStyleOffset</a><spanclass="comment"> -- Get the start of the range of style numbers used for annotations</span></p>
422
+
<h2>End of Line Annotations</h2>
423
+
<p>string editor.<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_EOLANNOTATIONSETTEXT">EOLAnnotationText</a>[line line]<spanclass="comment"> -- Set the end of line annotation text for a line</span></p>
424
+
<p>int editor.<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_EOLANNOTATIONSETSTYLE">EOLAnnotationStyle</a>[line line]<spanclass="comment"> -- Set the style number for the end of line annotations for a line</span></p>
425
+
<p>editor:<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_EOLANNOTATIONCLEARALL">EOLAnnotationClearAll</a>()<spanclass="comment"> -- Clear the end of annotations from all lines</span></p>
426
+
<p>int editor.<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_EOLANNOTATIONSETVISIBLE">EOLAnnotationVisible</a><spanclass="comment"> -- Set the visibility for the end of line annotations for a view</span></p>
427
+
<p>int editor.<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_EOLANNOTATIONSETSTYLEOFFSET">EOLAnnotationStyleOffset</a><spanclass="comment"> -- Get the start of the range of style numbers used for end of line annotations</span></p>
-- Set the code page used to interpret the bytes of the document as
436
442
characters. The SC_CP_UTF8 value can be used to enter Unicode mode.</span></p>
437
-
<p>int editor.<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_SETIMEINTERACTION">IMEInteraction</a><spanclass="comment"> -- Choose to display the the IME in a winow or inline.</span></p>
443
+
<p>int editor.<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_SETIMEINTERACTION">IMEInteraction</a><spanclass="comment"> -- Choose to display the IME in a window or inline.</span></p>
438
444
<p>int editor.<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_SETBIDIRECTIONAL">Bidirectional</a><spanclass="comment"> -- Set bidirectional text display state.</span></p>
439
445
<p>editor:<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_GRABFOCUS">GrabFocus</a>()<spanclass="comment"> -- Set the focus to this Scintilla widget.</span></p>
-- Find the position of a matching brace or INVALID_POSITION if no
448
454
match. The maxReStyle must be 0 for now. It may be defined in a future
449
455
release.</span></p>
456
+
<p>position editor:<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_BRACEMATCHNEXT">BraceMatchNext</a>(position pos, position startPos)<spanclass="comment"> -- Similar to BraceMatch, but matching starts at the explicit start position.</span></p>
450
457
<h2>Tabs and Indentation Guides</h2>
451
458
<p>int editor.<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_SETTABMINIMUMWIDTH">TabMinimumWidth</a><spanclass="comment"> -- Set the minimum visual width of a tab.</span></p>
452
459
<p>int editor.<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_SETTABWIDTH">TabWidth</a><spanclass="comment"> -- Change the visible size of a tab to be a multiple of the width of a space character.</span></p>
@@ -472,7 +479,7 @@ <h2>Markers</h2>
472
479
<p>colour editor.<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_MARKERSETFORE">MarkerFore</a>[int markerNumber] write-only<spanclass="comment"> -- Set the foreground colour used for a particular marker number.</span></p>
473
480
<p>colour editor.<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_MARKERSETBACK">MarkerBack</a>[int markerNumber] write-only<spanclass="comment"> -- Set the background colour used for a particular marker number.</span></p>
474
481
<p>colour editor.<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_MARKERSETBACKSELECTED">MarkerBackSelected</a>[int markerNumber] write-only<spanclass="comment"> -- Set the background colour used for a particular marker number when its folding block is selected.</span></p>
475
-
<p>editor:<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_MARKERENABLEHIGHLIGHT">MarkerEnableHighlight</a>(bool enabled)<spanclass="comment"> -- Enable/disable highlight for current folding bloc (smallest one that contains the caret)</span></p>
482
+
<p>editor:<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_MARKERENABLEHIGHLIGHT">MarkerEnableHighlight</a>(bool enabled)<spanclass="comment"> -- Enable/disable highlight for current folding block (smallest one that contains the caret)</span></p>
476
483
<p>int editor.<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_MARKERSETALPHA">MarkerAlpha</a>[int markerNumber] write-only<spanclass="comment"> -- Set the alpha used for a marker that is drawn in the text area, not the margin.</span></p>
477
484
<p>int editor:<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_MARKERADD">MarkerAdd</a>(line line, int markerNumber)<spanclass="comment"> -- Add a marker to a line, returning an ID which can be used to find or delete the marker.</span></p>
478
485
<p>editor:<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_MARKERADDSET">MarkerAddSet</a>(line line, int markerSet)<spanclass="comment"> -- Add a set of markers to a line.</span></p>
@@ -481,8 +488,10 @@ <h2>Markers</h2>
481
488
<p>int editor:<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_MARKERGET">MarkerGet</a>(line line)<spanclass="comment"> -- Get a bit mask of all the markers set on a line.</span></p>
482
489
<p>line editor:<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_MARKERNEXT">MarkerNext</a>(line lineStart, int markerMask)<spanclass="comment"> -- Find the next line at or after lineStart that includes a marker in mask. Return -1 when no more lines.</span></p>
483
490
<p>line editor:<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_MARKERPREVIOUS">MarkerPrevious</a>(line lineStart, int markerMask)<spanclass="comment"> -- Find the previous line before lineStart that includes a marker in mask.</span></p>
484
-
<p>int editor:<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_MARKERLINEFROMHANDLE">MarkerLineFromHandle</a>(int markerHandle)<spanclass="comment"> -- Retrieve the line number at which a particular marker is located.</span></p>
491
+
<p>line editor:<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_MARKERLINEFROMHANDLE">MarkerLineFromHandle</a>(int markerHandle)<spanclass="comment"> -- Retrieve the line number at which a particular marker is located.</span></p>
485
492
<p>editor:<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_MARKERDELETEHANDLE">MarkerDeleteHandle</a>(int markerHandle)<spanclass="comment"> -- Delete a marker.</span></p>
493
+
<p>int editor:<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_MARKERHANDLEFROMLINE">MarkerHandleFromLine</a>(line line, int which)<spanclass="comment"> -- Retrieve marker handles of a line</span></p>
494
+
<p>int editor:<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_MARKERNUMBERFROMLINE">MarkerNumberFromLine</a>(line line, int which)<spanclass="comment"> -- Retrieve marker number of a marker handle</span></p>
486
495
<h2>Indicators</h2>
487
496
<p>int editor.<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_INDICSETSTYLE">IndicStyle</a>[int indicator]<spanclass="comment"> -- Set an indicator to plain, squiggle or TT.</span></p>
488
497
<p>colour editor.<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_INDICSETFORE">IndicFore</a>[int indicator]<spanclass="comment"> -- Set the foreground colour of an indicator.</span></p>
@@ -498,8 +507,8 @@ <h2>Indicators</h2>
498
507
<p>editor:<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_INDICATORCLEARRANGE">IndicatorClearRange</a>(position start, position lengthClear)<spanclass="comment"> -- Turn a indicator off over a range.</span></p>
499
508
<p>int editor:<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_INDICATORALLONFOR">IndicatorAllOnFor</a>(position pos)<spanclass="comment"> -- Are any indicators present at pos?</span></p>
500
509
<p>int editor:<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_INDICATORVALUEAT">IndicatorValueAt</a>(int indicator, position pos)<spanclass="comment"> -- What value does a particular indicator have at a position?</span></p>
501
-
<p>int editor:<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_INDICATORSTART">IndicatorStart</a>(int indicator, position pos)<spanclass="comment"> -- Where does a particular indicator start?</span></p>
502
-
<p>int editor:<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_INDICATOREND">IndicatorEnd</a>(int indicator, position pos)<spanclass="comment"> -- Where does a particular indicator end?</span></p>
510
+
<p>position editor:<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_INDICATORSTART">IndicatorStart</a>(int indicator, position pos)<spanclass="comment"> -- Where does a particular indicator start?</span></p>
511
+
<p>position editor:<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_INDICATOREND">IndicatorEnd</a>(int indicator, position pos)<spanclass="comment"> -- Where does a particular indicator end?</span></p>
503
512
<p>editor:<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_FINDINDICATORSHOW">FindIndicatorShow</a>(position start, position end)<spanclass="comment"> -- On OS X, show a find indicator.</span></p>
504
513
<p>editor:<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_FINDINDICATORFLASH">FindIndicatorFlash</a>(position start, position end)<spanclass="comment"> -- On OS X, flash a find indicator, then fade out.</span></p>
505
514
<p>editor:<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_FINDINDICATORHIDE">FindIndicatorHide</a>()<spanclass="comment"> -- On OS X, hide the find indicator.</span></p>
@@ -548,7 +557,7 @@ <h2>Call tips</h2>
548
557
<p>bool editor:<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_CALLTIPACTIVE">CallTipActive</a>()<spanclass="comment"> -- Is there an active call tip?</span></p>
549
558
<p>position editor:<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_CALLTIPPOSSTART">CallTipPosStart</a>()<spanclass="comment"> -- Retrieve the position where the caret was before displaying the call tip.</span></p>
550
559
<p>position editor.<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_CALLTIPSETPOSSTART">CallTipPosStart</a> write-only<spanclass="comment"> -- Set the start position in order to change when backspacing removes the calltip.</span></p>
551
-
<p>editor:<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_CALLTIPSETHLT">CallTipSetHlt</a>(int highlightStart, int highlightEnd)<spanclass="comment"> -- Highlight a segment of the definition.</span></p>
560
+
<p>editor:<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_CALLTIPSETHLT">CallTipSetHlt</a>(position highlightStart, position highlightEnd)<spanclass="comment"> -- Highlight a segment of the definition.</span></p>
552
561
<p>colour editor.<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_CALLTIPSETBACK">CallTipBack</a> write-only<spanclass="comment"> -- Set the background colour for the call tip.</span></p>
553
562
<p>colour editor.<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_CALLTIPSETFORE">CallTipFore</a> write-only<spanclass="comment"> -- Set the foreground colour for the call tip.</span></p>
554
563
<p>colour editor.<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_CALLTIPSETFOREHLT">CallTipForeHlt</a> write-only<spanclass="comment"> -- Set the foreground colour for the highlighted part of the call tip.</span></p>
@@ -642,6 +651,7 @@ <h2>Long lines</h2>
642
651
<p>colour editor.<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_SETEDGECOLOUR">EdgeColour</a><spanclass="comment"> -- Change the colour used in edge indication.</span></p>
643
652
<p>editor:<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_MULTIEDGEADDLINE">MultiEdgeAddLine</a>(position column, colour edgeColour)<spanclass="comment"> -- Add a new vertical edge to the view.</span></p>
644
653
<p>editor:<ahref="https://www.scintilla.org/ScintillaDoc.html#SCI_MULTIEDGECLEARALL">MultiEdgeClearAll</a>()<spanclass="comment"> -- Clear all vertical edges.</span></p>
0 commit comments