Community
Participate
Working Groups
Build Identifier: When user selects a few closed projects in TS explorer > right clicks > and selects open project > they're presented with a dialog box containing a list of the projects they've already selected. User is then again required to select the projects in the dialog and click on OK. This dialog is redundant and unnecessary. Reproducible: Always Steps to Reproduce: 1. Right click on a few open projects in TS Explorer 2. Select open projects. Notice the dialog that pops up.
Created attachment 174551 [details] Patch Modified Files: TigerstripeExplorerActionGroup TSOpenProjectAction (New file) TSProjectActionGroup (New file) I introduced Tigerstripe-specific actions for opening projects. We were using JDT's 'Open Project' action. Since the projects created in TS Explorer are not always IProjects, the action would get confused about which projects are closed in the selection, which would result in the redundant dialog box popping up. These actions which extend from JDT's actions rectify this.
Double clicking on a closed project should open it.
Patch from Navid applied