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. --- include/Scintilla.iface | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/Scintilla.iface') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index eea7a4336..1fca9bf32 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -2875,6 +2875,11 @@ set void EOLAnnotationSetStyleOffset=2747(int style,) # Get the start of the range of style numbers used for end of line annotations get int EOLAnnotationGetStyleOffset=2748(,) +enu Supports=SC_SUPPORTS_ + +# Get whether a feature is supported +get int SupportsFeature=2750(Supports feature,) + # Start notifying the container of all key presses and commands. fun void StartRecord=3001(,) -- cgit v1.2.3