From 733ae22b23fa0b49d4139dee0378c1e1778c4af6 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Sun, 20 Jan 2019 14:06:29 +0100 Subject: [PATCH] rename the CE project format "DEXED ..." --- docs/features_projects.md | 6 +++--- ...ce_project_editor.md => widgets_dexed_project_editor.md} | 4 ++-- src/u_ceprojeditor.lfm | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) rename docs/{widgets_ce_project_editor.md => widgets_dexed_project_editor.md} (99%) diff --git a/docs/features_projects.md b/docs/features_projects.md index 4c1b5c24..b4016eab 100644 --- a/docs/features_projects.md +++ b/docs/features_projects.md @@ -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 diff --git a/docs/widgets_ce_project_editor.md b/docs/widgets_dexed_project_editor.md similarity index 99% rename from docs/widgets_ce_project_editor.md rename to docs/widgets_dexed_project_editor.md index d5ef6650..5e934e9e 100644 --- a/docs/widgets_ce_project_editor.md +++ b/docs/widgets_dexed_project_editor.md @@ -1,5 +1,5 @@ --- -title: Widgets - CE project editor +title: Widgets - DEXED project editor --- {% raw %} @@ -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) diff --git a/src/u_ceprojeditor.lfm b/src/u_ceprojeditor.lfm index be74ff31..47b30033 100644 --- a/src/u_ceprojeditor.lfm +++ b/src/u_ceprojeditor.lfm @@ -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