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 --------------------------------------------------}
|
{$REGION Process input things --------------------------------------------------}
|
||||||
procedure TCEProcInputWidget.setProc(const aValue: TProcess);
|
procedure TCEProcInputWidget.setProc(const aValue: TProcess);
|
||||||
begin
|
begin
|
||||||
// TODO: process list
|
// TODO-cfeature: process list, imply that each TCESynMemo must have its own runnable TProcess
|
||||||
// TODO: each TCESynMemo must have its own runnable TProcess
|
|
||||||
// currently they share the CEMainForm.fRunProc variable.
|
// currently they share the CEMainForm.fRunProc variable.
|
||||||
if fProc <> nil then
|
if fProc <> nil then
|
||||||
fProc.Terminate(1);
|
fProc.Terminate(1);
|
||||||
|
|
Loading…
Reference in New Issue