wont do, ce format is legacy bagage

This commit is contained in:
Basile Burg 2017-09-21 03:48:37 +02:00
parent a3c3df7a90
commit cea640695e
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
2 changed files with 1 additions and 1 deletions

View File

@ -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.
![](img/ce_project_editor.png)

View File

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