1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Changes for signal action.

This commit is contained in:
Mikhail Khodjaiants 2003-02-14 18:51:38 +00:00
parent b540f30b41
commit 4453da7299

View file

@ -1,3 +1,11 @@
2003-02-14 Mikhail Khodjaiants
Enable the 'Resume With Signal' action only if target is suspended.
* SignalActionDelegate.java
2003-02-14 Mikhail Khodjaiants
Change the 'Deliver Signal' action name to 'Resume With Signal'.
* plugin.properties
2003-02-13 Mikhail Khodjaiants
Undo changes because the 'asyncExec' method of the 'DebugPlugin' class has added since version 2.1.
* CDebugUIPlugin.java