aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlib/SubStyles.h
AgeCommit message (Collapse)AuthorFilesLines
2019-04-25Backport: Fix bug where changing identifier sets in lexers preserved ↵Neil1-0/+12
previous identifiers. Backport of changeset 7473:5d760343adde.
2018-06-04Backport: Use const in lexlib headers.Neil1-6/+6
Backport of changeset 7018:b14abcf3e0ac.
2017-09-11Backport: The Scintilla namespace is always active for internal symbols and ↵Neil1-4/+0
for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3.
2017-07-17Backport: Implement style metadata for some languages.Neil1-0/+22
Add some helper methods to SubStyles for finding style metadata of substyles. Backport of changeset 6349:f350a2543488.
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 ↵Neil1-3/+5
SCI_SETIDENTIFIERS. Treat multiple separators as a single separator.
2013-09-03Added GetStyleFromSubStyle.Neil1-2/+15
Tests for this and other sub styles methods.
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 ↵nyamatongwe1-0/+158
support classes.