Last modified 16 years ago
Last modified on 02/19/09 13:46:01
Analysis
Overview
Application plugin manager configure allows configuring a plugin that provides configuring functionality. A configuration palette should be present in the plugin manager tab.
Task requirements
- Research configuring provided by the plugin support library
- Create a palette in the plugin manager tab that allows configuring of a selected plugin in the plugin list (if the plugin provides this functionality)
- Create needed extension points for various user controls
- Allow configuring of at least one plugin, provide needed extensions and point it in how to demo to ease the demonstration.
Task result
The result of this task is code.
Implementation idea
- At the present moment a plugin palette is already done. It lists all the present modules, but has no config functionality.
- The needeed interface for implementing this task should be provided by the plugin support library (as stated in the first requirement). So, this task should be implemented after it.
Related
PLUGIN_SUPPORT_LIB_CONFIGURING_R0
How to demo
Choose a plugin that allows configuring from the list and show some different options.
Design
Implementation
(Implementation results should be described and linked here (from the wiki or the repository))
Testing
Comments
(Write comments for this or later revisions here.)