aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/ILexer.h
AgeCommit message (Expand)AuthorFilesLines
2020-06-02Initial, experimental support for upstream ILexer5/lexilla lexers.mitchell1-1/+77
2020-01-04Backport: Define ILexerWithIdentity with methods for retrieving name, ID, and...mitchell1-1/+8
2017-09-11Backport: The Scintilla namespace is always active for internal symbols and f...Neil1-4/+0
2017-08-28Backport: New header ILoader.h defines ILoader interface as it does not belon...Neil1-14/+0
2017-06-22Backport: Add style metadata methods with null implementations.Neil1-1/+9
2017-07-09Backport: Bug [#1955]. The data parameter to ILoader::AddData made const.Justin Dailey1-1/+1
2015-07-17Add the Sci_Position, Sci_PositionU, and Sci_PositionCR typedefs to externalNeil1-23/+25
2013-09-05Added SCI_GETPRIMARYSTYLEFROMSTYLE.Neil1-0/+1
2013-09-03Added GetStyleFromSubStyle.Neil1-0/+1
2013-06-29Bug: [#1483]. Split GetRelativePosition into 2 calls one for moving between c...Neil1-1/+2
2013-06-27Bug: [#1483]. Adding StyleContext::GetRelativeCharacter for character-oriente...nyamatongwe1-0/+1
2013-01-19Add methods for Unicode line ends and substyles to IDocument and ILexernyamatongwe1-2/+19
2011-10-26Implement ILoader interface so that clients can load documents fromnyamatongwe1-0/+8
2010-08-19Adding GetLineIndentation to IDocument.nyamatongwe1-0/+1
2010-08-19Exposed BufferPointer through IDocument.nyamatongwe1-0/+1
2010-07-13New files for new lexer implementation.nyamatongwe1-0/+67