updated TODOs

This commit is contained in:
Basile Burg 2015-02-13 04:27:22 +01:00
parent a9f68c1e66
commit 61f5bb2e6d
1 changed files with 1 additions and 2 deletions

View File

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