Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2008-05-20 17:38:10 +0000
committerDarin Wright2008-05-20 17:38:10 +0000
commit9932991346314179a54a75c8b45f218d7cf6a385 (patch)
tree37f0941e81fad33886ef1892a89b229f1f351383
parent5a76f8a33d91bb1d6fbfc9ded994d172d09978c9 (diff)
downloadeclipse.platform.debug-9932991346314179a54a75c8b45f218d7cf6a385.tar.gz
eclipse.platform.debug-9932991346314179a54a75c8b45f218d7cf6a385.tar.xz
eclipse.platform.debug-9932991346314179a54a75c8b45f218d7cf6a385.zip
*** empty log message ***
-rw-r--r--org.eclipse.debug.core/buildnotes_platform-debug.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/org.eclipse.debug.core/buildnotes_platform-debug.html b/org.eclipse.debug.core/buildnotes_platform-debug.html
index f6e52d070..0a1e2b696 100644
--- a/org.eclipse.debug.core/buildnotes_platform-debug.html
+++ b/org.eclipse.debug.core/buildnotes_platform-debug.html
@@ -43,6 +43,20 @@
were changed to use this convenience method.</li>
</ul>
+<h3>Debug Model Presentation</h3>
+<ul>
+ <li>A new optional extension interface (<code>IDebugModelPresentationExtension</code>) allows debug model presentations to control whether they are called in the UI thread. </li>
+</ul>
+<h3>Modules View</h3>
+<ul>
+ <li>A Modules View has been added to the platform, along with appropriate constants in <code>IDebugUIConstants</code>.
+ <ul>
+ <li><code>ID_MODULE_VIEW</code> - view identifier </li>
+ <li><code>EMPTY_MODULES_GROUP </code>- menu group identifier </li>
+ <li><code>MODULES_GROUP</code> - menu group identifier </li>
+ </ul>
+ </li>
+</ul>
<h2>May 14, 2008</h2>
<h3>Problem Reports Fixed</h3>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=225688">Bug 225688</a>: DBCS3.4: In expression view, DBCS characters are changed to &quot;?&quot; after restarting eclipse<br>

Back to the top