mirror of https://gitlab.com/basile.b/dexed.git
parent
f349dee6a4
commit
0160c52b61
|
@ -308,7 +308,10 @@ begin
|
||||||
if fDoc.isNotAssigned then
|
if fDoc.isNotAssigned then
|
||||||
exit;
|
exit;
|
||||||
if not exeInSysPath('dfmt') then
|
if not exeInSysPath('dfmt') then
|
||||||
|
begin
|
||||||
|
getMessageDisplay().message('DFMT is missing. See https://github.com/dlang-community/dfmt for more instructions on how to get DFMT.', nil, TAppMessageCtxt.amcAll, TAppMessageKind.amkWarn);
|
||||||
exit;
|
exit;
|
||||||
|
end;
|
||||||
|
|
||||||
fBackup.Assign(fDoc.Lines);
|
fBackup.Assign(fDoc.Lines);
|
||||||
prc := TProcess.create(nil);
|
prc := TProcess.create(nil);
|
||||||
|
|
Loading…
Reference in New Issue