diff options
author | Darin Wright | 2008-05-20 14:11:25 +0000 |
---|---|---|
committer | Darin Wright | 2008-05-20 14:11:25 +0000 |
commit | 5a76f8a33d91bb1d6fbfc9ded994d172d09978c9 (patch) | |
tree | 4541cd7a05a752a360ae8d9d2badbd9a7b6e11b4 | |
parent | 066d1857858c2f04a46d5534ccd1fba8e8a68f8b (diff) | |
download | eclipse.platform.debug-5a76f8a33d91bb1d6fbfc9ded994d172d09978c9.tar.gz eclipse.platform.debug-5a76f8a33d91bb1d6fbfc9ded994d172d09978c9.tar.xz eclipse.platform.debug-5a76f8a33d91bb1d6fbfc9ded994d172d09978c9.zip |
*** empty log message ***
-rw-r--r-- | org.eclipse.debug.core/buildnotes_platform-debug.html | 1 |
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 "<code>public boolean hasAttribute(String attributeName)</code>" to <code>ILaunchConfiguration</code>. The method allows clients to determine if an attribute is present on a launch configuration.</li> |