diff options
| author | Neil <nyamatongwe@gmail.com> | 2019-12-31 20:19:24 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2019-12-31 20:19:24 +1100 |
| commit | 0af155eae811e515b7d4fbad8e198cdf01f6ff2f (patch) | |
| tree | 39e4b88da4736d3c6556cf1b39ca2e01b9e1a789 /include/Scintilla.iface | |
| parent | eed707bb9ad6da944af207a51e4a8d460d6c6846 (diff) | |
| download | scintilla-mirror-0af155eae811e515b7d4fbad8e198cdf01f6ff2f.tar.gz | |
Implement SCI_SETILEXER.
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index dde113847..fecd1b45f 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -2931,6 +2931,9 @@ fun int TagsOfStyle=4031(int style, stringresult tags) # Result is NUL-terminated. fun int DescriptionOfStyle=4032(int style, stringresult description) +# Set the lexer from an ILexer*. +set void SetILexer=4033(, pointer ilexer) + # Notifications # Type of modification and the action which caused the modification. # These are defined as a bit mask to make it easy to specify which notifications are wanted. |
