From ce0308df3b5c2100052c9cefa20b356ef393eab6 Mon Sep 17 00:00:00 2001 From: Michael Rennie Date: Mon, 9 Nov 2009 15:15:16 +0000 Subject: Bug 76353 - [launching] Ctrl+click on debug or run toolbar button should open launch config for editing --- .../buildnotes_platform-debug.html | 13 ++++++++- .../ui/actions/AbstractLaunchHistoryAction.java | 34 ++++++++++++++++++++-- 2 files changed, 44 insertions(+), 3 deletions(-) diff --git a/org.eclipse.debug.core/buildnotes_platform-debug.html b/org.eclipse.debug.core/buildnotes_platform-debug.html index b31f93f0a..2d51f007c 100644 --- a/org.eclipse.debug.core/buildnotes_platform-debug.html +++ b/org.eclipse.debug.core/buildnotes_platform-debug.html @@ -11,6 +11,17 @@

Summary of API changes in 3.6

+

AbstractLaunchHistoryAction

+

What is affected: +

+

Description: The implementation of org.eclipse.ui.IActionDelegate2 and the addition of the two implemented +methods allows for the Ctrl key modifier to be used to open the last launched launch configuration when clicking on any launch history action. +

Action required: This is a backwards compatible change. No action required.

+

ILaunchManager and LaunchManager base class

What is affected: