aboutsummaryrefslogtreecommitdiffhomepage
path: root/call
AgeCommit message (Expand)AuthorFilesLines
2024-02-16Implement detach point access with SCI_SETUNDODETACH and SCI_GETUNDODETACH.Neil1-4/+12
2024-02-09Implement API to read and write undo history from applications.Neil1-0/+52
2023-12-20Add IDocumentEditable interface for efficient interaction with document objects.Neil1-7/+7
2023-11-05Add SCI_SELECTIONFROMPOINT for modifying multiple selections.Neil1-0/+4
2023-11-05Add SCI_CHANGESELECTIONMODE to simplify selection mode manipulation.Neil1-0/+4
2023-11-05Add SCI_SETMOVEEXTENDSSELECTION to simplify selection mode manipulation.Neil1-0/+4
2023-02-15Feature [feature-requests:#1477] More typesafe bindings of *Full APIs inZufu Liu1-4/+4
2022-11-22Add SCI_REPLACETARGETMINIMAL to change text without causing unchanged prefix andNeil1-0/+8
2022-10-19Feature [feature-requests:#1455] Implement GetStyledTextFull as a 64-bit safeNeil1-0/+4
2022-10-04Feature [feature-requests:#1453] Added SCI_STYLESETINVISIBLEREPRESENTATION toFerdinand Oeinck1-0/+12
2022-07-31Added change history which can display document changes (modified, saved, ...)Neil1-0/+8
2022-07-22Move EditView::hideSelection to (inverted) SelectionAppearance::visible so thatNeil1-0/+4
2022-05-17Duplicate APIs to support 64-bit document positions on Win32:Neil1-0/+24
2022-05-13Mark constant variable as const.Neil1-1/+1
2022-03-15Feature [feature-requests:#1431] Add SCI_GETSTYLEINDEXAT API to return stylesNeil1-2/+5
2022-02-02Feature [feature-requests:#1427] Add multithreaded layout which improvesNeil1-0/+8
2021-10-20GetLineEndTypesSupported returns LineEndType, not int.Neil1-2/+2
2021-08-24Feature [feature-requests:#841] SCI_SETCARETLINEHIGHLIGHTSUBLINE enablesZufu Liu1-0/+8
2021-07-31Implement StyleSetCheckMonospaced.Neil1-0/+8
2021-07-17Add SCI_AUTOCSETOPTIONS to allow choosing a non-resizeable autocompletion listNeil1-0/+8
2021-07-15Feature [feature-requests:#1370] Implement SCI_ALLOCATELINES to allocate indicesZufu Liu1-0/+4
2021-06-17Move ScintillaCall from SciTE project.Neil1-0/+3317