Arcitectus / Sanderling

APIs and libraries to read information directly from the EVE Online game client.
https://forum.botlab.org
Apache License 2.0
259 stars 117 forks source link

Save and restore main window size and position #21

Closed exodus444 closed 7 years ago

exodus444 commented 7 years ago

This change will allow to persist main window size and position upon exiting and restore upon starting. Added nuget package dependency - https://github.com/anakic/Jot . It allows to easily track application state not touching the App.config with minimal coding. Very useful and easy to use.

Viir commented 7 years ago

Thank you for the suggestion. It looks like the branch is not based on the latest commit of Arcitectus/master which is #7c47003 Whats the reason? Is there a reason to not rebase this onto Arcitectus/master?

exodus444 commented 7 years ago

Good point, I'm quite new to git. Looks like after fetching from the upstream (Arcitectus/master) and committing into the fork master it hasn't pulled the #7c47003 into the fork. Will redo properly and create another PR. Closing this one meanwhile...