aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
AgeCommit message (Expand)AuthorFilesLines
2021-04-20Bug [#2027]. Implement font locale SCI_SETFONTLOCALE on Win32 using DirectWrite.Neil1-2/+18
2021-04-09Document element colours.Neil1-25/+129
2021-04-03Update information on lexing removing content superceded by Lexilla.Neil1-41/+17
2021-03-29Add illustration of annotation shapes. Remove erroneous explanation ofNeil1-5/+6
2021-03-29Clarify encoding of EOL annotation text.Neil1-1/+2
2021-03-30Treat SC_MARK_CHARACTER as Unicode for a wider variety of symbols.Neil1-4/+4
2021-03-28Add shapes with curved and rounded ends to EOL annotations as EOLANNOTATION_*.Neil1-3/+75
2021-03-27Add APIs for setting translucency and stroke width of markers.Neil1-10/+35
2021-03-27Add API for setting stroke width of indicators.Neil1-1/+22
2021-03-27Add return type for SCI_GETMULTIEDGECOLUMN in documentation.Neil1-2/+2
2021-03-26Add SC_SUPPORTS_PIXEL_MODIFICATION to differentiate character cell andNeil1-1/+11
2021-03-22Implement more support values.Neil1-1/+38
2021-03-16Add Scintilla 5 migration guide.Neil1-1/+4
2021-03-16Lexilla and ILexer5 are no longer provisional so remove "provisional" markings.Neil1-6/+6
2021-03-12Remove SetLexer, SetLexerLanguage, and LoadLexerLibrary methods.Neil1-35/+15
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
2020-09-09Added information on lexer library functions SetLibraryProperty andNeil1-1/+11
2020-08-25Feature [feature-requests:1350]. Add SCI_GETMULTIEDGECOLUMN.Derek Brown1-1/+6
2020-07-15Feature [feature-requests:1368]. Add BraceMatchNext API.Zufu Liu1-0/+5
2020-06-17Feature [feature-requests:1361]. Allow caret width to be up to 20 pixels.Neil1-3/+3
2020-06-12Bug [#2141]. Implement end of line annotations.Prakash Sahni1-0/+95
2020-05-22Bug [#2171]. Add some documentation about WM_DPICHANGED.Neil1-4/+4
2020-04-17Update Python versions. Modules that are only used as top level scripts or fromNeil1-1/+1
2020-04-08Feature [feature-requests:1344]. Add methods for iterating through the markerIain Clarke1-0/+8
2020-03-29Update documentation to match changes in Scintilla.iface.Neil1-15/+15
2020-03-15Bug [#2159]. SC_WRAP_CHAR is not supported for printing.Neil1-5/+4
2020-02-03Add link to ScintillaTest GTK sample.Neil1-1/+3
2020-01-25Fix line end whitespace and change edited date.Neil1-2/+2
2020-01-25Bug [#2152]. Ignore Alt+Keypad keys that will result in a WM_CHAR.Neil1-0/+6
2019-12-22Lexilla testing framework.Neil1-0/+3
2019-12-31Implement SCI_SETILEXER.Neil1-1/+9
2019-12-22Define ILexer5 with methods for retrieving name, ID, and property values.Neil1-1/+24
2019-12-13Lexilla implemented as loadable lexer.Neil1-1/+23
2019-12-14Remove links to lexers with SCI_EMPTYCATALOGUE definition.Neil1-0/+3
2019-12-13Implement DynamicLibrary on Cocoa.Neil1-3/+4
2019-11-15Feature [feature-requests:#1316] Allow target to have virtual space.Neil1-2/+16
2019-11-15Feature [feature-requests:#1316] Add access to virtual space at start and end ofNeil1-1/+6
2019-10-04Clarified value 0 for SCI_SETWHITESPACESIZE.Neil1-0/+1
2019-07-05Bug [#2118]. Add TabMinimumWidth property to API so applications can displayNeil1-1/+13
2019-06-30Bug [#2038]. Source of input reported in SCN_CHARADDED.Zufu Liu1-2/+40
2019-06-22Bug [#1924]. Option to allow block carets to trail selection ranges.Neil1-0/+4
2019-06-22Feature [feature-requests:#1297] Updates to types of LineScroll,Zufu Liu1-2/+2
2019-06-22Feature [feature-requests:#1297] Updated Scintilla.h from Scintilla.iface.Neil1-5/+27
2019-06-18Feature [feature-requests:#1297] 3: Use pointer type in documentation.Neil1-27/+32
2019-06-18Feature [feature-requests:#1297] 2: Use position and line more in documentation.Neil1-320/+334
2019-06-05Fix signatures and link class for SCI_[SG]ETDEFAULTFOLDDISPLAYTEXT.Neil1-4/+4
2019-06-02GTK+ was renamed to GTK in February 2019 so update documentation to new name.Neil1-36/+36
2019-06-02Clarify which API changes focus.Neil1-2/+2
2019-05-22Fix orphan text, moving to where it should be.Zufu Liu1-2/+1