Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Magloire2002-11-23 04:19:42 +0000
committerAlain Magloire2002-11-23 04:19:42 +0000
commita2e3fb8fd2c4af815c7b1e707739e739c0fd3ca9 (patch)
tree276042e903289fdd1e75ce01cffcc5301235bcec
parentbd6214b3760422d2576a8d7fc7acf4858dee4d55 (diff)
downloadorg.eclipse.cdt-a2e3fb8fd2c4af815c7b1e707739e739c0fd3ca9.tar.gz
org.eclipse.cdt-a2e3fb8fd2c4af815c7b1e707739e739c0fd3ca9.tar.xz
org.eclipse.cdt-a2e3fb8fd2c4af815c7b1e707739e739c0fd3ca9.zip
updated.
-rw-r--r--launch/org.eclipse.cdt.launch/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/launch/org.eclipse.cdt.launch/ChangeLog b/launch/org.eclipse.cdt.launch/ChangeLog
index 5c25e63bd50..ad0911960b9 100644
--- a/launch/org.eclipse.cdt.launch/ChangeLog
+++ b/launch/org.eclipse.cdt.launch/ChangeLog
@@ -1,5 +1,13 @@
2002-11-22 Alain Magloire
+ * src/.../AbstractCLaunchDelegate.java (getProgranName): Now static.
+ * src/.../internal/ui/LaunchUIPlugin.java.java (errorDialog): New method.
+ * src/.../internal/ui/CApplicationLauchShortcut.java.java : New File
+ provides shortcut to start C applications.
+ * plugin.xml: Implement extenxion point shortcut.
+
+2002-11-22 Alain Magloire
+
* src/.../internal/ui/LaunchUIPlugin.java (startup):
On startup add a listener to DebugPlugin for debug events.
(shutdown): remove the listener.

Back to the top