aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2001-03-01 09:29:23 +0000
committernyamatongwe <unknown>2001-03-01 09:29:23 +0000
commit34205932bb6f4f816b9939fa33d4dee96c054e72 (patch)
tree9db1ae96ff2a887c4d517ce6a6f437ca33f43767
parent0fe86986850118b94d0066c4a11a8df326bdd17f (diff)
downloadscintilla-mirror-34205932bb6f4f816b9939fa33d4dee96c054e72.tar.gz
Added recently requested to do items.
-rw-r--r--doc/ScintillaToDo.html52
1 files changed, 46 insertions, 6 deletions
diff --git a/doc/ScintillaToDo.html b/doc/ScintillaToDo.html
index 0dd65c28e..3050dbcd9 100644
--- a/doc/ScintillaToDo.html
+++ b/doc/ScintillaToDo.html
@@ -65,20 +65,60 @@
Printing support on GTK+. Maybe Postscript output or use Gnome?
</p>
<p>
- Stream folding which could be used to fold up the contents of HTML elements.
+ Stream folding which could be used to fold up the contents of HTML elements.
+ </p>
+ <p>
+ Persisting view state such as current folding into a stream or blob so it is easy
+ to restore.
+ </p>
+ <p>
+ Move line up and move line down keys or move selected lines up / down.
+ </p>
+ <h3>
+ SciTE To Do
+ </h3>
+ <p>
+ More lexers for other languages such as Delphi and Ruby.
+ Make the subset Perl lexer understand more Perl.
+ </p>
+ <p>
+ Regular expressions in find functions.
+ </p>
+ <p>
+ Printing on GTK+.
+ </p>
+ <p>
+ Automatically loading changed files on GTK+.
+ </p>
+ <p>
+ Tab bar on GTK+.
+ </p>
+ <p>
+ Retain folding state when changing buffers.
+ </p>
+ <p>
+ Comment / uncomment block.
+ </p>
+ <p>
+ Load menus and accelerators from a property file so they can be modified
+ easily and localised into other languages.
</p>
<h3>
- SciTE To Do
+ Features I am unlikely to do
</h3>
<p>
- More lexers for other languages such as Delphi. Make the subset Perl lexer
- understand more Perl.
+ These are features I don't like or don't think are important enough to work on.
+ Implementations are welcome from others though.
+ </p>
+ <p>
+ A VCL component wrapper around Scintilla so it can be used with Delphi or
+ Borland C++ Builder.
</p>
<p>
- Regular expressions in find functions.
+ Automatically saving modified menu shortcuts on exit.
</p>
<p>
- Printing on GTK+.
+ Mouse wheel panning (press the mouse wheel and then move the mouse) on Windows.
</p>
<h3>
Directions