diff options
author | Neil <nyamatongwe@gmail.com> | 2021-03-19 09:23:09 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-03-19 09:23:09 +1100 |
commit | 721d52df9cb90af8d1545093a2304023f1affd14 (patch) | |
tree | 1a3e495dd5f055a646af55027c6af58d9665f0d2 /src/Editor.h | |
parent | 35d3f2be76c7075bf106a246544a002d03a5d042 (diff) | |
download | scintilla-mirror-721d52df9cb90af8d1545093a2304023f1affd14.tar.gz |
Add SupportsFeature API but leave empty for now with no features defined.
Diffstat (limited to 'src/Editor.h')
-rw-r--r-- | src/Editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Editor.h b/src/Editor.h index 60742b403..87a904bf1 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -537,6 +537,7 @@ protected: // ScintillaBase subclass needs access to much of Editor virtual void IdleWork(); virtual void QueueIdleWork(WorkNeeded::workItems items, Sci::Position upTo=0); + virtual int SupportsFeature(int feature); virtual bool PaintContains(PRectangle rc); bool PaintContainsMargin(); void CheckForChangeOutsidePaint(Range r); |