From 721d52df9cb90af8d1545093a2304023f1affd14 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 19 Mar 2021 09:23:09 +1100 Subject: Add SupportsFeature API but leave empty for now with no features defined. --- src/Editor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Editor.h') 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); -- cgit v1.2.3