Bug 16618 - [ExternalTools] Re-launch last External Tool hotkey
Summary: [ExternalTools] Re-launch last External Tool hotkey
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 2.1 M5   Edit
Assignee: Darin Wright CLA
QA Contact:
URL:
Whiteboard:
Keywords: ui
Depends on:
Blocks:
 
Reported: 2002-05-21 12:56 EDT by Scott Rutledge CLA
Modified: 2003-01-16 10:38 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Scott Rutledge CLA 2002-05-21 12:56:54 EDT
Could we have a hotkey for re-launching the last External Tool? (ala Ctrl+F11/F11)
Comment 1 Nick Edgar CLA 2002-05-23 11:23:13 EDT
I think it would be better to allow the user to specify an accelerator to use 
for a specific external tool.

Comment 2 Scott Rutledge CLA 2002-05-23 11:37:25 EDT
I like that idea even better.
Comment 3 Nick Edgar CLA 2002-05-27 23:16:01 EDT
A cheap alternative to adding a separate dialog field for this would be to 
allow the name to contain the accelerator syntax for JFace actions.
E.g. "SomeTool@Ctrl+Alt+T" would add an item with Ctrl+Alt+T as its
accelerator.
Would get this for free if we used MenuManager and Action to populate the 
External Tools menu.

This is probably all we could achieve for 2.0.
Comment 4 Simon Arsenault CLA 2002-09-06 14:41:00 EDT
In the new external tool work, there will be a Run Last Tool menu item and some 
accelerator key assign to it (we are thinking of ctrl+shift+r)

Note: new external tool work is not yet released to the head stream and won't 
for a while yet.
Comment 5 Darin Swanson CLA 2002-09-19 09:47:36 EDT
Reopening.
Comment 6 Darin Wright CLA 2002-11-15 10:18:30 EST
With the introduction of launch configs - the launch history now appears 
similar to the run/debug history. You get number accelerators for tools in your 
history and favorites. However, we do not have a way to assign hot keys. Should 
investigate if the new key binding story will allow the user to assign keys to 
the launch history.

markig as 2.1 M4 for investigation.
Comment 7 Darin Swanson CLA 2002-12-05 20:09:17 EST
Moving to M5
Comment 8 Darin Swanson CLA 2003-01-14 13:12:18 EST
We have not come up with a way to assign a key binding for the launch history 
but I see light for allowing the user to assign a key binding for relaunch last.
Comment 9 Darin Swanson CLA 2003-01-15 16:55:18 EST
It is now possible to assign a key sequence to the Run Last External Tool.
Please see bug 29580 for launch history key sequence assigment.
Comment 10 Darin Swanson CLA 2003-01-15 16:56:05 EST
Please verify (DarinW).
The default binding is to nothing (you have to set it to work...I used F9 in 
the global space).
Comment 11 Darin Wright CLA 2003-01-16 10:38:33 EST
Verified.