mirror of https://gitlab.com/basile.b/dexed.git
wont do, ce format is legacy bagage
This commit is contained in:
parent
a3c3df7a90
commit
cea640695e
|
@ -9,6 +9,7 @@ title: Widgets - CE project editor
|
|||
### Coedit project editor
|
||||
|
||||
The widget is used to edit the properties of a project that has the CE (Coedit) format.
|
||||
It's no recommended to use this format anymore.
|
||||
|
||||

|
||||
|
||||
|
|
|
@ -1369,7 +1369,6 @@ end;
|
|||
|
||||
procedure TCustomProcOptions.setProcess(var process: TProcess);
|
||||
begin
|
||||
//TODO-cNativeProjects: adapt TCustomProcOptions.setProcess to base/override system
|
||||
process.Parameters.Clear;
|
||||
process.Parameters.AddText(fSymStringExpander.expand(Parameters.Text));
|
||||
process.Executable := fExecutable;
|
||||
|
|
Loading…
Reference in New Issue