Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2009-12-21 19:23:51 +0000
committerDarin Wright2009-12-21 19:23:51 +0000
commit9b8c0b1da14da5f592cc07b8ea0bc16b939fb5aa (patch)
tree90adc7c1f908f5a2544af43b5c6776aa3ee858be /org.eclipse.debug.core
parent4262ac3c400110d31876c7d23406fade05e65a6c (diff)
downloadeclipse.platform.debug-9b8c0b1da14da5f592cc07b8ea0bc16b939fb5aa.tar.gz
eclipse.platform.debug-9b8c0b1da14da5f592cc07b8ea0bc16b939fb5aa.tar.xz
eclipse.platform.debug-9b8c0b1da14da5f592cc07b8ea0bc16b939fb5aa.zip
Bug 290288 - Detail panes/editors for Java breakpoints
Diffstat (limited to 'org.eclipse.debug.core')
-rw-r--r--org.eclipse.debug.core/buildnotes_platform-debug.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/org.eclipse.debug.core/buildnotes_platform-debug.html b/org.eclipse.debug.core/buildnotes_platform-debug.html
index f4a6fdaa5..fda3b85b2 100644
--- a/org.eclipse.debug.core/buildnotes_platform-debug.html
+++ b/org.eclipse.debug.core/buildnotes_platform-debug.html
@@ -22,7 +22,7 @@
methods allows for the Ctrl key modifier to be used to open the last launched launch configuration when clicking on any launch history action.
<p><strong>Action required:</strong> This is a backwards compatible change. No action required. </p>
-<h3>ILaunchManager and LaunchManager base class</h3>
+<h3>ILaunchManager</h3>
<p><strong>What is affected:</strong>
<ul>
<li>Method addition: <code>public String generateLaunchConfigurationName(String namePrefix)</code> </li>
@@ -82,6 +82,15 @@ the validation for the <code>generateLaunchConfigurationName(String namePrefix)<
can be obtained from <code>ILaunch.getAttrbute(DebugPlugin.ATTR_LAUNCH_TIMESTAMP)</code>.
<p><strong>Action required:</strong> This is a backwards compatible change. No action required. </p>
+<h3>IDetailPane3</h3>
+<p><strong>What is affected:</strong>
+<ul>
+ <li>Interface addition: <code>org.eclipse.debug.ui.IDetailPane3</code></li>
+</ul>
+<p><strong>Description:</strong>An optional interface that detail pane extensions may implement in order
+ to interact with the containing part's <code>ISaveablePart</code> function.
+<p><strong>Action required:</strong> This is a backwards compatible change. No action required. </p>
+
<p>&nbsp;</p>
</body>
</html>

Back to the top