diff options
-rw-r--r-- | doc/ScintillaToDo.html | 39 |
1 files changed, 30 insertions, 9 deletions
diff --git a/doc/ScintillaToDo.html b/doc/ScintillaToDo.html index 1e3471960..1a53909a3 100644 --- a/doc/ScintillaToDo.html +++ b/doc/ScintillaToDo.html @@ -78,12 +78,34 @@ <p> Move line up and move line down keys or move selected lines up / down. </p> + <p> + Transparent caret line that doesn't override other background colours. + </p> + <p> + Printing of highlight lines and folding margin. + </p> + <p> + Flow diagrams inside editor similar to + <a href="http://www.eng.auburn.edu/grasp/grasp_main.shtml">GRASP</a>. + </p> + <p> + Automatic resizing of line number margin when font size is changed. + </p> + <p> + A VCL component wrapper around Scintilla so it can be used with Delphi or + Borland C++ Builder. + There is <a href="http://www.pnotepad.org/scintilla/">some work</a> on this available. + </p> + <p> + Port to MacOS X. + </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. + More lexers for other languages such as PostScript and Smalltalk. + Make the subset Perl lexer understand more Perl. + Improve the Ruby and TCL lexers. </p> <p> Printing on GTK+. @@ -98,15 +120,18 @@ 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> <p> Allow file name based selection on all properties rather than just a chosen few. </p> + <p> + Opening from and saving to FTP servers. + </p> + <p> + Setting to fold away comments upon opening. + </p> <h3> Features I am unlikely to do </h3> @@ -115,10 +140,6 @@ 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> Automatically saving modified menu shortcuts on exit. </p> <p> |