-
I have many plugins installed but some of them (e.g. golang plugins) I only use in some projects. All those plugins end up clobbering UI. It would be nice to be able to disable some of the plugins in user settings and enable them in project setting, when needed. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I converted this to an issue. #4781 |
Beta Was this translation helpful? Give feedback.
-
Here's a work-around that can be very effective: You can use the BN_USER_DIRECTORY environment variable to create different profiles with different plugins installed or even settings. I don't think our current implementation will support different plugins per project within the same process, but the environment variable offers a really useful way to get the same effect. https://docs.binary.ninja/guide/plugins.html#troubleshooting |
Beta Was this translation helpful? Give feedback.
I converted this to an issue. #4781