diff options
author | nyamatongwe <devnull@localhost> | 2000-07-31 13:25:20 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-07-31 13:25:20 +0000 |
commit | 9d226f9c4e2cf2e9decbc462d0e5ead88e7721b1 (patch) | |
tree | 5ad7675677f16268afb374f17a280c5d6f6cb022 | |
parent | 4f22ae99a0fd45559725f24b61ef9231a0bf7c9b (diff) | |
download | scintilla-mirror-9d226f9c4e2cf2e9decbc462d0e5ead88e7721b1.tar.gz |
Added to TODO list.
-rw-r--r-- | doc/ScintillaToDo.html | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/ScintillaToDo.html b/doc/ScintillaToDo.html index 583b51db2..bb8cbf663 100644 --- a/doc/ScintillaToDo.html +++ b/doc/ScintillaToDo.html @@ -72,6 +72,16 @@ COM control version on Windows </p> <p> + Hidden text + </p> + <p> + Wider or differently shaped caret + </p> + <p> + Composition of lexing for mixed languages (such as ASP+ over COBOL) by + combining lexers. + </p> + <p> Make GTK+ version be more consistent with other GTK+ widgets. </p> <p> @@ -84,7 +94,7 @@ SciTE To Do </h3> <p> - More lexers: Delphi and PHP. Make the subset Perl lexer understand more Perl. + More lexers for other languages such as Delphi. Make the subset Perl lexer understand more Perl. </p> <p> Regular expressions in find functions. |