aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlib/SubStyles.h
AgeCommit message (Expand)AuthorFilesLines
2019-04-25Fix bug where changing identifier sets in lexers preserved previous identifiers.Neil1-0/+12
2018-06-04Use const in lexlib headers.Neil1-6/+6
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-4/+0
2017-07-17Implement style metadata for some languages.Neil1-0/+22
2015-03-28Avoid Coverity warnings for case that should never fail.Neil1-1/+2
2013-12-15Make single argument constructors explicit to avoid unexpected conversions.Neil1-1/+1
2013-09-06Bug [#1521]. Allow tab, cariage return and new line separators for SCI_SETIDE...Neil1-3/+5
2013-09-03Added GetStyleFromSubStyle.Neil1-2/+15
2013-01-30Allow access to secondary styles distance.nyamatongwe1-0/+4
2013-01-19Implement generic support for Unicode line ends and sub styles in lexer suppo...nyamatongwe1-0/+158