aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
AgeCommit message (Expand)AuthorFilesLines
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
2022-06-16Bug [#2336] Drawing selection on SC_LAYER_BASE is not supported in bidirectionalNeil1-0/+4
2022-05-17Duplicate APIs to support 64-bit document positions on Win32:Neil1-8/+55
2022-03-15Feature [feature-requests:#1431] Add SCI_GETSTYLEINDEXAT API to return stylesNeil1-3/+10
2022-02-10Replace "OS X' with "macOS".Neil1-11/+11
2022-02-02Feature [feature-requests:#1427] Add multithreaded layout which improvesNeil1-0/+17
2022-02-02Add Supports::ThreadSafeMeasureWidths for platforms to indicate if they supportNeil1-3/+14
2021-11-12Change SCI_GETTEXT, SCI_GETSELTEXT, and SCI_GETCURLINE to be more consistentNeil1-12/+12
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
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
2021-07-31Implement StyleSetCheckMonospaced.Neil1-0/+25
2021-07-30Remove mentions of "keyword replacement" for SCI_GETPROPERTYEXPANDED,Neil1-20/+15
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
2021-07-17Add SCI_AUTOCSETOPTIONS to allow choosing a non-resizeable autocompletion listNeil1-1/+39
2021-07-15Feature [feature-requests:#1370] Implement SCI_ALLOCATELINES to allocate indicesZufu Liu1-0/+7
2021-06-25Feature [feature-requests:#1400] Set buffering when technology set.Zufu Liu1-3/+9
2021-06-17Move ScintillaCall from SciTE project.Neil1-3/+6
2021-06-17Add SciFnDirectStatus, a direct access function which also returns status so canNeil1-5/+13
2021-06-10Surround parameters with code tags styling as class 'parameter'.Neil1-8/+8
2021-06-10Use string_view for PositionCache methods.Neil1-3/+5
2021-06-10Rename SCI_PASTERECTANGULAR to SCI_REPLACERECTANGULAR as it is inserting textNeil1-4/+6
2021-06-09Add SCI_PASTERECTANGULAR to insert text like a rectangular paste.Mitchell Foral1-0/+4
2021-06-03Add APIs for setting appearance (traditional blob or plain text) and colour ofNeil1-1/+53
2021-06-02Remove extraneous periods.Neil1-3/+3
2021-05-28Rename 'NO_FOCUS' to 'INACTIVE' to better match platform terms.Neil1-6/+6
2021-05-28Moved SCI_SETFONTLOCALE to correct position.Neil1-10/+10
2021-05-24Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.hNeil1-23/+48
2021-05-19Bug [#2253]. Remove SC_ELEMENT_CARET_SECONDARY as it caused unexpected change toNeil1-11/+1
2021-05-15Protect against out-of-bounds layout cache level and remove unnecessary code.Neil1-1/+1
2021-05-14Implement SC_LAYER_UNDER_TEXT so that selections, caret lines, and content areaNeil1-6/+58
2021-05-14Add elements for hot spots SC_ELEMENT_HOT_SPOT_ACTIVE andNeil1-5/+26
2021-05-14Add SC_ELEMENT_WHITE_SPACE_BACK to set the background colour of visibleNeil1-12/+43
2021-05-14Feature [feature-requests:#1402] Add SC_ELEMENT_WHITE_SPACE to set the colour ofYX Hao1-3/+15
2021-05-14Add SCI_MARKERSETLAYER to define layer on which to draw content area markers.Neil1-10/+17
2021-05-12Switch caret line background colour to SC_ELEMENT_CARET_LINE_BACK element andNeil1-10/+58
2021-05-11Implement SCI_GETELEMENTBASECOLOUR to return the default values for elementNeil1-1/+14
2021-05-10Change the way that selections and carets are drawn to use the element APIs.Neil1-44/+226
2021-05-10Spelling fixes.Neil1-6/+6