rename the CE project format "DEXED ..."

This commit is contained in:
Basile Burg 2019-01-20 14:06:29 +01:00
parent e7477af066
commit 733ae22b23
3 changed files with 6 additions and 6 deletions

View File

@ -23,10 +23,10 @@ The widget used to edit the properties is the [DUB project editor](widgets_dub_p
The option editor exposes a [category for DUB](options_dub_build). The options specified in this category are applied each time a project is compiled.
#### CE format
#### DEXED format
The CE format (previously called _native format_) is based on DMD command line interface.
The widget used to edit the properties is the [CE project editor](widgets_ce_project_editor) (the format is detailed in this page).
The DEXED format (previously called _native format_ then _ce projects_) is based on DMD command line interface.
The widget used to edit the properties is the [DEXED project editor](widgets_dexed_project_editor) (the format is detailed in this page).
#### Menu reference

View File

@ -1,5 +1,5 @@
---
title: Widgets - CE project editor
title: Widgets - DEXED project editor
---
{% raw %}
<script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/4.0.0/anchor.min.js"></script>
@ -8,7 +8,7 @@ title: Widgets - CE project editor
### CE project editor
The widget is used to edit the properties of a project that has the CE (for _Coedit_, Dexed former name) format.
The widget is used to edit the properties of a project that has the DEXED format (*.dprj extension)
It's no recommended to use this format anymore.
![](img/ce_project_editor.png)

View File

@ -3,7 +3,7 @@ inherited ProjectConfigurationWidget: TProjectConfigurationWidget
Height = 315
Top = 349
Width = 445
Caption = 'CE project editor'
Caption = 'DEXED project editor'
ClientHeight = 315
ClientWidth = 445
inherited Back: TPanel