From fcdfb49342cc8c8ea260632fe169093de8308ee4 Mon Sep 17 00:00:00 2001 From: Mikhail Khodjaiants Date: Tue, 18 Feb 2003 19:34:46 +0000 Subject: [PATCH] Added persistency to the source locator. --- debug/org.eclipse.cdt.debug.ui/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debug/org.eclipse.cdt.debug.ui/ChangeLog b/debug/org.eclipse.cdt.debug.ui/ChangeLog index e05b42978c0..f7a6d20f3ab 100644 --- a/debug/org.eclipse.cdt.debug.ui/ChangeLog +++ b/debug/org.eclipse.cdt.debug.ui/ChangeLog @@ -1,3 +1,8 @@ +2003-02-18 Mikhail Khodjaiants + Added persistency to the source locator. + * CUISourceLocator.java + * SourcePropertyPage.java + 2003-02-14 Mikhail Khodjaiants Enable the 'Resume With Signal' action only if target is suspended. * SignalActionDelegate.java