Community
Participate
Working Groups
Build Identifier: 1. The 'Browse' button of the "New Linked Folder" and "New Linked File" wizard should offer the workspace location as default proposed location (instead of "My Documents"). 2. Provide a mean to set the Filter Extensions for File Dialog Reproducible: Always
Hi Phong, I fixed your first point mentioned in you comment. Regarding the second point, you should have your own contributed linked file wizard, where you can set the Filter Extensions. To achieve that, I added a new constructor to the LinkedFileWizard where you can specify you own filter: LinkedFileWizard(String[] filterExtensions) As an example, if you want to create an ARLinkedFileWizard you should provide the following code: ARLinkedFileWizard extends LinkedFileWizard ARLinkedFileWizard(){ super(new String[] { "*.arxml" }) }
Mass-closing Resolved tickets