diff options
author | nyamatongwe <devnull@localhost> | 2003-02-15 03:23:51 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2003-02-15 03:23:51 +0000 |
commit | 02aadfc428a640a09a73701cf35ce6bce55fd34b (patch) | |
tree | 6cf7c5a5c4d75bfa9eef02a7bf3bbedc30d52d21 | |
parent | da22ff3bdcbe0aa02919f1b587173f96d43dacad (diff) | |
download | scintilla-mirror-02aadfc428a640a09a73701cf35ce6bce55fd34b.tar.gz |
Marked LinesJoin as experimental.
-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 caca12dcd..b16a729d1 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1040,6 +1040,7 @@ set void SetTwoPhaseDraw=2284(bool twoPhase,) fun void TargetFromSelection=2287(,) # Join the lines in the target. +# This is an experimental feature and may be changed or removed. fun void LinesJoin=2288(,) # Split the lines in the target into lines that are less wide than pixelWidth |