weisJ / Mima

Run Mima Code from a desktop UI
http://gbi.ira.uka.de/
MIT License
9 stars 0 forks source link

Save GUI states between sessions. #26

Open weisJ opened 5 years ago

weisJ commented 5 years ago

Add support for ssaving the state of the gui between sessions e.g. if the console is open at how big it is, the sorting of the editor tabs, breakpoints, scroll positions etc...

weisJ commented 5 years ago

SplitPanes and the TabFrame now support session states. I’m not sure which other components may profit from this, but possible candidates are: -EditorTabbedPane -ScrollPanes

There are still some flaws with the current approach e.g. only one frame is supported effectively.

weisJ commented 5 years ago

Added support for multiple frames