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);