diff options
| author | nyamatongwe <devnull@localhost> | 2001-03-01 10:35:22 +0000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2001-03-01 10:35:22 +0000 | 
| commit | 90197fe033f665e31d70b132ad7dcfa4bd30d92e (patch) | |
| tree | 16c65d3e991cc387390a54d9a517d565f7c53458 | |
| parent | 5b0817ff0b951108c3998750fecee992b5ae2651 (diff) | |
| download | scintilla-mirror-90197fe033f665e31d70b132ad7dcfa4bd30d92e.tar.gz | |
Updated.
| -rw-r--r-- | doc/ScintillaToDo.html | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/doc/ScintillaToDo.html b/doc/ScintillaToDo.html index 3050dbcd9..1c8966ca2 100644 --- a/doc/ScintillaToDo.html +++ b/doc/ScintillaToDo.html @@ -103,6 +103,9 @@  	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>      <h3>  	Features I am unlikely to do      </h3> @@ -120,6 +123,10 @@      <p>  	Mouse wheel panning (press the mouse wheel and then move the mouse) on Windows.      </p> +    <p> +	Adding options to the save dialog to save in a particular encoding or with a +	chosen line ending. +    </p>      <h3>         Directions      </h3> | 
