Opened 8 years ago
Closed 8 years ago
#13010 closed enhancement (fixed)
[Patch] Load plugins from list
Reported by: | michael2402 | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 16.08 |
Component: | Core | Version: | |
Keywords: | gsoc-core | Cc: | Don-vip, bastiK, stoecker |
Description
When tracing plugin issues it is often required to activate a specific list of plugins.
This patch adds a new button to the plugin list to activate all plugins contained in a given list.
Attachments (1)
Change History (9)
by , 8 years ago
Attachment: | patch-plugins-import-list.patch added |
---|
comment:1 by , 8 years ago
Milestone: | 16.06 → 16.07 |
---|
comment:2 by , 8 years ago
That's fine. It is not important. It is just a small helper I wrote to allow me to test the plugin tickets faster.
follow-up: 4 comment:3 by , 8 years ago
Actually I wanted to comment 4 days ago that we have a feature to load setup files like Regedit, which solves this case and others. But either this was removed or my memory fails and it was never implemented. At least I could find code for it in current codebase.
comment:4 by , 8 years ago
Replying to stoecker:
we have a feature to load setup files like Regedit, which solves this case and others. But either this was removed or my memory fails and it was never implemented.
What do you mean "like Regedit"?
comment:5 by , 8 years ago
Having a small configuration update file which modifies the settings (adding, removing, setting values).
comment:6 by , 8 years ago
Yes, there is such a feature, see Advanced Preferences > Read from File. I think you can even include JavaScript code to modify the preferences.
comment:7 by , 8 years ago
Milestone: | 16.07 → 16.08 |
---|
I need more time to review this one.