mirror of https://gitlab.com/basile.b/dexed.git
rename the CE project format "DEXED ..."
This commit is contained in:
parent
e7477af066
commit
733ae22b23
|
@ -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
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||

|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue