Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.debug.core/buildnotes_platform-debug.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.debug.core/buildnotes_platform-debug.html b/org.eclipse.debug.core/buildnotes_platform-debug.html
index ad1999dac..f6e52d070 100644
--- a/org.eclipse.debug.core/buildnotes_platform-debug.html
+++ b/org.eclipse.debug.core/buildnotes_platform-debug.html
@@ -22,6 +22,7 @@
</ul>
<h3>Launching Enhancements</h3>
<ul>
+ <li>added <code>ILaunchShortcut2</code>. The new interface adds extensions to the standard launch shortcut (<code>ILaunchShortcut</code>) to specify how selections and editors should be launched.</li>
<li>added &quot;<code>public boolean hasAttribute(String attributeName)</code>&quot;
to <code>ILaunchConfiguration</code>. The method allows clients to determine
if an attribute is present on a launch configuration.</li>

Back to the top