Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Khodjaiants2004-06-14 01:41:44 +0000
committerMikhail Khodjaiants2004-06-14 01:41:44 +0000
commite5e1f62891ed1c7ac903ec75c655c97490a95a4e (patch)
tree89cf596f54e7d01fa909b25e2639ce0dba7bde12 /debug/org.eclipse.cdt.debug.ui/ChangeLog
parent1539cf891998d8bb4259383e49cbb39ccf9d428d (diff)
downloadorg.eclipse.cdt-e5e1f62891ed1c7ac903ec75c655c97490a95a4e.tar.gz
org.eclipse.cdt-e5e1f62891ed1c7ac903ec75c655c97490a95a4e.tar.xz
org.eclipse.cdt-e5e1f62891ed1c7ac903ec75c655c97490a95a4e.zip
Added the superclass for action delegates of views different than the Debug view and driven by the selection in the Debug view.
All "Auto-refresh" actions implement "Observer" to be notified of changes by the corresponding update managers.
Diffstat (limited to 'debug/org.eclipse.cdt.debug.ui/ChangeLog')
-rw-r--r--debug/org.eclipse.cdt.debug.ui/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.ui/ChangeLog b/debug/org.eclipse.cdt.debug.ui/ChangeLog
index cbe21bd2cf2..ad2ed30f4e7 100644
--- a/debug/org.eclipse.cdt.debug.ui/ChangeLog
+++ b/debug/org.eclipse.cdt.debug.ui/ChangeLog
@@ -1,3 +1,16 @@
+2004-06-12 Mikhail Khodjaiants
+ Added the superclass for action delegates of views different than the Debug view and
+ driven by the selection in the Debug view.
+ All "Auto-refresh" actions implement "Observer" to be notified of changes
+ by the corresponding update managers.
+ * ActionMessages.properties
+ * AbstractAutoRefreshActionDelegate.java
+ * AbstractRefreshActionDelegate.java
+ * AbstractViewActionDelegate.java: new
+ * LoadSymbolsForAllActionDelegate.java
+ * RefreshRegistersAction.java
+ * RefreshSharedLibrariesAction.java
+
2004-06-11 Mikhail Khodjaiants
New implementation of the "Load Symbols For All" action of the Shared Libraries view.
Fixes for the "Auto-Refresh" and "refresh" actions.

Back to the top