...
- In the "squore-branding-bundle\resources" folder, create a new file called "preferences.properties".
Below is an exemple of the available options. Note that these are all optionals :
Code Block general.tcl.bin.default= # Absolute path to the bin folder of TCL general.tcl.bin.changeable=true # Can the user change the path to TCL's bin directory in Eclipse? ("true" or "false") general.perl.bin.default= # Absolute path to the bin folder of PERL general.perl.bin.changeable=true # Can the user change the path to PERL's bin directory in Eclipse? ("true" or "false") general.server.url.default= # SQuORE server URL by default, set to "http://127.0.0.1:8180/SQuORE_Server" if empty general.server.url.changeable=true # Can the user change the SQUORE URL in Eclipse? ("true" or "false") general.connection.enable=true # Do you want to enable or disable the user connection to the server? Hide the login/password fields on preferences. ("true" or "false") general.synchronization.enable=true # Do you want to enable or disable synchronization with the server to update the configuration and addons folders? ("true" or "false"), available only if general.connection.enable=true project.role.default=PLUGIN # Use a specific user role to read the model, allow to display specific dashboard tables for example if you set roles="PLUGIN" on the dashboard definition project.wizard.choices= # List of wizards available to plugin users project.wizard.default= # Id of the model wizard to use by default project.wizard.changeable=true # Can the user select another wizard in Eclipse? ("true" or "false") project.load.enable=true # Can the user createview athe newexisting projectprojects fromon the pluginserver in Eclipse and load the project attributes? ("true" or "false"), available only if general.connection.enable=true project.configuration.enable=false # Can the user changeaccess to the project configuration of the modelpopup? ("true" or "false") view.score-card.visible=true # Is the squore card visible from the Eclipse plugin? view.action-items.visible=true # Is the Action items tab visible from the Eclipse plugin? view.findings.visible=true # Is the Findings tab visible from the Eclipse plugin? view.highlights.visible=true # Is the Highlights tab visible from the Eclipse plugin? view.console.visible=true # Is the Action items tab visible from the Eclipse plugin? data.scope.bundle=false # Change the default place of the bundle directory
...