aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaToDo.html
diff options
context:
space:
mode:
authornyamatongwe <unknown>2001-08-21 07:59:05 +0000
committernyamatongwe <unknown>2001-08-21 07:59:05 +0000
commit96c95cfde3c36596737b689c8f3fea9b04535c53 (patch)
treeb6fff68190ac4fb2313f259f002d7e848a0e23f3 /doc/ScintillaToDo.html
parent6c951260a57aac710d6019d6741640b52e574165 (diff)
downloadscintilla-mirror-96c95cfde3c36596737b689c8f3fea9b04535c53.tar.gz
Added the suggestions since 1.39 and retired block commenting.
Diffstat (limited to 'doc/ScintillaToDo.html')
-rw-r--r--doc/ScintillaToDo.html39
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>