-
Notifications
You must be signed in to change notification settings - Fork 640
Description
For example on the often mentioned buggy situation, when you have modified a text file and want to quit.
Then there comes the dialog with the options
[Save] [Don't save] [Cancel]
You already fixed it in the source code, that the [TAB] key work on that point.
In version 1.0.0 you can on that point pressing [S] to save, [N] to not Save or [ESC] to cancel.
So the specific letters need to be underlined:
[_ S _ ave] [Do _ n _ 't save] [Cancel]
In edit mode there are also two possibilities to change between the text-files: clicking with the mouse on the textfile-name on the right button or using the shortcut [Ctrl]+[P]
So I think, the [Ctrl]+[P] should be mentions in the program anywhere.
And how to change between the newlines ([LF] and [CRLF], changing the character encoding or changing how long spaces are with the keyboard? I have currently only changed it with my mouse.
It is a nice thing, that everything can done with the mouse.
But it is a bad thing, if the mouse is needed.
The original EDIT.COM based on the QBasic Editor could completly used only with the keyboard.
Also Windows 3.x and I think also Windows 95 could completely used only with keyboard. The reason why on the left top corner of every window was a menu with "resize", "maximize", "renew", "move", ... and so on entries.