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

Settings Not Properly Applied when Opening Project #10

Open
5hir0kur0 opened this issue Mar 31, 2021 · 1 comment
Open

Settings Not Properly Applied when Opening Project #10

5hir0kur0 opened this issue Mar 31, 2021 · 1 comment
Labels

Comments

@5hir0kur0
Copy link
Owner

5hir0kur0 commented Mar 31, 2021

I think some settings are used for the initialization of global variables and those are not updated when a new project with different settings is loaded.
E.g.

  • I think that the log level set for the project is ignored when the project is opened from the "Project" > "Open Project" menu.
  • The list of syntax themes is not updated either.
@5hir0kur0 5hir0kur0 added the bug label Mar 31, 2021
@5hir0kur0 5hir0kur0 changed the title Log Level Ignored Settings Not Properly Applied when Opening Project Mar 31, 2021
@5hir0kur0
Copy link
Owner Author

We already have CLASSES_WITH_SETTINGS. Maybe it would make sense to require those to implement an interface Updateable or similar so that their state can be reloaded once the settings change (e.g. when opening a project).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant