aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
AgeCommit message (Collapse)AuthorFilesLines
2021-05-06Fix parameter name.Neil1-3/+2
2021-04-28Character indices are no longer provisional so move out of Provisional category.Neil1-8/+5
2021-04-28Spelling.Neil1-2/+2
2021-04-28Document preprocessor values that affect building.Zufu Liu1-1/+44
2021-04-27Use correct parameter name in description.Neil1-3/+3
2021-04-24Moved link to follow document.Neil1-1/+1
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
SCI_EOLANNOTATIONSETSTYLES as it was never implemented.
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
pixel oriented platforms.
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
These have been superceded by Lexilla and the SetILexer API.
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
GetLibraryPropertyNames.
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
scripts that require Python 3.6 have Python 2.x support removed. Modules that may be called from Python 2 for PySide require Python 2.7. Documented how to run scripts.
2020-04-08Feature [feature-requests:1344]. Add methods for iterating through the markerIain Clarke1-0/+8
handles and marker numbers on a line.
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
Implement ILexer5 on object lexers. Implement ILexer5 on LexerSimple wrapper for function lexers.
2019-12-13Lexilla implemented as loadable lexer.Neil1-1/+23
2019-12-14Remove links to lexers with SCI_EMPTYCATALOGUE definition.Neil1-0/+3
This allows building a version of SciTE that is statically linked to Scintilla and does not include any lexers but allows the use of lexers provided by loading a DLL.
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
multiple selections.
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
overviews or minimaps with reasonable layout.
2019-06-30Bug [#2038]. Source of input reported in SCN_CHARADDED.Zufu Liu1-2/+40
This may be SC_CHARACTERSOURCE_DIRECT_INPUT, SC_CHARACTERSOURCE_TENTATIVE_INPUT, or SC_CHARACTERSOURCE_IME_RESULT.
2019-06-22Bug [#1924]. Option to allow block carets to trail selection ranges.Neil1-0/+4
Bit flag value is CARETSTYLE_BLOCK_AFTER=256.
2019-06-22Feature [feature-requests:#1297] Updates to types of LineScroll,Zufu Liu1-2/+2
[Set]MarginTypeN, and [Set]MarginCursorN.
2019-06-22Feature [feature-requests:#1297] Updated Scintilla.h from Scintilla.iface.Neil1-5/+27
Adds *_NONE and INDICATOR_* enumeration values. Moves old INDIC?_MASK to deprecated section.