diff options
Diffstat (limited to 'Manual_tests.md')
-rw-r--r-- | Manual_tests.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Manual_tests.md b/Manual_tests.md index 236cd27..dd7aeb7 100644 --- a/Manual_tests.md +++ b/Manual_tests.md @@ -5,6 +5,10 @@ record those here. Initializing settings: - delete app settings, start; window opens running the text editor + - run with a filename on commandline, scroll around, quit; restart without a filename; window opens running the text editor in same position+dimensions + - run with a filename on commandline, scroll around, quit; restart with same filename; window opens running the text editor in same position+dimensions + - run with a filename on commandline, scroll around, quit; restart with new filename; window opens new filename with cursor up top + - run editor, scroll around, move cursor to end of some line, quit; restart with new filename; window opens running the text editor in same position+dimensions - quit while running the text editor, restart; window opens running the text editor in same position+dimensions - quit while editing source (color; no selection), restart; window opens editing source in same position+dimensions - start out running the text editor, move window, press ctrl+e twice; window is running text editor in same position+dimensions |