- 08 Feb, 2021 2 commits
-
-
Michael Reisecker authored
The name was a relict from the very first day of project structuring, but this name here makes for much much nicer tab-completing to source file names...
-
Michael Reisecker authored
No more "invisible" link, added tooltips
-
- 01 Feb, 2021 3 commits
-
-
Michael Reisecker authored
Now our main menu items all have icons and are discerned from items macOS adds automatically. Slightly more stringent naming.
-
Michael Reisecker authored
This gets rid of an inconsistency where on macOS CMD+H was already reserved for hiding the window. It's nicer anyway and we get rid of an almost empty menu ("window").
-
Michael Reisecker authored
-
- 31 Jan, 2021 7 commits
-
-
Michael Reisecker authored
... of the main windows in place (unless of course the settings are reset).
-
Michael Reisecker authored
Clicking "reset" in the Settings window should now behave the same as if the settings file was deleted manually before starting, i. e. restore all defaults immediately.
-
Michael Reisecker authored
-
Michael Reisecker authored
This layout should be well known and unsurprising to users, and the ability to just cancel if something was changed by accident is also nice. Also, all windows now have reasonable minimum sizes.
-
Michael Reisecker authored
Maybe something like this should also be done when saving...
-
Michael Reisecker authored
Otherwise, window size settings etc. would be saved as-is on the next program quit, making clearing these automatic position settings not very effective (would have to go through command line args).
-
Michael Reisecker authored
This feature has been broken with a commit in April... now it should work again. I. e.: If unknown keys are read in, they will be shown (and highlighted as invalid) in the Preview Editor and also saved back out to the file system.
-
- 30 Jan, 2021 5 commits
-
-
Michael Reisecker authored
There are potentially two warnings the user can cancel (file exists and unsaved changes); for the latter the internal file path would be set even if the user has cancelled. This has been fixed.
-
Michael Reisecker authored
-
Michael Reisecker authored
Missing INI keys are now listed more user friendly. If the user cancels out of saving, the first missing key is jumped to and highlighted in Inishell.
-
Michael Reisecker authored
And minor cleanup
-
Michael Reisecker authored
-
- 29 Jan, 2021 8 commits
-
-
Michael Reisecker authored
-
Michael Reisecker authored
'Quit' does not send a closeEvent, so do it in the destructor.
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
Intermediate commit - to tune and to re-fix on other platforms
-
Michael Reisecker authored
-
Michael Reisecker authored
Clearing dynamic panels was not respecting the message box result
-
- 28 Jan, 2021 15 commits
-
-
Michael Reisecker authored
Now the user can individually turn off the confirmation dialog for when a) an application has been opened, nothing was changed, and it is closed again b) an INI file has been opened, changes were made, and the application is closed This is nice because one of the messages could be annoying while the other could be quite useful.
-
Michael Reisecker authored
In addition to the command line --clear there is now a GUI button for this.
-
Michael Reisecker authored
-
Michael Reisecker authored
But - allow not to warn again.
-
Michael Reisecker authored
This way it can easily be re-used.
-
Michael Reisecker authored
-
Michael Reisecker authored
And remove obsolete function
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
also bigger default size
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-