Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Khodjaiants2005-02-16 20:29:33 +0000
committerMikhail Khodjaiants2005-02-16 20:29:33 +0000
commit199268d640c8919ff2d01676d17aeec3ad1a60c8 (patch)
treef2c17c32fc7af7de83d4ed6d2ae6729520d478d1 /debug/org.eclipse.cdt.debug.ui/ChangeLog
parent082189fd80d9383953a7c8c713679ef71cf9a159 (diff)
downloadorg.eclipse.cdt-199268d640c8919ff2d01676d17aeec3ad1a60c8.tar.gz
org.eclipse.cdt-199268d640c8919ff2d01676d17aeec3ad1a60c8.tar.xz
org.eclipse.cdt-199268d640c8919ff2d01676d17aeec3ad1a60c8.zip
Bug 82264: Enhance the Shared Libraries view. The symbols file name isn't shown in the detail pane if module's symbols are not loaded.
Diffstat (limited to 'debug/org.eclipse.cdt.debug.ui/ChangeLog')
-rw-r--r--debug/org.eclipse.cdt.debug.ui/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.ui/ChangeLog b/debug/org.eclipse.cdt.debug.ui/ChangeLog
index 8f9a6fcf1c9..22f33602bb0 100644
--- a/debug/org.eclipse.cdt.debug.ui/ChangeLog
+++ b/debug/org.eclipse.cdt.debug.ui/ChangeLog
@@ -1,5 +1,11 @@
2005-02-16 Mikhail Khodjaiants
Bug 82264: Enhance the Shared Libraries view.
+ The symbols file name isn't shown in the detail pane if module's
+ symbols are not loaded.
+ * ModulesView.java
+
+2005-02-16 Mikhail Khodjaiants
+ Bug 82264: Enhance the Shared Libraries view.
The "Load Symbols" action doesn't update the detail value.
* ModulesViewEventHandler.java

Back to the top