[[BackLinksMenu]] [[TicketQuery(summary=APP_PLUGIN_MANAGER_CONFIGURE_R0, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] = 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 == [wiki:PLUGIN_SUPPORT_LIB_CONFIGURING_R0][[BR]] == 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.)