Opened 7 years ago
Closed 7 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)
Changed 7 years ago by
Attachment: | patch-plugins-import-list.patch added |
---|
comment:1 Changed 7 years ago by
Milestone: | 16.06 → 16.07 |
---|
comment:2 Changed 7 years ago by
That's fine. It is not important. It is just a small helper I wrote to allow me to test the plugin tickets faster.
comment:3 follow-up: 4 Changed 7 years ago by
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 Changed 7 years ago by
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 Changed 7 years ago by
Having a small configuration update file which modifies the settings (adding, removing, setting values).
comment:6 Changed 7 years ago by
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 Changed 7 years ago by
Milestone: | 16.07 → 16.08 |
---|
I need more time to review this one.