diff options
-rw-r--r-- | doc/ScintillaToDo.html | 52 |
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 |