diff options
| -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> | 
