Community
Participate
Working Groups
Since 3.1m3 the double click behaviour of tasks in the ant view has changed. Default behaviour should be [in my humble opinion] to launch that ant task and NOT open the editor at the corresponding task location. Where launching an ant task was feasibility in earlier by pressing 'enter' on the corresponding task. You now have to right click on the task, select 'Run As', and click on 'Ant Build'. Way too many mouse operations. ;)
The reason for the change is we were trying to be consistent in the behavior in the view. I propose that we change the double click to always launch the ant build. Double click on: project: launches build on default target target: launches build on that target task: launches build on the parent target For faster launching, select the target and click on toolbar "Run" button
For what is worth, i agree with that, thanks.
Since the community has spoken :-) double click is back for launching. Changes: AntView: changed doubleclick behavior RunTargetAction: support for launching when tasks are selected (owning target launched) AntViewActionMessages.properties: tooltip for RunTargetAction when Task selected
Please verify Jared.
Forgot the change to AntLaunchShortcut to handle launching based on a task node.
I don't know how to make it consistent with the rest of eclipse, but as far as I'm concerned I chose the option to open editors by single-click (ie. in the package explorer). Maybe we could have single click to open ant editor, and double click to launch ant task, if the user chose the single click option. Otherwise... Maybe provide an additional option...
I have logged 78360 for support of single click open in the Ant view.
Verified.