Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/debug
diff options
context:
space:
mode:
authorMikhail Khodjaiants2005-02-18 20:13:45 +0000
committerMikhail Khodjaiants2005-02-18 20:13:45 +0000
commitee8352619d68a1ddb76761ed16a2fd7d813db8ca (patch)
tree7cc7f3e09e344e61177f126794f9255880cb6e41 /debug
parent8302430ecc2cf5e588a3c6473c2e4925f40072f1 (diff)
downloadorg.eclipse.cdt-ee8352619d68a1ddb76761ed16a2fd7d813db8ca.tar.gz
org.eclipse.cdt-ee8352619d68a1ddb76761ed16a2fd7d813db8ca.tar.xz
org.eclipse.cdt-ee8352619d68a1ddb76761ed16a2fd7d813db8ca.zip
Bug 82264: Enhance the Shared Libraries view. Replaced the Shared Libraries view by the Modules view.
Diffstat (limited to 'debug')
-rw-r--r--debug/org.eclipse.cdt.debug.ui/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.ui/NEWS b/debug/org.eclipse.cdt.debug.ui/NEWS
index c95ea04bba7..5cc5e654abe 100644
--- a/debug/org.eclipse.cdt.debug.ui/NEWS
+++ b/debug/org.eclipse.cdt.debug.ui/NEWS
@@ -1,5 +1,10 @@
Release CDT-3.0
+ * Modules View (former Shared Libraries view) (bug 82264)
+ - replaced Shared Libraries view by Modules view
+ - added detail pane to the view
+ - made the view's entries expandable
+
* Memory View (bug 73168)
- removed the old memory view
- added support for the Memory view provided by Eclipse 3.1

Back to the top