aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
AgeCommit message (Expand)AuthorFilesLines
2024-11-20Bug [#2454]. Add "NUL-terminated" qualifiers to APIs that NUL-terminate result.Neil1-4/+4
2024-10-26Documented SC_MOD_CHANGEEOLANNOTATION and updated SC_MODEVENTMASKALL.Neil1-2/+12
2024-08-15Add SCI_STYLESETSTRETCH to support condensed and expanded text styles.Neil1-0/+66
2024-07-31Feature [feature-requests:#1524]. Add SCI_LINEINDENT and SCI_LINEDEDENT.Martijn Laan1-0/+6
2024-07-28Add SCI_GETUNDOSEQUENCE to determine whether an undo sequence is active and itsNeil1-1/+8
2024-07-27Feature [feature-requests:#1530]. SCI_SETCOPYSEPARATOR sets string to separateNeil1-0/+7
2024-07-26Show correct signature for SCI_AUTOCSETSTYLE and include in message list.Neil1-1/+3
2024-07-03Feature [feature-requests:#1523]. SCI_AUTOCSETSTYLE sets autocompletion font.Martijn Laan1-3/+15
2024-06-25Feature [feature-requests:#1519]. Cherry pick SC_MASK_HISTORY from isscint.Martijn Laan1-2/+7
2024-06-21Add canonical self links to help Google crawler.Neil1-0/+1
2024-06-20Feature [feature-requests:#1518]. Cherry pick SCI_CUTALLOWLINE from isscint.Martijn Laan1-0/+7
2024-06-11Feature [feature-requests:#1517]. Increase maximum zoom set interactively to +60Neil1-3/+3
2024-03-30Bug [#2435]. Fix documentation of type of SCNotification::annotationLinesAdded.Neil1-1/+1
2024-03-23Remove outdated text.Neil1-1/+1
2024-03-22Document that failure in SCI_ALLOCATESUBSTYLES returns a negative number.Neil1-1/+6
2024-03-15Bug [#2417]. Add elements for inactive additional selectionsNeil Hodgson1-1/+24
2024-03-08Bug [#2403]. Add SC_AUTOCOMPLETE_SELECT_FIRST_ITEM.Jiří Techet1-0/+12
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
2024-02-15Perform validation of undo state when SCI_SETUNDOCURRENT called, setting statusNeil1-3/+11
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
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
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
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
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
2022-10-26Add check for validity of 'seealso' links in documentation. Fix 'seelaso' links.Neil1-28/+27
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
2022-10-04Feature [feature-requests:#1453] Added SCI_STYLESETINVISIBLEREPRESENTATION toFerdinand Oeinck1-0/+11
2022-10-01Draw SC_MARK_BAR markers underneath other markers as they often cover multipleNeil1-3/+6
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
2022-08-01Update CheckMentioned.py script to handle ...Full structs.Neil1-1/+1
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
2022-07-31Added change history which can display document changes (modified, saved, ...)Neil1-48/+195
2022-07-22Move EditView::hideSelection to (inverted) SelectionAppearance::visible so thatNeil1-4/+6
2022-07-17Feature [feature-requests:#1441] Line state optimized to avoid excess allocat...Zufu Liu1-1/+3