diff options
author | nyamatongwe <unknown> | 2003-02-15 03:23:51 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2003-02-15 03:23:51 +0000 |
commit | 89202b27474608f1fc017fa61ea6a688e0907e15 (patch) | |
tree | 6cf7c5a5c4d75bfa9eef02a7bf3bbedc30d52d21 | |
parent | f571bd2a1fe7b87cfaa7e534d6c6197d6a6d979f (diff) | |
download | scintilla-mirror-89202b27474608f1fc017fa61ea6a688e0907e15.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 |