From db583d24d3a98eb7bc485a2e481bec119379892d Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 11 Jan 2002 00:05:04 +0000 Subject: Noted that the changeable style attribute is buggy. --- include/Scintilla.iface | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index ec61386a8..2f9de7d5a 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -475,6 +475,7 @@ get colour GetCaretLineBack=2097(,) set void SetCaretLineBack=2098(colour back,) # Set a style to be changeable or not (read only). +# Experimental feature, currently buggy. set void StyleSetChangeable=2099(int style, bool changeable) # Display a auto-completion list. -- cgit v1.2.3