diff options
author | nyamatongwe <devnull@localhost> | 2003-09-26 13:37:19 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2003-09-26 13:37:19 +0000 |
commit | 77f51b7b87d4b6e61d741290377c4ad82df603c0 (patch) | |
tree | ee7a34aa061b4b558a663d5d1813b1c53d1bcfe3 | |
parent | bea66ee14bf112f827d0a21d161790da82fe17cc (diff) | |
download | scintilla-mirror-77f51b7b87d4b6e61d741290377c4ad82df603c0.tar.gz |
Removed another completed item.
-rw-r--r-- | doc/ScintillaToDo.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/ScintillaToDo.html b/doc/ScintillaToDo.html index 9707a91a3..25dce7218 100644 --- a/doc/ScintillaToDo.html +++ b/doc/ScintillaToDo.html @@ -118,12 +118,6 @@ Automatically calculated range for horizontal scrolling. </p> <p> - Modes for treating display lines as document lines are now, - such as allowing the End key to move to the end of a display line. This can be - useful when Scintilla used to edit documentation as it is the normal convention - for word processors. - </p> - <p> Virtual space at the end of lines so the caret can be moved beyond the end of lines with the cursor keys. May also make rectangular operations easier to perform. |