mirror of https://gitlab.com/basile.b/dexed.git
updated TODOs
This commit is contained in:
parent
a9f68c1e66
commit
61f5bb2e6d
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue