From 61f5bb2e6dc6ee9596b7db746aff32a5c5ce22af Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Fri, 13 Feb 2015 04:27:22 +0100 Subject: [PATCH] updated TODOs --- src/ce_procinput.pas | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ce_procinput.pas b/src/ce_procinput.pas index 8503821a..43754c64 100644 --- a/src/ce_procinput.pas +++ b/src/ce_procinput.pas @@ -74,8 +74,7 @@ end; {$REGION Process input things --------------------------------------------------} procedure TCEProcInputWidget.setProc(const aValue: TProcess); begin - // TODO: process list - // TODO: each TCESynMemo must have its own runnable TProcess + // TODO-cfeature: process list, imply that each TCESynMemo must have its own runnable TProcess // currently they share the CEMainForm.fRunProc variable. if fProc <> nil then fProc.Terminate(1);