-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Per-project file/folder associations #463
Comments
I have it in mind, it will come in a future release, but I don't know when. |
@mallowigi I might be tempted to look into the source but you can be much quicker to answer than discovering the whole structure there (especially as I never worked on AS plugins before, VS and VS Code and some others, yes): are the associations read once when the IDE starts? I have the suspicion that reading a per-project file wouldn't be that hard but those associations should be unloaded when a new project is read. |
The bundled associations are loaded from a XML file, then loads the user's settings. Loading from the Project Settings requires to develop a PersistedStateComponent project based, it's not that easy to implement. Besides I also need to develop the UI pages to define such a thing. |
Yep, that's why I said that something as simple as an |
Yes but you'd still need to create the PersistentStateComponent either way. Anyway if you want to tackle this, be my guest, I am already in the middle of another feature and I don't have a lot of time for side-projects... |
Is it possible to get per-project associations? VS Code makes it easy with its settings structure but in Android Studio and other related IDEs? Even if it would require manual editing of XML settings files... I often have specific needs in different projects that I don't want to pollute a global settings table with, or can even contradict each other in different projects.
The text was updated successfully, but these errors were encountered: