aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-08-15Add SCI_STYLESETSTRETCH to support condensed and expanded text styles.Neil5-0/+44
2024-07-31Feature [feature-requests:#1524]. Add SCI_LINEINDENT and SCI_LINEDEDENT.Martijn Laan4-1/+14
2024-07-28Add SCI_GETUNDOSEQUENCE to determine whether an undo sequence is active and itsNeil4-0/+6
2024-07-27Feature [feature-requests:#1530]. SCI_SETCOPYSEPARATOR sets string to separateNeil4-0/+13
2024-07-03Feature [feature-requests:#1523]. SCI_AUTOCSETSTYLE sets autocompletion font.Martijn Laan4-0/+12
2024-06-25Feature [feature-requests:#1519]. Cherry pick SC_MASK_HISTORY from isscint.Martijn Laan3-0/+4
2024-06-20Feature [feature-requests:#1518]. Cherry pick SCI_CUTALLOWLINE from isscint.Martijn Laan4-0/+6
2024-03-15Bug [#2417]. Add elements for inactive additional selectionsNeil Hodgson3-0/+6
2024-03-08Bug [#2403]. Add SC_AUTOCOMPLETE_SELECT_FIRST_ITEM.Jiří Techet3-0/+4
2024-02-16Implement detach point access with SCI_SETUNDODETACH and SCI_GETUNDODETACH.Neil4-25/+37
2024-02-09Implement API to read and write undo history from applications.Neil4-0/+73
2023-12-20Add IDocumentEditable interface for efficient interaction with document objects.Neil2-5/+20
2023-11-05Add SCI_SELECTIONFROMPOINT for modifying multiple selections.Neil4-0/+6
2023-11-05Add SCI_CHANGESELECTIONMODE to simplify selection mode manipulation.Neil4-0/+7
2023-11-05Add SCI_SETMOVEEXTENDSSELECTION to simplify selection mode manipulation.Neil4-0/+6
2023-02-15Feature [feature-requests:#1477] More typesafe bindings of *Full APIs inZufu Liu1-4/+9
2022-11-22Add SCI_REPLACETARGETMINIMAL to change text without causing unchanged prefix andNeil4-0/+8
2022-10-20Feature [feature-requests:#1459] Send SCN_AUTOCCOMPLETED for SCI_AUTOCSHOWNeil3-0/+3
2022-10-19Feature [feature-requests:#1455] Implement GetStyledTextFull as a 64-bit safeNeil4-0/+7
2022-10-04Feature [feature-requests:#1453] Added SCI_STYLESETINVISIBLEREPRESENTATION toFerdinand Oeinck4-0/+13
2022-08-15Bug [#2343]. Forward declare Message in ScintillaStructures.h in caseNeil1-0/+2
2022-08-13Move ModifierFlags to ScintillaTypes.h as it is globally useful and not tiedNeil1-0/+9
2022-07-30Bug [#2340] Add option to contract every level for SCI_FOLDALL calledZufu Liu3-0/+3
2022-07-31Add SC_MARK_BAR marker and INDIC_POINT_TOP indicator which are useful for changeNeil3-0/+6
2022-07-31Added change history which can display document changes (modified, saved, ...)Neil5-4/+69
2022-07-22Move EditView::hideSelection to (inverted) SelectionAppearance::visible so thatNeil4-0/+6
2022-05-17Duplicate APIs to support 64-bit document positions on Win32:Neil5-1/+72
2022-03-15Feature [feature-requests:#1431] Add SCI_GETSTYLEINDEXAT API to return stylesNeil4-0/+6
2022-02-10Replace "OS X' with "macOS".Neil1-3/+3
2022-02-02Feature [feature-requests:#1427] Add multithreaded layout which improvesNeil4-0/+12
2022-02-02Add Supports::ThreadSafeMeasureWidths for platforms to indicate if they supportNeil3-0/+3
2021-10-22Add CARETSTYLE_CURSES to draw more than 1 caret on curses terminal.Mitchell Foral3-0/+3
2021-10-20GetLineEndTypesSupported returns LineEndType, not int.Neil2-2/+2
2021-08-24Feature [feature-requests:#841] SCI_SETCARETLINEHIGHLIGHTSUBLINE enablesZufu Liu4-0/+12
2021-07-31Implement StyleSetCheckMonospaced.Neil4-0/+12
2021-07-29Add SC_ELEMENT_HIDDEN_LINE to show where lines are hidden.Neil3-0/+3
2021-07-29Add SC_ELEMENT_FOLD_LINE to set the colour of fold lines.Neil3-0/+3
2021-07-17Add SCI_AUTOCSETOPTIONS to allow choosing a non-resizeable autocompletion listNeil5-0/+25
2021-07-15Feature [feature-requests:#1370] Implement SCI_ALLOCATELINES to allocate indicesZufu Liu4-0/+6
2021-06-17Move ScintillaCall from SciTE project.Neil1-0/+878
2021-06-17Add SciFnDirectStatus, a direct access function which also returns status so canNeil3-0/+6
2021-06-10Rename SCI_PASTERECTANGULAR to SCI_REPLACERECTANGULAR as it is inserting textNeil3-4/+4
2021-06-09Add SCI_PASTERECTANGULAR to insert text like a rectangular paste.Mitchell Foral3-0/+5
2021-06-03Add APIs for setting appearance (traditional blob or plain text) and colour ofNeil4-0/+46
2021-06-02Fix comment.Neil1-1/+1
2021-05-28Rename 'NO_FOCUS' to 'INACTIVE' to better match platform terms.Neil3-6/+6
2021-05-28Fix FlagSet to return true if any flags set.Neil1-2/+2
2021-05-25Update from Scintilla.iface.Neil1-0/+5
2021-05-24Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.hNeil5-0/+1677
2021-05-19Bug [#2253]. Remove SC_ELEMENT_CARET_SECONDARY as it caused unexpected change toNeil2-2/+0