diff options
author | nyamatongwe <unknown> | 2002-01-11 00:05:04 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2002-01-11 00:05:04 +0000 |
commit | db583d24d3a98eb7bc485a2e481bec119379892d (patch) | |
tree | 019ad6264702a77f1de5d72cb1263fa064dcaf8e | |
parent | 727d1006b1b416d559b29dc747922666cf2805be (diff) | |
download | scintilla-mirror-db583d24d3a98eb7bc485a2e481bec119379892d.tar.gz |
Noted that the changeable style attribute is buggy.
-rw-r--r-- | include/Scintilla.iface | 1 |
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. |