SAP-archive / fedem-gui

Graphical user interface for FEDEM
https://openfedem.org
Apache License 2.0
1 stars 6 forks source link

Add Recent models sub-menu under the File menu #24

Closed kmoks closed 7 months ago

kmoks commented 7 months ago

The first four commits are from #22.

Then, the next two commits add new sub-menu under the File menu, where the (up to 10) latest model files are listed, and can be reopened by selecting them instead of launching the file browser each time (which takes too long time sometimes..). This is convenient when switching between a few model files many times during the same session.

The next two commits refactors the pop-up menu command-handling a bit, removal of unused functionality, etc.

The next commit disables the editing commands from the standard right-click menu of the text field widget of the Object Browser, as this view should be read-only always.

The next commit will fix #23.

The next commit fixes the file name specification of the Users Guide, such that the command for opening it reappears in the Help menu.

The last two commits clean away or deactivates some obsolete and unused code.