aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
AgeCommit message (Collapse)AuthorFilesLines
2024-02-27Restore change history to the extent possible when restoring undo history.Neil1-3/+5
2024-02-16Implement detach point access with SCI_SETUNDODETACH and SCI_GETUNDODETACH.Neil1-15/+32
Write more documentation for undo history.
2024-02-15Perform validation of undo state when SCI_SETUNDOCURRENT called, setting statusNeil1-3/+11
when invalid.
2024-02-09Implement API to read and write undo history from applications.Neil1-15/+103
2023-12-20Add IDocumentEditable interface for efficient interaction with document objects.Neil1-11/+56
2023-11-05Add SCI_SELECTIONFROMPOINT for modifying multiple selections.Neil1-0/+6
2023-11-05Add SCI_CHANGESELECTIONMODE to simplify selection mode manipulation.Neil1-6/+9
2023-11-05Add SCI_SETMOVEEXTENDSSELECTION to simplify selection mode manipulation.Neil1-3/+7
2023-11-01Split SelectionAndInformation section into Information and Selection sections.Neil1-752/+755
Reorder sections to be more reasonable.
2023-11-01Remove spacing in table of contents to simplify editing.Neil1-47/+4
2023-10-30Remove outdated instructions on changing lexers in Scintilla and they are now inNeil1-19/+2
Lexilla.
2023-06-25Strip line end white-space.Neil1-3/+3
2023-06-23Replace numeric character entity "#10003" with "check" for clarity.Neil1-50/+50
2023-06-23Update to IME support matrix showing that Qt now supports Delete Surrounding.johnsonj1-23/+23
Changed from Asian "O" and "X" to European " " and check mark.
2023-05-12Bug [#2240]. Add documentation about IME support.johnsonj1-1/+68
2023-04-24Remove dead links.Neil1-4/+0
2023-03-02Add multithreaded wrap to significantly improve performance of wrapping largeNeil1-1/+1
files.
2023-01-14Clarify printing of markers.John Ehresman1-3/+4
2022-11-22Add SCI_REPLACETARGETMINIMAL to change text without causing unchanged prefix andNeil1-6/+19
suffix to be marked as modified in change history.
2022-10-26Add check for validity of 'seealso' links in documentation. Fix 'seelaso' links.Neil1-28/+27
Fix some minor formatting issues.
2022-10-26Document SC_AC_SINGLE_CHOICE.Neil1-0/+10
2022-10-19Feature [feature-requests:#1455] Implement GetStyledTextFull as a 64-bit safeNeil1-2/+7
version of GetStyledText.
2022-10-04Feature [feature-requests:#1453] Added SCI_STYLESETINVISIBLEREPRESENTATION toFerdinand Oeinck1-0/+11
make it easier to edit around invisible text. This also allows representing long lexemes with a single character to provide a summarized view.
2022-10-01Draw SC_MARK_BAR markers underneath other markers as they often cover multipleNeil1-3/+6
lines for change history and other markers mark individual lines.
2022-08-29Improve explanations of change history. Example image shows all states.Neil1-19/+34
2022-08-26Fix INDICATOR_HISTORY.rel-5-3-0Neil1-2/+2
2022-07-30Bug [#2340] Add option to contract every level for SCI_FOLDALL calledZufu Liu1-0/+6
SC_FOLDACTION_CONTRACT_EVERY_LEVEL. Avoid processing lines multiple times.
2022-08-01Update CheckMentioned.py script to handle ...Full structs.Neil1-1/+1
Fix documentation to use correct ID attribute.
2022-07-31Add image of change history and explain more.Neil1-2/+18
2022-07-31Add SC_MARK_BAR marker and INDIC_POINT_TOP indicator which are useful for changeNeil1-3/+14
history. Tweak size of INDIC_POINT and INDIC_POINTCHARACTER. Let translucency of INDIC_COMPOSITIONTHICK be adjusted.
2022-07-31Added change history which can display document changes (modified, saved, ...)Neil1-48/+195
in the margin or in the text.
2022-07-22Move EditView::hideSelection to (inverted) SelectionAppearance::visible so thatNeil1-4/+6
it can differ between screen and print. Add GetSelectionHidden to allow testing of HideSelection.
2022-07-17Feature [feature-requests:#1441] Line state optimized to avoid excess ↵Zufu Liu1-1/+3
allocations by always allocating for every line.
2022-06-16Bug [#2336] Drawing selection on SC_LAYER_BASE is not supported in bidirectionalNeil1-0/+4
mode so note that in documentation.
2022-05-17Duplicate APIs to support 64-bit document positions on Win32:Neil1-8/+55
SCI_GETTEXTRANGEFULL, SCI_FINDTEXTFULL, and SCI_FORMATRANGEFULL.
2022-03-15Feature [feature-requests:#1431] Add SCI_GETSTYLEINDEXAT API to return stylesNeil1-3/+10
over 127 as positive integers.
2022-02-10Replace "OS X' with "macOS".Neil1-11/+11
2022-02-02Feature [feature-requests:#1427] Add multithreaded layout which improvesNeil1-0/+17
performance significantly for very wide lines.
2022-02-02Add Supports::ThreadSafeMeasureWidths for platforms to indicate if they supportNeil1-3/+14
concurrent calls to MeasureWidths.
2021-11-12Change SCI_GETTEXT, SCI_GETSELTEXT, and SCI_GETCURLINE to be more consistentNeil1-12/+12
with other APIs with respect to buffer lengths.
2021-10-22Add CARETSTYLE_CURSES to draw more than 1 caret on curses terminal.Mitchell Foral1-2/+9
2021-10-21Mention problem with SCI_CLEARREPRESENTATION for single bytes >= 128.Zufu Liu1-1/+3
2021-09-12Make negative settings for extra ascent and descent safer by ensuring calculatedNeil1-1/+5
ascent and thus line height is at least 1 pixel. Allow 1 point font minimum instead of 2 as this may help with document maps. Document negative extra ascent and descent. Use XYPOSITION for ascent and descent for more coherent types and fewer casts but floor the values when retrieving from Surface so behaviour is unchanged.
2021-08-25Allow SCI_HIDELINES to hide the first line or all lines.Neil1-3/+2
2021-08-24Remove line end white space.Neil1-7/+7
2021-08-24Feature [feature-requests:#841] SCI_SETCARETLINEHIGHLIGHTSUBLINE enablesZufu Liu1-0/+8
highlighting just the subline with the caret when wrapping is on.
2021-07-31Implement StyleSetCheckMonospaced.Neil1-0/+25
2021-07-30Remove mentions of "keyword replacement" for SCI_GETPROPERTYEXPANDED,Neil1-20/+15
SCI_GETPROPERTYINT, and SCI_SETPROPERTY as this is no longer supported.
2021-07-29Add SC_ELEMENT_HIDDEN_LINE to show where lines are hidden.Neil1-0/+13
2021-07-29Add SC_ELEMENT_FOLD_LINE to set the colour of fold lines.Neil1-5/+19