aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2021-03-16Fix dlopen call.Neil1-1/+1
2021-03-16Add Scintilla 5 migration guide.Neil2-1/+229
2021-03-16Lexilla and ILexer5 are no longer provisional so remove "provisional" markings.Neil1-6/+6
2021-03-12Remove SetLexer, SetLexerLanguage, and LoadLexerLibrary methods.Neil2-35/+27
These have been superceded by Lexilla and the SetILexer API.
2021-03-11Make the file easier to parse from script.Neil1-9/+5
2021-03-07Updated links for Scinterm, Textadept, and Scintillua.Mitchell Foral2-4/+8
2021-03-06Documentation of split.rel-5-0-0Neil1-0/+1
2021-03-05Add links to Lexilla.Neil1-4/+7
2021-03-05Updated release dates.Neil2-7/+4
2021-03-05Update download sizes.Neil1-2/+2
2021-03-05Update version number to 5.0.0.Neil2-6/+6
2021-03-01Fix nesting that caused warnings from HTML Tidy.Neil1-1/+5
2021-03-01Change CARETSTYLE section to use a table for the bit fields.Mitchell Foral1-11/+40
2021-02-04Update from SciTE.Neil1-0/+4
2021-02-04Change date of possible release for consistency.Neil1-2/+2
2021-02-02Bug [#2231]. Inconsistent behaviour in navigation on a line containing Japanesecshnik1-0/+6
symbols #247
2021-02-02Update history for 5.x series.Neil1-0/+11
2020-12-01Update full download.Neil1-1/+1
2020-11-28Update version number to 4.4.6 and release date.Neil3-9/+10
2020-09-18Fix building with Xcode 12 by defining move constructors for FontAlias, Style,Neil1-0/+12
and PositionCacheEntry.
2020-09-11Updates to Lexilla interface mentioned.rel-4-4-5Neil1-0/+6
2020-09-09Change release date.Neil2-3/+3
2020-09-09Added information on lexer library functions SetLibraryProperty andNeil1-1/+11
GetLibraryPropertyNames.
2020-09-05Add blurb for new version.Neil2-5/+5
2020-09-05Update version number to 4.4.5.Neil3-10/+10
2020-08-26Bug [#2199]. Fixed bug where a hovered INDIC_TEXTFORE indicator was not applyinguhf71-0/+5
the hover colour to the whole range.
2020-08-25Feature [feature-requests:1350]. Add SCI_GETMULTIEDGECOLUMN.Derek Brown2-1/+11
2020-08-24SciTE change log.Neil1-0/+5
2020-08-21Bug [#2197]. Fixed bug where layout caching was ineffective.Neil1-0/+4
2020-08-11Fixed bug where gradient indicators were not showing hovered appearance.Neil1-0/+3
2020-08-09SciTE change log.Neil1-0/+8
2020-08-03Bug [#2193]. Fixed bug where hovered indicator was not returning to non-hoveruhf71-0/+5
appearance when mouse moved out of window or into margin.
2020-07-31Bug [#2170]. Fixed cursor flicker over an indicator with hover style.uhf71-0/+6
2020-07-30Bug [#2191]. Allow setting CPPFLAGS to support hardening.Andreas Rönnquist1-0/+4
2020-07-29SciTE change log.Neil1-0/+5
2020-07-28Bug [#2189]. Allow cross-building for GTK by choosing pkg-config.Andreas Rönnquist1-0/+4
2020-07-28Fix position of marker symbols for SC_MARGIN_RTEXT which were being moved basedNeil1-0/+12
on width of text.
2020-07-18Update download size.rel-4-4-4Neil1-1/+1
2020-07-18Updates for 4.4.4.Neil3-17/+14
2020-07-15Feature [feature-requests:1368]. Add BraceMatchNext API.Zufu Liu2-0/+9
2020-07-11Feature [feature-requests:1369]. Represent DEL control character 0x7f with DEL.Zufu Liu1-0/+4
2020-07-08Fix translucent rectangle drawing on Qt.Neil1-0/+6
2020-06-28SciTE change log.Neil1-0/+11
2020-06-17Change log for SciTE.Neil1-0/+4
2020-06-17Feature [feature-requests:1361]. Allow caret width to be up to 20 pixels.Neil2-3/+7
2020-06-16Added some projects that use Scintilla.Neil1-0/+8
2020-06-12Bug [#2141]. Implement end of line annotations.Prakash Sahni3-0/+100
2020-06-11Fix bug on Win32 where calling WM_GETTEXT for more text than in document couldNeil1-0/+4
return less text than in document.
2020-06-11Bug [#2185]. Fix printing to use correct text size.Neil1-0/+4
2020-06-10Feature [feature-requests:1355]. Round instead of truncating for SCI_TEXTWIDTH.Neil1-0/+5