Changes between Version 4 and Version 5 of APP_PLUGIN_MANAGER_ABOUT_R0
- Timestamp:
- 01/20/09 14:39:10 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
APP_PLUGIN_MANAGER_ABOUT_R0
v4 v5 13 13 * Shows provided extensions by the plugin with a brief explanation. 14 14 * Information is taken from the specific plugin 15 15 16 == Task requirements == 16 17 * Implement after [wiki:APP_PLUGIN_MANAGER_LIST_R0] 17 18 * Create a text field under the list of plugins in the palette 18 * Provide extension for the about information in the field 19 * A plugin should display about information and a list that shows the extension points provided by this plugin and explanations. 19 * Provide extension for the about information in the field. There should be the name of the plugin with its short description, following by the long description. 20 20 21 21 == Task result == 22 22 Code 23 23 == Implementation idea == 24 Implement with other plugin manager tasks 24 Implement with other plugin manager tasks. 25 As long as the manager list task is in different milestone here can be implemented only the needed functionality for showing the about information. 26 Use [wiki:PLUGIN_MODULE_STRUCTURE] for the descriptions. 25 27 == Related == 26 28 [wiki:APP_PLUGIN_MANAGER_LIST_R0][[BR]]