aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlib/SubStyles.h
AgeCommit message (Collapse)AuthorFilesLines
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.