Changes between Version 4 and Version 5 of GROUP_PLUGINS_ENABLE_DISABLE_R0
- Timestamp:
- 05/21/09 14:42:28 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified GROUP_PLUGINS_ENABLE_DISABLE_R0
v4 v5 12 12 * When enable/disable option is activated the effect will show after restarting sophie application. 13 13 * If the selected plugin cannot be disabled because some of the plugins depends on it, it can't be disabled. The user has to be informed about this with a dialog. 14 * If there are plugin dependencies which are needed for enabling the plugin they also become enabled after the restart. 14 * If there are plugin dependencies which are needed for enabling the plugin and they are installed, they also become enabled after the restart. 15 * Note: the case when they are not installed should to be resolved in the next revision of the task. For now the user will be informed that there are no such dependencies installed to run the plugin he wants. 15 16 * (optional) Make a dialog with yes/no buttons so the user can choose what will be the behaviour when dependencies are shown.(i.e. if the plugin will be enabled with its dependencies or not enabled at all) 16 * Some of the plugins can't be disabled in any case.(i.e. core.modularity or core). Think if there is a need to show these plugins on the config palette.17 * Some of the plugins can't be disabled(i.e. core.modularity or core), so the . Think if there is a need to show these plugins on the config palette. 17 18 * Internal managing/configuration of the plugins has to be implemented - this is connected with the upper functionality 18 19 * Already implemented support of the sorting of plugins has to be reviewed and improved.