aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2002-01-11 00:05:04 +0000
committernyamatongwe <devnull@localhost>2002-01-11 00:05:04 +0000
commit56bc2a4a7d5eb42539c1a46cfaa51c4ee6419cdd (patch)
tree019ad6264702a77f1de5d72cb1263fa064dcaf8e
parent0bd0ea6d493dd04548274296c825ec78c62ed26d (diff)
downloadscintilla-mirror-56bc2a4a7d5eb42539c1a46cfaa51c4ee6419cdd.tar.gz
Noted that the changeable style attribute is buggy.
-rw-r--r--include/Scintilla.iface1
1 files changed, 1 insertions, 0 deletions
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.