Community
Participate
Working Groups
The AssemblyEditor should be updated conform to the latest API changes: - generate and parse getRidgt(iRidget.class, String) instead of the deprecated getRidget(String) calls - add the new properties visible and expanded to the Submodule-Editor
Created attachment 165900 [details] Patch Fixes the issues described in the bug summary and also adds two improvements: - adds a preferencepage to configure an custom UIControlsFactory that will be used to find RidgetIds in the SubModuleView - prevents the tree from collapsing after the user moved nodes
Created attachment 168651 [details] New Patch for the AssemblyEditor Fixes some bugs and brings some improvements: - SubModuleComposite: Don't generate a nodeId, when the View is given - more ConfigurationOptions (Control-Blacklist, Prefix for View/Controller packages) - Several Bugfixes with unsafe bindingIds like invalid characters oder starting with a number - Prevents the tree from collapsing at startup - Some improvements in the formatting of the plugin.xml - plugin.xml will only be updated, when one of its nodes is dirty - Additional option "delete node" when deleting a SubModuleNode - Improved the SubModuleView parsing (detect static imports with UIControlsFactory, now any subclass of UIControlsFactory can be detected as well, detect calls with fully qualified bindingId) - Only show bundles that have a plugin-nature instead of java-nature - Some small improvements in the workflow - Suppressed multiple updates of the plugin.xml after saving
patch committed, thanks Steffen