Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Let Topside remember what files were previously open #82

Open
jacobdeery opened this issue Oct 7, 2020 · 0 comments
Open

Let Topside remember what files were previously open #82

jacobdeery opened this issue Oct 7, 2020 · 0 comments
Assignees
Labels
application Affects the Topside application enhancement New feature or request good first issue Good for newcomers

Comments

@jacobdeery
Copy link
Contributor

Right now, Topside always starts up without anything loaded, and if I want to open a ProcLang file I need to open it from the menu. It would be nice if Topside, when closing, remembered what the last open file was, and then when opening, loaded the same file at startup.

The best way to do this is probably with QSettings - take a look at this documentation for reference (it's C++, but the Python API should be very similar).

@jacobdeery jacobdeery added enhancement New feature or request good first issue Good for newcomers application Affects the Topside application labels Oct 7, 2020
@benkelcher77 benkelcher77 self-assigned this Sep 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
application Affects the Topside application enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants