Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Khodjaiants2004-04-11 21:23:36 +0000
committerMikhail Khodjaiants2004-04-11 21:23:36 +0000
commita1f408bc47711f6c627d82a46eaa1a0f17c57103 (patch)
treebf9689417cdfc519f6e5e58d39a6f53ed47a4a72 /debug/org.eclipse.cdt.debug.ui/ChangeLog
parentead83ba6f7cbc5b7a1a0bd4689bd49c0e424141c (diff)
downloadorg.eclipse.cdt-a1f408bc47711f6c627d82a46eaa1a0f17c57103.tar.gz
org.eclipse.cdt-a1f408bc47711f6c627d82a46eaa1a0f17c57103.tar.xz
org.eclipse.cdt-a1f408bc47711f6c627d82a46eaa1a0f17c57103.zip
Implementation of the "Run To Line" retargettable action.
Diffstat (limited to 'debug/org.eclipse.cdt.debug.ui/ChangeLog')
-rw-r--r--debug/org.eclipse.cdt.debug.ui/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.ui/ChangeLog b/debug/org.eclipse.cdt.debug.ui/ChangeLog
index b45964bbcad..5f6384ea4ed 100644
--- a/debug/org.eclipse.cdt.debug.ui/ChangeLog
+++ b/debug/org.eclipse.cdt.debug.ui/ChangeLog
@@ -1,3 +1,12 @@
+2004-04-11 Mikhail Khodjaiants
+ Implementation of the "Run To Line" retargettable action.
+ * plugin.xml
+ * RetargettableActionAdapterFactory.java
+ * RunToLineAdapter.java
+ * RunToLineRulerAction.java - deleted
+ * RunToLineRulerActionDelegate.java - deleted
+ * ActionMessages.properties
+
2004-04-08 Mikhail Khodjaiants
Implementing retargettable actions.
* plugin.xml

Back to the top