Main
Main copied to clipboard
WidgetOperation configuration- selected project
A WidgetOperation configurations that allows the user to select some projects from his workspace. Should look similar to project->clean->clean projects selected below. What needs to be done is:
- define how a widgetOperations asks for this kind of configuration in configurationComponents
- define what information you return to it in register
- add this configuration to the widget preferences page
This is needed for #1318
It can be a simple String in the meanwhile-
Project1, Project2, Project3