aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2003-09-26 13:37:19 +0000
committernyamatongwe <unknown>2003-09-26 13:37:19 +0000
commit7be8190847a6c79c726c95158499c6f3588332e7 (patch)
treeee7a34aa061b4b558a663d5d1813b1c53d1bcfe3
parent9b57c2cd4a0a3a2655bb8dc562bb67b4bc76fb3b (diff)
downloadscintilla-mirror-7be8190847a6c79c726c95158499c6f3588332e7.tar.gz
Removed another completed item.
-rw-r--r--doc/ScintillaToDo.html6
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.