diff --git a/dastworx/dastworx.dxp b/dastworx/dastworx.dprj
similarity index 100%
rename from dastworx/dastworx.dxp
rename to dastworx/dastworx.dprj
diff --git a/dastworx/dastworx.grp b/dastworx/dastworx.grp
deleted file mode 100644
index 7e0fcddd..00000000
--- a/dastworx/dastworx.grp
+++ /dev/null
@@ -1,13 +0,0 @@
-object _1: TProjectGroup
- items = <
- item
- filename = '../../../dproj/iz/iz.coedit'
- end
- item
- filename = '../../../metad/projects/libdparse.coedit'
- end
- item
- filename = 'dastworx.ce'
- end>
- index = 2
-end
diff --git a/lazproj/dexed.lpi b/lazproj/dexed.lpi
index f99f16bd..c1a72760 100644
--- a/lazproj/dexed.lpi
+++ b/lazproj/dexed.lpi
@@ -529,312 +529,312 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/lazproj/dexed.lpr b/lazproj/dexed.lpr
index dc571955..868cf468 100644
--- a/lazproj/dexed.lpr
+++ b/lazproj/dexed.lpr
@@ -7,13 +7,13 @@ uses
cthreads,
{$ENDIF}{$ENDIF}
Interfaces, Forms, lazcontrols, runtimetypeinfocontrols, anchordockpkg,
- tachartlazaruspkg, ce_sharedres, ce_observer, ce_libman, ce_symstring,
- ce_tools, ce_dcd, ce_main, ce_writableComponent,
- ce_inspectors, ce_editoroptions, ce_dockoptions, ce_shortcutseditor, ce_mru,
- ce_processes, ce_dialogs, ce_dubprojeditor, ce_controls, ce_dfmt,
- ce_lcldragdrop, ce_stringrange, ce_dlangmaps, ce_projgroup, ce_projutils,
- ce_d2synpresets, ce_dastworx, ce_dbgitf, ce_ddemangle, ce_dubproject,
- ce_halstead, ce_diff, ce_profileviewer, ce_semver, ce_term;
+ tachartlazaruspkg, u_sharedres, u_observer, u_libman, u_symstring,
+ u_tools, u_dcd, u_main, u_writableComponent,
+ u_inspectors, u_editoroptions, u_dockoptions, u_shortcutseditor, u_mru,
+ u_processes, u_dialogs, u_dubprojeditor, u_controls, u_dfmt,
+ u_lcldragdrop, u_stringrange, u_dlangmaps, u_projgroup, u_projutils,
+ u_d2synpresets, u_dastworx, u_dbgitf, u_ddemangle, u_dubproject,
+ u_halstead, u_diff, u_profileviewer, u_semver, u_term;
{$R *.res}
diff --git a/lazproj/dexeddesigncontrols.lpk b/lazproj/dexeddesigncontrols.lpk
index fb4fbb3b..cdf104f4 100644
--- a/lazproj/dexeddesigncontrols.lpk
+++ b/lazproj/dexeddesigncontrols.lpk
@@ -22,9 +22,9 @@
-
+
-
+
diff --git a/lazproj/dexeddesigncontrols.pas b/lazproj/dexeddesigncontrols.pas
index 2b08ac0f..4c5072b7 100644
--- a/lazproj/dexeddesigncontrols.pas
+++ b/lazproj/dexeddesigncontrols.pas
@@ -8,13 +8,13 @@ unit DexedDesignControls;
interface
uses
- ce_dsgncontrols, LazarusPackageIntf;
+ u_dsgncontrols, LazarusPackageIntf;
implementation
procedure Register;
begin
- RegisterUnit('ce_dsgncontrols', @ce_dsgncontrols.Register);
+ RegisterUnit('u_dsgncontrols', @u_dsgncontrols.Register);
end;
initialization
diff --git a/setup/setup.dxp b/setup/setup.dprj
similarity index 100%
rename from setup/setup.dxp
rename to setup/setup.dprj
diff --git a/src/ce_cdbcmd.lfm b/src/u_cdbcmd.lfm
similarity index 100%
rename from src/ce_cdbcmd.lfm
rename to src/u_cdbcmd.lfm
diff --git a/src/ce_cdbcmd.pas b/src/u_cdbcmd.pas
similarity index 96%
rename from src/ce_cdbcmd.pas
rename to src/u_cdbcmd.pas
index b4918790..9f487883 100644
--- a/src/ce_cdbcmd.pas
+++ b/src/u_cdbcmd.pas
@@ -1,13 +1,13 @@
-unit ce_cdbcmd;
+unit u_cdbcmd;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ExtCtrls,
- process, Menus, StdCtrls, ce_widget, ce_project, ce_interfaces, ce_observer,
- asyncprocess, ComCtrls, Buttons, ce_common;
+ process, Menus, StdCtrls, u_widget, u_project, u_interfaces, u_observer,
+ asyncprocess, ComCtrls, Buttons, u_common;
type
TCECdbWidget = class(TDexedWidget, ICEProjectObserver)
@@ -47,7 +47,7 @@ implementation
{$R *.lfm}
uses
- ce_symstring;
+ u_symstring;
{$REGION Standard Comp/Obj------------------------------------------------------}
constructor TCECdbWidget.Create(aOwner: TComponent);
diff --git a/src/ce_ceproject.pas b/src/u_ceproject.pas
similarity index 99%
rename from src/ce_ceproject.pas
rename to src/u_ceproject.pas
index b8126067..ce3e5f4a 100644
--- a/src/ce_ceproject.pas
+++ b/src/u_ceproject.pas
@@ -1,6 +1,6 @@
-unit ce_ceproject;
+unit u_ceproject;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
@@ -9,18 +9,18 @@ uses
LclProc,
{$ENDIF}
{$IFNDEF CEBUILD}
- ce_dialogs,
+ u_dialogs,
{$ENDIF}
Classes, SysUtils, process, strUtils, RegExpr,
- ce_common, ce_writableComponent, ce_dmdwrap, ce_observer, ce_interfaces,
- ce_processes, LazFileUtils, ce_dastworx;
+ u_common, u_writableComponent, u_dmdwrap, u_observer, u_interfaces,
+ u_processes, LazFileUtils, u_dastworx;
type
(*******************************************************************************
* Represents a D project.
*
- * It includes all the options defined in ce_dmdwrap, organized in
+ * It includes all the options defined in u_dmdwrap, organized in
* a collection to allow multiples configurations.
*
* Basically it' s designed to provide the options for the dmd process.
@@ -145,7 +145,7 @@ type
implementation
uses
- controls, dialogs, ce_libman, ce_dcd;
+ controls, dialogs, u_libman, u_dcd;
var
CEProjectCompilerFilename: string = 'dmd';
diff --git a/src/ce_ceprojeditor.lfm b/src/u_ceprojeditor.lfm
similarity index 100%
rename from src/ce_ceprojeditor.lfm
rename to src/u_ceprojeditor.lfm
diff --git a/src/ce_ceprojeditor.pas b/src/u_ceprojeditor.pas
similarity index 98%
rename from src/ce_ceprojeditor.pas
rename to src/u_ceprojeditor.pas
index cf187b3d..5fcaf5b0 100644
--- a/src/ce_ceprojeditor.pas
+++ b/src/u_ceprojeditor.pas
@@ -1,14 +1,14 @@
-unit ce_ceprojeditor;
+unit u_ceprojeditor;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
uses
Classes, SysUtils, FileUtil, RTTIGrids, RTTICtrls, Forms, Controls, Graphics,
Dialogs, ExtCtrls, ComCtrls, StdCtrls, Menus, Buttons, rttiutils, typinfo,
- PropEdits, ObjectInspector, ce_dmdwrap, ce_ceproject, ce_widget,
- ce_interfaces, ce_observer, ce_sharedres, ce_common, ce_dsgncontrols;
+ PropEdits, ObjectInspector, u_dmdwrap, u_ceproject, u_widget,
+ u_interfaces, u_observer, u_sharedres, u_common, u_dsgncontrols;
type
diff --git a/src/ce_common.pas b/src/u_common.pas
similarity index 99%
rename from src/ce_common.pas
rename to src/u_common.pas
index 8bfb6b8a..fc20e828 100644
--- a/src/ce_common.pas
+++ b/src/u_common.pas
@@ -1,6 +1,6 @@
-unit ce_common;
+unit u_common;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
@@ -428,7 +428,7 @@ end;
function TDexedStringHelper.isBlank: boolean;
begin
- exit(ce_common.isBlank(self));
+ exit(u_common.isBlank(self));
end;
function TDexedStringHelper.extractFileName: string;
@@ -453,7 +453,7 @@ end;
function TDexedStringHelper.stripFileExt: string;
begin
- exit(ce_common.stripFileExt(self));
+ exit(u_common.stripFileExt(self));
end;
function TDexedStringHelper.fileExists: boolean;
diff --git a/src/ce_compilers.lfm b/src/u_compilers.lfm
similarity index 100%
rename from src/ce_compilers.lfm
rename to src/u_compilers.lfm
diff --git a/src/ce_compilers.pas b/src/u_compilers.pas
similarity index 99%
rename from src/ce_compilers.pas
rename to src/u_compilers.pas
index 069a794f..e7e23646 100644
--- a/src/ce_compilers.pas
+++ b/src/u_compilers.pas
@@ -1,14 +1,14 @@
-unit ce_compilers;
+unit u_compilers;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, EditBtn,
StdCtrls,
- ce_dcd, ce_common, ce_interfaces, ce_observer, ce_writableComponent,
- ce_dialogs;
+ u_dcd, u_common, u_interfaces, u_observer, u_writableComponent,
+ u_dialogs;
type
@@ -158,7 +158,7 @@ implementation
{$R *.lfm}
uses
- ce_libman;
+ u_libman;
var
CompilersPathsEditor: TCompilersPathsEditor;
diff --git a/src/ce_controls.pas b/src/u_controls.pas
similarity index 99%
rename from src/ce_controls.pas
rename to src/u_controls.pas
index 44005880..1d878828 100644
--- a/src/ce_controls.pas
+++ b/src/u_controls.pas
@@ -1,6 +1,6 @@
-unit ce_controls;
+unit u_controls;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
diff --git a/src/ce_d2syn.pas b/src/u_d2syn.pas
similarity index 99%
rename from src/ce_d2syn.pas
rename to src/u_d2syn.pas
index d86a0f7b..42e800d6 100644
--- a/src/ce_d2syn.pas
+++ b/src/u_d2syn.pas
@@ -1,13 +1,13 @@
-unit ce_d2syn;
+unit u_d2syn;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
uses
Classes, SysUtils, Graphics,
SynEditHighlighter, SynEditHighlighterFoldBase, SynEditTypes,
- ce_dlangutils,ce_dlangmaps;
+ u_dlangutils,u_dlangmaps;
type
diff --git a/src/ce_d2synpresets.pas b/src/u_d2synpresets.pas
similarity index 99%
rename from src/ce_d2synpresets.pas
rename to src/u_d2synpresets.pas
index c3e98df9..9fc13293 100644
--- a/src/ce_d2synpresets.pas
+++ b/src/u_d2synpresets.pas
@@ -1,13 +1,13 @@
-unit ce_d2synpresets;
-{$I ce_defines.inc}
+unit u_d2synpresets;
+{$I u_defines.inc}
interface
uses
Classes, SysUtils, SynEditMiscClasses, Graphics, Forms, Controls, StdCtrls,
ExtCtrls, SynEditHighlighter, SynEditTypes, SynEdit, RTTIGrids, Buttons,
- ce_interfaces, ce_common, ce_writableComponent, ce_d2syn, ce_observer,
- ce_editoroptions, ce_sharedres, ce_txtsyn;
+ u_interfaces, u_common, u_writableComponent, u_d2syn, u_observer,
+ u_editoroptions, u_sharedres, u_txtsyn;
type
diff --git a/src/ce_dast.pas b/src/u_dast.pas
similarity index 96%
rename from src/ce_dast.pas
rename to src/u_dast.pas
index 34354ba7..a1e6e673 100644
--- a/src/ce_dast.pas
+++ b/src/u_dast.pas
@@ -1,11 +1,11 @@
-unit ce_dast;
+unit u_dast;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
uses
- dynlibs, sysutils, ce_common;
+ dynlibs, sysutils, u_common;
type
diff --git a/src/ce_dastworx.pas b/src/u_dastworx.pas
similarity index 97%
rename from src/ce_dastworx.pas
rename to src/u_dastworx.pas
index 684eda4b..81510d41 100644
--- a/src/ce_dastworx.pas
+++ b/src/u_dastworx.pas
@@ -1,10 +1,10 @@
-unit ce_dastworx;
-{$I ce_defines.inc}
+unit u_dastworx;
+{$I u_defines.inc}
interface
uses
- Classes, SysUtils, process, jsonscanner, fpjson, jsonparser, ce_common;
+ Classes, SysUtils, process, jsonscanner, fpjson, jsonparser, u_common;
(**
* Gets the module name and the imports of the source code located in
diff --git a/src/ce_dbgitf.pas b/src/u_dbgitf.pas
similarity index 97%
rename from src/ce_dbgitf.pas
rename to src/u_dbgitf.pas
index 446ab3cf..c9eea1fb 100644
--- a/src/ce_dbgitf.pas
+++ b/src/u_dbgitf.pas
@@ -1,11 +1,11 @@
-unit ce_dbgitf;
+unit u_dbgitf;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
uses
- Classes, SysUtils, ce_observer;
+ Classes, SysUtils, u_observer;
type
diff --git a/src/ce_dcd.pas b/src/u_dcd.pas
similarity index 98%
rename from src/ce_dcd.pas
rename to src/u_dcd.pas
index f01600c9..ca6a4041 100644
--- a/src/ce_dcd.pas
+++ b/src/u_dcd.pas
@@ -1,6 +1,6 @@
-unit ce_dcd;
+unit u_dcd;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
@@ -9,8 +9,8 @@ uses
{$IFDEF WINDOWS}
windows,
{$ENDIF}
- ce_common, ce_writableComponent, ce_interfaces, ce_observer, ce_synmemo,
- ce_stringrange, ce_projutils, ce_semver;
+ u_common, u_writableComponent, u_interfaces, u_observer, u_synmemo,
+ u_stringrange, u_projutils, u_semver;
type
@@ -235,7 +235,7 @@ begin
folds := TStringList.Create;
try
- fold := ce_projutils.projectSourcePath(fProj);
+ fold := u_projutils.projectSourcePath(fProj);
if fold.dirExists then
folds.Add(fold);
for i := 0 to fProj.importsPathCount-1 do
diff --git a/src/ce_ddemangle.pas b/src/u_ddemangle.pas
similarity index 97%
rename from src/ce_ddemangle.pas
rename to src/u_ddemangle.pas
index ab2dab5c..65d9b7d0 100644
--- a/src/ce_ddemangle.pas
+++ b/src/u_ddemangle.pas
@@ -1,12 +1,12 @@
-unit ce_ddemangle;
+unit u_ddemangle;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
uses
Classes, SysUtils, process, forms,
- ce_processes, ce_common, ce_stringrange;
+ u_processes, u_common, u_stringrange;
type
diff --git a/src/ce_defines.inc b/src/u_defines.inc
similarity index 100%
rename from src/ce_defines.inc
rename to src/u_defines.inc
diff --git a/src/ce_dfmt.lfm b/src/u_dfmt.lfm
similarity index 100%
rename from src/ce_dfmt.lfm
rename to src/u_dfmt.lfm
diff --git a/src/ce_dfmt.pas b/src/u_dfmt.pas
similarity index 97%
rename from src/ce_dfmt.pas
rename to src/u_dfmt.pas
index 3f42060d..17cb2b9b 100644
--- a/src/ce_dfmt.pas
+++ b/src/u_dfmt.pas
@@ -1,13 +1,13 @@
-unit ce_dfmt;
+unit u_dfmt;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
uses
Classes, SysUtils, FileUtil, RTTIGrids, Forms, Controls, Graphics, ExtCtrls,
- Menus, Buttons, process, SynEditKeyCmds, ce_widget, ce_interfaces, ce_observer,
- ce_synmemo, ce_writableComponent, ce_common, ce_sharedres, PropEdits,
+ Menus, Buttons, process, SynEditKeyCmds, u_widget, u_interfaces, u_observer,
+ u_synmemo, u_writableComponent, u_common, u_sharedres, PropEdits,
ObjectInspector;
type
@@ -277,9 +277,9 @@ begin
str.Add('--indent_size=' + intToStr(indentSize));
str.Add('--indent_style=' + idtstyle[indentationStyle]);
str.Add('--tab_width=' + intToStr(tabWidth));
- str.Add('--brace_style=' + brc[braceStyle]);
+ str.Add('--brau_style=' + brc[braceStyle]);
str.Add('--split_operator_at_line_end=' + falsetrue[splitOpAtPrevLine]);
- str.Add('--space_after_cast=' + falsetrue[spaceAfterCast]);
+ str.Add('--spau_after_cast=' + falsetrue[spaceAfterCast]);
str.Add('--selective_import_space=' + falsetrue[spaceAfterImport]);
str.Add('--compact_labeled_statements=' + falsetrue[compactLabeledStatements]);
if (majv = 0) and (minv > 4) then
diff --git a/src/ce_dialogs.pas b/src/u_dialogs.pas
similarity index 98%
rename from src/ce_dialogs.pas
rename to src/u_dialogs.pas
index be571549..c1275dc2 100644
--- a/src/ce_dialogs.pas
+++ b/src/u_dialogs.pas
@@ -1,6 +1,6 @@
-unit ce_dialogs;
+unit u_dialogs;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
diff --git a/src/ce_diff.lfm b/src/u_diff.lfm
similarity index 100%
rename from src/ce_diff.lfm
rename to src/u_diff.lfm
diff --git a/src/ce_diff.pas b/src/u_diff.pas
similarity index 95%
rename from src/ce_diff.pas
rename to src/u_diff.pas
index 03dfa946..9a2365b5 100644
--- a/src/ce_diff.pas
+++ b/src/u_diff.pas
@@ -1,13 +1,13 @@
-unit ce_diff;
+unit u_diff;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs,
SynEdit, SynHighlighterDiff, process,
- ce_common, StdCtrls, ExtCtrls, Buttons;
+ u_common, StdCtrls, ExtCtrls, Buttons;
type
TDiffViewer = class(TForm)
diff --git a/src/ce_dlang.pas b/src/u_dlang.pas
similarity index 99%
rename from src/ce_dlang.pas
rename to src/u_dlang.pas
index caa168ec..1cf6d8a3 100644
--- a/src/ce_dlang.pas
+++ b/src/u_dlang.pas
@@ -1,11 +1,11 @@
-unit ce_dlang;
+unit u_dlang;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
uses
- Classes, SysUtils, ce_dlangutils, ce_dlangmaps;
+ Classes, SysUtils, u_dlangutils, u_dlangmaps;
type
diff --git a/src/ce_dlangmaps.pas b/src/u_dlangmaps.pas
similarity index 99%
rename from src/ce_dlangmaps.pas
rename to src/u_dlangmaps.pas
index d14c0404..d181c1db 100644
--- a/src/ce_dlangmaps.pas
+++ b/src/u_dlangmaps.pas
@@ -1,6 +1,6 @@
-unit ce_dlangmaps;
+unit u_dlangmaps;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
diff --git a/src/ce_dlangutils.pas b/src/u_dlangutils.pas
similarity index 99%
rename from src/ce_dlangutils.pas
rename to src/u_dlangutils.pas
index 2837ee76..6a2d5bdf 100644
--- a/src/ce_dlangutils.pas
+++ b/src/u_dlangutils.pas
@@ -1,6 +1,6 @@
-unit ce_dlangutils;
+unit u_dlangutils;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
diff --git a/src/ce_dmdwrap.pas b/src/u_dmdwrap.pas
similarity index 99%
rename from src/ce_dmdwrap.pas
rename to src/u_dmdwrap.pas
index 37487be0..0359e4bd 100644
--- a/src/ce_dmdwrap.pas
+++ b/src/u_dmdwrap.pas
@@ -1,12 +1,12 @@
-unit ce_dmdwrap;
+unit u_dmdwrap;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
uses
classes, sysutils, process, asyncprocess,
- ce_common, ce_processes, ce_interfaces;
+ u_common, u_processes, u_interfaces;
(*
diff --git a/src/ce_dockoptions.pas b/src/u_dockoptions.pas
similarity index 97%
rename from src/ce_dockoptions.pas
rename to src/u_dockoptions.pas
index 0fdb0d0b..8dbb4e77 100644
--- a/src/ce_dockoptions.pas
+++ b/src/u_dockoptions.pas
@@ -1,12 +1,12 @@
-unit ce_dockoptions;
+unit u_dockoptions;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
uses
Classes, SysUtils, AnchorDocking, AnchorDockOptionsDlg, XMLPropStorage,
- AnchorDockStr, Forms, Controls, ce_observer, ce_interfaces;
+ AnchorDockStr, Forms, Controls, u_observer, u_interfaces;
type
diff --git a/src/ce_dsgncontrols.pas b/src/u_dsgncontrols.pas
similarity index 99%
rename from src/ce_dsgncontrols.pas
rename to src/u_dsgncontrols.pas
index 95595e67..89800ed5 100644
--- a/src/ce_dsgncontrols.pas
+++ b/src/u_dsgncontrols.pas
@@ -1,5 +1,5 @@
-unit ce_dsgncontrols;
-{$I ce_defines.inc}
+unit u_dsgncontrols;
+{$I u_defines.inc}
interface
diff --git a/src/ce_dubproject.pas b/src/u_dubproject.pas
similarity index 99%
rename from src/ce_dubproject.pas
rename to src/u_dubproject.pas
index dfb6f98f..18f004fe 100644
--- a/src/ce_dubproject.pas
+++ b/src/u_dubproject.pas
@@ -1,14 +1,14 @@
-unit ce_dubproject;
+unit u_dubproject;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
uses
Classes, SysUtils, fpjson, jsonparser, jsonscanner, process, strutils,
LazFileUtils, RegExpr, fgl,
- ce_common, ce_interfaces, ce_observer, ce_dialogs, ce_processes,
- ce_writableComponent, ce_compilers, ce_semver, ce_stringrange;
+ u_common, u_interfaces, u_observer, u_dialogs, u_processes,
+ u_writableComponent, u_compilers, u_semver, u_stringrange;
type
diff --git a/src/ce_dubprojeditor.lfm b/src/u_dubprojeditor.lfm
similarity index 100%
rename from src/ce_dubprojeditor.lfm
rename to src/u_dubprojeditor.lfm
diff --git a/src/ce_dubprojeditor.pas b/src/u_dubprojeditor.pas
similarity index 99%
rename from src/ce_dubprojeditor.pas
rename to src/u_dubprojeditor.pas
index 94f10777..d7fbc831 100644
--- a/src/ce_dubprojeditor.pas
+++ b/src/u_dubprojeditor.pas
@@ -1,14 +1,14 @@
-unit ce_dubprojeditor;
+unit u_dubprojeditor;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
uses
Classes, SysUtils, FileUtil, TreeFilterEdit, Forms, Controls, Graphics,
Dialogs, ExtCtrls, Menus, StdCtrls, Buttons, ComCtrls, jsonparser, fpjson,
- ce_widget, ce_common, ce_interfaces, ce_observer, ce_dubproject, ce_sharedres,
- ce_dsgncontrols, ce_dialogs;
+ u_widget, u_common, u_interfaces, u_observer, u_dubproject, u_sharedres,
+ u_dsgncontrols, u_dialogs;
type
diff --git a/src/ce_editor.lfm b/src/u_editor.lfm
similarity index 100%
rename from src/ce_editor.lfm
rename to src/u_editor.lfm
diff --git a/src/ce_editor.pas b/src/u_editor.pas
similarity index 99%
rename from src/ce_editor.pas
rename to src/u_editor.pas
index 0c7f73b5..065ed30f 100644
--- a/src/ce_editor.pas
+++ b/src/u_editor.pas
@@ -1,15 +1,15 @@
-unit ce_editor;
+unit u_editor;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
uses
Classes, SysUtils, FileUtil, Forms, Controls, lcltype, Graphics, SynEditKeyCmds,
ComCtrls, SynEditHighlighter, ExtCtrls, Menus, SynMacroRecorder, dialogs, LazFileUtils,
- SynPluginSyncroEdit, SynEdit, SynHighlighterMulti, ce_dialogs,
- ce_widget, ce_interfaces, ce_synmemo, ce_dlang, ce_common, ce_dcd, ce_observer,
- ce_sharedres, ce_controls, ce_writableComponent, ce_dsgncontrols, LMessages;
+ SynPluginSyncroEdit, SynEdit, SynHighlighterMulti, u_dialogs,
+ u_widget, u_interfaces, u_synmemo, u_dlang, u_common, u_dcd, u_observer,
+ u_sharedres, u_controls, u_writableComponent, u_dsgncontrols, LMessages;
type
@@ -200,7 +200,7 @@ implementation
{$R *.lfm}
uses
- ce_lcldragdrop;
+ u_lcldragdrop;
const
optname = 'editorpages.txt';
diff --git a/src/ce_editoroptions.pas b/src/u_editoroptions.pas
similarity index 99%
rename from src/ce_editoroptions.pas
rename to src/u_editoroptions.pas
index 0feacf4d..3273a7a4 100644
--- a/src/ce_editoroptions.pas
+++ b/src/u_editoroptions.pas
@@ -1,14 +1,14 @@
-unit ce_editoroptions;
+unit u_editoroptions;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
uses
Classes, SysUtils, Graphics, SynEdit, SynEditMouseCmds, SynEditMiscClasses,
SynEditKeyCmds, Menus, LCLProc,
- ce_interfaces, ce_observer, ce_common, ce_writableComponent, ce_synmemo,
- ce_d2syn, ce_txtsyn;
+ u_interfaces, u_observer, u_common, u_writableComponent, u_synmemo,
+ u_d2syn, u_txtsyn;
type
diff --git a/src/ce_gdb.lfm b/src/u_gdb.lfm
similarity index 100%
rename from src/ce_gdb.lfm
rename to src/u_gdb.lfm
diff --git a/src/ce_gdb.pas b/src/u_gdb.pas
similarity index 99%
rename from src/ce_gdb.pas
rename to src/u_gdb.pas
index dc9f81ff..8338d917 100644
--- a/src/ce_gdb.pas
+++ b/src/u_gdb.pas
@@ -1,6 +1,6 @@
-unit ce_gdb;
+unit u_gdb;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
@@ -9,9 +9,9 @@ uses
PropEdits, GraphPropEdits, RTTIGrids, Dialogs, ExtCtrls, Menus, Buttons,
StdCtrls, process, fpjson, typinfo, Unix, ListViewFilterEdit, SynEdit,
ObjectInspector,
- ce_common, ce_interfaces, ce_widget, ce_processes, ce_observer, ce_synmemo,
- ce_sharedres, ce_stringrange, ce_dsgncontrols, ce_dialogs, ce_dbgitf,
- ce_ddemangle, ce_writableComponent, EditBtn, strutils, ce_controls;
+ u_common, u_interfaces, u_widget, u_processes, u_observer, u_synmemo,
+ u_sharedres, u_stringrange, u_dsgncontrols, u_dialogs, u_dbgitf,
+ u_ddemangle, u_writableComponent, EditBtn, strutils, u_controls;
type
diff --git a/src/ce_halstead.pas b/src/u_halstead.pas
similarity index 98%
rename from src/ce_halstead.pas
rename to src/u_halstead.pas
index 651d4e4a..1087b3b4 100644
--- a/src/ce_halstead.pas
+++ b/src/u_halstead.pas
@@ -1,13 +1,13 @@
-unit ce_halstead;
+unit u_halstead;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
uses
Classes, SysUtils, fpjson, math,
- ce_common, ce_observer, ce_interfaces, ce_dastworx, ce_writableComponent,
- ce_synmemo;
+ u_common, u_observer, u_interfaces, u_dastworx, u_writableComponent,
+ u_synmemo;
type
diff --git a/src/ce_infos.lfm b/src/u_infos.lfm
similarity index 100%
rename from src/ce_infos.lfm
rename to src/u_infos.lfm
diff --git a/src/ce_infos.pas b/src/u_infos.pas
similarity index 97%
rename from src/ce_infos.pas
rename to src/u_infos.pas
index 31552658..5b9b1880 100644
--- a/src/ce_infos.pas
+++ b/src/u_infos.pas
@@ -1,14 +1,14 @@
-unit ce_infos;
+unit u_infos;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs,
{$IFDEF WINDOWS}Windows,{$ENDIF}
- StdCtrls, ExtCtrls, Buttons, Menus,ce_widget, ce_common, ce_sharedres,
- ce_interfaces, ce_dsgncontrols;
+ StdCtrls, ExtCtrls, Buttons, Menus,u_widget, u_common, u_sharedres,
+ u_interfaces, u_dsgncontrols;
type
@@ -202,7 +202,7 @@ end;
constructor TInfoWidget.create(aOwner: TComponent);
var
itm: TToolInfo;
- ver: string = 'enough_space_for_the_version';
+ ver: string = 'enough_spau_for_the_version';
len: integer;
begin
inherited;
diff --git a/src/ce_inspectors.pas b/src/u_inspectors.pas
similarity index 99%
rename from src/ce_inspectors.pas
rename to src/u_inspectors.pas
index d43bcc70..f201513c 100644
--- a/src/ce_inspectors.pas
+++ b/src/u_inspectors.pas
@@ -1,12 +1,12 @@
-unit ce_inspectors;
+unit u_inspectors;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
uses
Classes, SysUtils, Dialogs, PropEdits, GraphPropEdits, Graphics, typinfo,
- LCLType, ce_common;
+ LCLType, u_common;
type
diff --git a/src/ce_interfaces.pas b/src/u_interfaces.pas
similarity index 99%
rename from src/ce_interfaces.pas
rename to src/u_interfaces.pas
index a90ec182..ab7c1ef0 100644
--- a/src/ce_interfaces.pas
+++ b/src/u_interfaces.pas
@@ -1,12 +1,12 @@
-unit ce_interfaces;
+unit u_interfaces;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
uses
Classes, SysUtils, actnList, menus, process,
- ce_synmemo, ce_observer;
+ u_synmemo, u_observer;
type
diff --git a/src/ce_lcldragdrop.pas b/src/u_lcldragdrop.pas
similarity index 96%
rename from src/ce_lcldragdrop.pas
rename to src/u_lcldragdrop.pas
index 4512758d..d012e0ec 100644
--- a/src/ce_lcldragdrop.pas
+++ b/src/u_lcldragdrop.pas
@@ -1,13 +1,13 @@
-unit ce_lcldragdrop;
+unit u_lcldragdrop;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
uses
Classes, SysUtils, Controls, ComCtrls, ShellCtrls,
- ce_common, ce_ceproject, ce_dubproject, ce_interfaces,
- ce_dialogs, ce_projutils;
+ u_common, u_ceproject, u_dubproject, u_interfaces,
+ u_dialogs, u_projutils;
type
@@ -36,7 +36,7 @@ function ddHandler: TDDHandler;
implementation
uses
- ce_observer;
+ u_observer;
var
fDdHandler: TDDHandler = nil;
diff --git a/src/ce_libman.pas b/src/u_libman.pas
similarity index 98%
rename from src/ce_libman.pas
rename to src/u_libman.pas
index a34561b0..7790104f 100644
--- a/src/ce_libman.pas
+++ b/src/u_libman.pas
@@ -1,14 +1,14 @@
-unit ce_libman;
+unit u_libman;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
uses
- Classes, SysUtils, FileUtil, ce_common, ce_writableComponent, LazFileUtils,
+ Classes, SysUtils, FileUtil, u_common, u_writableComponent, LazFileUtils,
ghashmap, ghashset,
- ce_dcd, ce_projutils, ce_interfaces, ce_dlang, ce_dastworx,
- ce_compilers;
+ u_dcd, u_projutils, u_interfaces, u_dlang, u_dastworx,
+ u_compilers;
type
diff --git a/src/ce_libmaneditor.lfm b/src/u_libmaneditor.lfm
similarity index 100%
rename from src/ce_libmaneditor.lfm
rename to src/u_libmaneditor.lfm
diff --git a/src/ce_libmaneditor.pas b/src/u_libmaneditor.pas
similarity index 99%
rename from src/ce_libmaneditor.pas
rename to src/u_libmaneditor.pas
index 0800242f..fb58fe82 100644
--- a/src/ce_libmaneditor.pas
+++ b/src/u_libmaneditor.pas
@@ -1,6 +1,6 @@
-unit ce_libmaneditor;
+unit u_libmaneditor;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
@@ -8,9 +8,9 @@ uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ExtCtrls,
Menus, ComCtrls, Buttons, LazFileUtils, fphttpclient, StdCtrls,
fpjson, jsonparser,
- ce_widget, ce_interfaces, ce_ceproject, ce_dmdwrap, ce_common, ce_dialogs,
- ce_sharedres, process, ce_dubproject, ce_observer, ce_libman,
- ce_projutils, ce_dsgncontrols, ce_controls;
+ u_widget, u_interfaces, u_ceproject, u_dmdwrap, u_common, u_dialogs,
+ u_sharedres, process, u_dubproject, u_observer, u_libman,
+ u_projutils, u_dsgncontrols, u_controls;
type
diff --git a/src/ce_main.lfm b/src/u_main.lfm
similarity index 100%
rename from src/ce_main.lfm
rename to src/u_main.lfm
diff --git a/src/ce_main.pas b/src/u_main.pas
similarity index 99%
rename from src/ce_main.pas
rename to src/u_main.pas
index 25d12f34..9fd11ecf 100644
--- a/src/ce_main.pas
+++ b/src/u_main.pas
@@ -1,6 +1,6 @@
-unit ce_main;
+unit u_main;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
@@ -10,13 +10,13 @@ uses
Graphics, strutils, Dialogs, Menus, ActnList, ExtCtrls, process,
{$IFDEF WINDOWS}Windows, {$ENDIF} XMLPropStorage, SynExportHTML, fphttpclient,
fpjson, jsonparser, jsonscanner, LCLIntf,
- ce_common, ce_ceproject, ce_synmemo, ce_writableComponent,
- ce_widget, ce_messages, ce_interfaces, ce_editor, ce_projinspect, ce_ceprojeditor,
- ce_search, ce_miniexplorer, ce_libman, ce_libmaneditor, ce_todolist, ce_observer,
- ce_toolseditor, ce_procinput, ce_optionseditor, ce_symlist, ce_mru, ce_processes,
- ce_infos, ce_dubproject, ce_dialogs, ce_dubprojeditor,{$IFDEF UNIX} ce_gdb,{$ENDIF}
- ce_dfmt, ce_lcldragdrop, ce_projgroup, ce_projutils, ce_stringrange, ce_dastworx,
- ce_halstead, ce_profileviewer, ce_semver, ce_dsgncontrols, ce_term, ce_newdubproj;
+ u_common, u_ceproject, u_synmemo, u_writableComponent,
+ u_widget, u_messages, u_interfaces, u_editor, u_projinspect, u_ceprojeditor,
+ u_search, u_miniexplorer, u_libman, u_libmaneditor, u_todolist, u_observer,
+ u_toolseditor, u_procinput, u_optionseditor, u_symlist, u_mru, u_processes,
+ u_infos, u_dubproject, u_dialogs, u_dubprojeditor,{$IFDEF UNIX} u_gdb,{$ENDIF}
+ u_dfmt, u_lcldragdrop, u_projgroup, u_projutils, u_stringrange, u_dastworx,
+ u_halstead, u_profileviewer, u_semver, u_dsgncontrols, u_term, u_newdubproj;
type
@@ -665,7 +665,7 @@ implementation
{$R *.lfm}
uses
- SynMacroRecorder, ce_dcd, openssl;
+ SynMacroRecorder, u_dcd, openssl;
{$REGION TRunnableOptions ----------------------------------------------------}
constructor TRunnableOptions.create(aOwner: TComponent);
@@ -843,12 +843,12 @@ end;
function TApplicationOptionsBase.getNativeProjecCompiler: DCompiler;
begin
- exit(ce_ceproject.getCEProjectCompiler);
+ exit(u_ceproject.getCEProjectCompiler);
end;
procedure TApplicationOptionsBase.setNativeProjecCompiler(value: DCompiler);
begin
- ce_ceproject.setCEProjectCompiler(value);
+ u_ceproject.setCEProjectCompiler(value);
end;
procedure TApplicationOptionsBase.setSplitterScsrollSpeed(value: byte);
@@ -862,18 +862,18 @@ end;
function TApplicationOptionsBase.getAdditionalPATH: string;
begin
- exit(ce_common.additionalPath);
+ exit(u_common.additionalPath);
end;
function TApplicationOptionsBase.getConsoleProgram: string;
begin
- result := ce_common.consoleProgram;
+ result := u_common.consoleProgram;
end;
procedure TApplicationOptionsBase.setConsoleProgram(const value: string);
begin
if exeFullName(value).fileExists then
- ce_common.consoleProgram:=value;
+ u_common.consoleProgram:=value;
end;
procedure TApplicationOptionsBase.setAdditionalPath(const value: string);
@@ -890,7 +890,7 @@ begin
if not str[i].dirExists then
str.Delete(i);
cat := str.DelimitedText;
- ce_common.additionalPath := cat;
+ u_common.additionalPath := cat;
finally
str.Free;
end;
@@ -3770,7 +3770,7 @@ begin
try
r := ShowModal();
if r = mrOk then
- openProj(ce_newdubproj.createdNewProject);
+ openProj(u_newdubproj.createdNewProject);
finally
free;
end;
diff --git a/src/ce_messages.lfm b/src/u_messages.lfm
similarity index 100%
rename from src/ce_messages.lfm
rename to src/u_messages.lfm
diff --git a/src/ce_messages.pas b/src/u_messages.pas
similarity index 99%
rename from src/ce_messages.pas
rename to src/u_messages.pas
index 78d57258..6fafab4f 100644
--- a/src/ce_messages.pas
+++ b/src/u_messages.pas
@@ -1,15 +1,15 @@
-unit ce_messages;
+unit u_messages;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
uses
Classes, SysUtils, Forms, Controls, Graphics, Dialogs, ExtCtrls, ComCtrls,
- EditBtn, lcltype, ce_widget, ActnList, Menus, clipbrd, AnchorDocking, math,
+ EditBtn, lcltype, u_widget, ActnList, Menus, clipbrd, AnchorDocking, math,
TreeFilterEdit, Buttons, GraphType, fgl, strutils, LazFileUtils,
- ce_ddemangle, ce_writableComponent, ce_common, ce_synmemo, ce_interfaces,
- ce_observer, ce_sharedres, ce_stringrange, ce_dsgncontrols;
+ u_ddemangle, u_writableComponent, u_common, u_synmemo, u_interfaces,
+ u_observer, u_sharedres, u_stringrange, u_dsgncontrols;
type
diff --git a/src/ce_miniexplorer.lfm b/src/u_miniexplorer.lfm
similarity index 100%
rename from src/ce_miniexplorer.lfm
rename to src/u_miniexplorer.lfm
diff --git a/src/ce_miniexplorer.pas b/src/u_miniexplorer.pas
similarity index 98%
rename from src/ce_miniexplorer.pas
rename to src/u_miniexplorer.pas
index 96ccd4c7..422e96b5 100644
--- a/src/ce_miniexplorer.pas
+++ b/src/u_miniexplorer.pas
@@ -1,15 +1,15 @@
-unit ce_miniexplorer;
+unit u_miniexplorer;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
uses
Classes, SysUtils, FileUtil, ListViewFilterEdit, Forms, strutils ,
Controls, Graphics, ExtCtrls, Menus, ComCtrls, Buttons, lcltype, dialogs,
- ce_widget, ce_sharedres, ce_common, ce_interfaces, ce_observer,
- ce_writableComponent, ce_dubproject, ce_ceproject, EditBtn, ShellCtrls,
- ce_dialogs, ce_synmemo, ce_projutils, ce_dsgncontrols, ce_stringrange, Types;
+ u_widget, u_sharedres, u_common, u_interfaces, u_observer,
+ u_writableComponent, u_dubproject, u_ceproject, EditBtn, ShellCtrls,
+ u_dialogs, u_synmemo, u_projutils, u_dsgncontrols, u_stringrange, Types;
type
diff --git a/src/ce_mru.pas b/src/u_mru.pas
similarity index 98%
rename from src/ce_mru.pas
rename to src/u_mru.pas
index af17afc7..c8d77f1c 100644
--- a/src/ce_mru.pas
+++ b/src/u_mru.pas
@@ -1,12 +1,12 @@
-unit ce_mru;
+unit u_mru;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
uses
Classes, SysUtils,
- ce_interfaces, ce_observer, ce_synmemo, ce_common;
+ u_interfaces, u_observer, u_synmemo, u_common;
type
diff --git a/src/ce_newdubproj.lfm b/src/u_newdubproj.lfm
similarity index 100%
rename from src/ce_newdubproj.lfm
rename to src/u_newdubproj.lfm
diff --git a/src/ce_newdubproj.pas b/src/u_newdubproj.pas
similarity index 98%
rename from src/ce_newdubproj.pas
rename to src/u_newdubproj.pas
index 7e2a1880..95ef4c5c 100644
--- a/src/ce_newdubproj.pas
+++ b/src/u_newdubproj.pas
@@ -1,13 +1,13 @@
-unit ce_newdubproj;
+unit u_newdubproj;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, EditBtn,
StdCtrls, ExtCtrls, Menus, Buttons, process,
- ce_common, ce_sharedres, ce_stringrange;
+ u_common, u_sharedres, u_stringrange;
type
diff --git a/src/ce_observer.pas b/src/u_observer.pas
similarity index 98%
rename from src/ce_observer.pas
rename to src/u_observer.pas
index b65fb9b8..c419669e 100644
--- a/src/ce_observer.pas
+++ b/src/u_observer.pas
@@ -1,11 +1,11 @@
-unit ce_observer;
+unit u_observer;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
uses
- Classes, SysUtils, Contnrs, ce_common;
+ Classes, SysUtils, Contnrs, u_common;
type
diff --git a/src/ce_optionseditor.lfm b/src/u_optionseditor.lfm
similarity index 100%
rename from src/ce_optionseditor.lfm
rename to src/u_optionseditor.lfm
diff --git a/src/ce_optionseditor.pas b/src/u_optionseditor.pas
similarity index 98%
rename from src/ce_optionseditor.pas
rename to src/u_optionseditor.pas
index f99b3f3f..4645534c 100644
--- a/src/ce_optionseditor.pas
+++ b/src/u_optionseditor.pas
@@ -1,13 +1,13 @@
-unit ce_optionseditor;
+unit u_optionseditor;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
uses
Classes, SysUtils, FileUtil, RTTIGrids, Forms, Controls, Graphics, ExtCtrls,
- Menus, ComCtrls, Buttons, PropEdits, ObjectInspector, ce_sharedres,
- ce_common, ce_widget, ce_interfaces, ce_observer, ce_dialogs;
+ Menus, ComCtrls, Buttons, PropEdits, ObjectInspector, u_sharedres,
+ u_common, u_widget, u_interfaces, u_observer, u_dialogs;
type
diff --git a/src/ce_processes.pas b/src/u_processes.pas
similarity index 99%
rename from src/ce_processes.pas
rename to src/u_processes.pas
index 178ae6a8..5bf11276 100644
--- a/src/ce_processes.pas
+++ b/src/u_processes.pas
@@ -1,6 +1,6 @@
-unit ce_processes;
+unit u_processes;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
diff --git a/src/ce_procinput.lfm b/src/u_procinput.lfm
similarity index 100%
rename from src/ce_procinput.lfm
rename to src/u_procinput.lfm
diff --git a/src/ce_procinput.pas b/src/u_procinput.pas
similarity index 96%
rename from src/ce_procinput.pas
rename to src/u_procinput.pas
index 7fb442f6..b53e30fe 100644
--- a/src/ce_procinput.pas
+++ b/src/u_procinput.pas
@@ -1,13 +1,13 @@
-unit ce_procinput;
+unit u_procinput;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ExtCtrls,
- Menus, StdCtrls, Buttons, ce_widget, process, ce_common, ce_interfaces,
- ce_observer, ce_mru, ce_sharedres, ce_dsgncontrols;
+ Menus, StdCtrls, Buttons, u_widget, process, u_common, u_interfaces,
+ u_observer, u_mru, u_sharedres, u_dsgncontrols;
type
diff --git a/src/ce_profileviewer.lfm b/src/u_profileviewer.lfm
similarity index 100%
rename from src/ce_profileviewer.lfm
rename to src/u_profileviewer.lfm
diff --git a/src/ce_profileviewer.pas b/src/u_profileviewer.pas
similarity index 98%
rename from src/ce_profileviewer.pas
rename to src/u_profileviewer.pas
index 34f93416..ec1d3c55 100644
--- a/src/ce_profileviewer.pas
+++ b/src/u_profileviewer.pas
@@ -1,6 +1,6 @@
-unit ce_profileviewer;
+unit u_profileviewer;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
@@ -8,8 +8,8 @@ uses
Classes, SysUtils, FileUtil, TASources, TAGraph, TATransformations, TASeries,
TATools, Forms, Controls, Graphics, Dialogs, ExtCtrls, Menus, ComCtrls,
StdCtrls, TALegend, math,
- ce_widget, ce_common, ce_stringrange, ce_dsgncontrols, ce_ddemangle,
- ce_interfaces, ce_observer, ce_writableComponent, ce_controls;
+ u_widget, u_common, u_stringrange, u_dsgncontrols, u_ddemangle,
+ u_interfaces, u_observer, u_writableComponent, u_controls;
type
diff --git a/src/ce_projgroup.lfm b/src/u_projgroup.lfm
similarity index 100%
rename from src/ce_projgroup.lfm
rename to src/u_projgroup.lfm
diff --git a/src/ce_projgroup.pas b/src/u_projgroup.pas
similarity index 99%
rename from src/ce_projgroup.pas
rename to src/u_projgroup.pas
index 48225bd0..898a5ee2 100644
--- a/src/ce_projgroup.pas
+++ b/src/u_projgroup.pas
@@ -1,14 +1,14 @@
-unit ce_projgroup;
-{$I ce_defines.inc}
+unit u_projgroup;
+{$I u_defines.inc}
interface
uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, ExtCtrls, Menus,
Buttons, dialogs, ComCtrls, StdCtrls, LazFileUtils,
- ce_widget, ce_common, ce_interfaces, ce_writableComponent, ce_observer,
- ce_ceproject, ce_dubproject, ce_projutils, ce_sharedres, ce_dsgncontrols,
- ce_dialogs;
+ u_widget, u_common, u_interfaces, u_writableComponent, u_observer,
+ u_ceproject, u_dubproject, u_projutils, u_sharedres, u_dsgncontrols,
+ u_dialogs;
type
diff --git a/src/ce_projinspect.lfm b/src/u_projinspect.lfm
similarity index 100%
rename from src/ce_projinspect.lfm
rename to src/u_projinspect.lfm
diff --git a/src/ce_projinspect.pas b/src/u_projinspect.pas
similarity index 98%
rename from src/ce_projinspect.pas
rename to src/u_projinspect.pas
index 8b29f45b..ad3c0fc8 100644
--- a/src/ce_projinspect.pas
+++ b/src/u_projinspect.pas
@@ -1,14 +1,14 @@
-unit ce_projinspect;
+unit u_projinspect;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
uses
Classes, SysUtils, TreeFilterEdit, Forms, Controls, Graphics, actnlist,
- Dialogs, ExtCtrls, ComCtrls, Menus, Buttons, lcltype, ce_ceproject, ce_interfaces,
- ce_common, ce_widget, ce_observer, ce_dialogs, ce_sharedres, ce_dsgncontrols,
- ce_dubproject, ce_synmemo, ce_stringrange, ce_writableComponent;
+ Dialogs, ExtCtrls, ComCtrls, Menus, Buttons, lcltype, u_ceproject, u_interfaces,
+ u_common, u_widget, u_observer, u_dialogs, u_sharedres, u_dsgncontrols,
+ u_dubproject, u_synmemo, u_stringrange, u_writableComponent;
type
diff --git a/src/ce_projutils.pas b/src/u_projutils.pas
similarity index 97%
rename from src/ce_projutils.pas
rename to src/u_projutils.pas
index 8e562aac..4603e2cd 100644
--- a/src/ce_projutils.pas
+++ b/src/u_projutils.pas
@@ -1,12 +1,12 @@
-unit ce_projutils;
-{$I ce_defines.inc}
+unit u_projutils;
+{$I u_defines.inc}
interface
uses
Classes, SysUtils, fpjson, LazFileUtils,
- ce_interfaces, ce_common, ce_observer, ce_synmemo,
- ce_dlang, ce_stringrange;
+ u_interfaces, u_common, u_observer, u_synmemo,
+ u_dlang, u_stringrange;
type
TProjectFileFormat = (pffNone, pffDexed, pffDub);
@@ -49,7 +49,7 @@ function projectSourcePath(project: ICommonProject): string;
implementation
uses
- ce_ceproject, ce_dubproject;
+ u_ceproject, u_dubproject;
var
clbck: TLexNameCallback;
diff --git a/src/ce_search.lfm b/src/u_search.lfm
similarity index 100%
rename from src/ce_search.lfm
rename to src/u_search.lfm
diff --git a/src/ce_search.pas b/src/u_search.pas
similarity index 99%
rename from src/ce_search.pas
rename to src/u_search.pas
index 668620de..6a65cad1 100644
--- a/src/ce_search.pas
+++ b/src/u_search.pas
@@ -1,14 +1,14 @@
-unit ce_search;
+unit u_search;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ExtCtrls,
Menus, StdCtrls, actnList, Buttons, SynEdit, SynEditSearch, SynEditTypes,
- ce_common, ce_mru, ce_widget, ce_synmemo, ce_interfaces, ce_observer,
- ce_writableComponent, ce_dialogs, ce_sharedres, ce_dsgncontrols,
+ u_common, u_mru, u_widget, u_synmemo, u_interfaces, u_observer,
+ u_writableComponent, u_dialogs, u_sharedres, u_dsgncontrols,
SynEditTextBuffer;
type
diff --git a/src/ce_semver.pas b/src/u_semver.pas
similarity index 98%
rename from src/ce_semver.pas
rename to src/u_semver.pas
index 160e2b88..3e3b6dd3 100644
--- a/src/ce_semver.pas
+++ b/src/u_semver.pas
@@ -1,11 +1,11 @@
-unit ce_semver;
+unit u_semver;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
uses
- SysUtils, ce_stringrange;
+ SysUtils, u_stringrange;
type
diff --git a/src/ce_sharedres.pas b/src/u_sharedres.pas
similarity index 93%
rename from src/ce_sharedres.pas
rename to src/u_sharedres.pas
index 54949255..4a8a187f 100644
--- a/src/ce_sharedres.pas
+++ b/src/u_sharedres.pas
@@ -1,4 +1,4 @@
-unit ce_sharedres;
+unit u_sharedres;
interface
@@ -28,7 +28,7 @@ end;
initialization
png := TPortableNetworkGraphic.Create;
- //{$I ../src/ce_icons.inc}
+ //{$I ../src/u_icons.inc}
finalization
png.Free;
end.
diff --git a/src/ce_shortcutseditor.lfm b/src/u_shortcutseditor.lfm
similarity index 100%
rename from src/ce_shortcutseditor.lfm
rename to src/u_shortcutseditor.lfm
diff --git a/src/ce_shortcutseditor.pas b/src/u_shortcutseditor.pas
similarity index 98%
rename from src/ce_shortcutseditor.pas
rename to src/u_shortcutseditor.pas
index 84228534..cc8c0205 100644
--- a/src/ce_shortcutseditor.pas
+++ b/src/u_shortcutseditor.pas
@@ -1,14 +1,14 @@
-unit ce_shortcutseditor;
+unit u_shortcutseditor;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
uses
Classes, SysUtils, FileUtil, TreeFilterEdit, Forms, Controls, Menus, Graphics,
ExtCtrls, LCLProc, ComCtrls, Buttons, LCLType, PropEdits, RTTIGrids,
- strutils, ce_sharedres, ce_observer, ce_interfaces, ce_common,
- ce_writableComponent, ce_dialogs, EditBtn;
+ strutils, u_sharedres, u_observer, u_interfaces, u_common,
+ u_writableComponent, u_dialogs, EditBtn;
type
diff --git a/src/ce_stringrange.pas b/src/u_stringrange.pas
similarity index 99%
rename from src/ce_stringrange.pas
rename to src/u_stringrange.pas
index ada0f8f6..487bd013 100644
--- a/src/ce_stringrange.pas
+++ b/src/u_stringrange.pas
@@ -1,6 +1,6 @@
-unit ce_stringrange;
+unit u_stringrange;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
diff --git a/src/ce_symlist.lfm b/src/u_symlist.lfm
similarity index 100%
rename from src/ce_symlist.lfm
rename to src/u_symlist.lfm
diff --git a/src/ce_symlist.pas b/src/u_symlist.pas
similarity index 99%
rename from src/ce_symlist.pas
rename to src/u_symlist.pas
index 272ccf04..a59d2c40 100644
--- a/src/ce_symlist.pas
+++ b/src/u_symlist.pas
@@ -1,14 +1,14 @@
-unit ce_symlist;
+unit u_symlist;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
uses
Classes, SysUtils, TreeFilterEdit, Forms, Controls, Graphics, ExtCtrls, Menus,
- ComCtrls, ce_widget, jsonparser, process, actnlist, Buttons, Clipbrd, LCLProc,
- ce_common, ce_observer, ce_synmemo, ce_interfaces, ce_writableComponent,
- ce_processes, ce_sharedres, ce_dsgncontrols;
+ ComCtrls, u_widget, jsonparser, process, actnlist, Buttons, Clipbrd, LCLProc,
+ u_common, u_observer, u_synmemo, u_interfaces, u_writableComponent,
+ u_processes, u_sharedres, u_dsgncontrols;
type
diff --git a/src/ce_symstring.pas b/src/u_symstring.pas
similarity index 98%
rename from src/ce_symstring.pas
rename to src/u_symstring.pas
index e6562b26..fb11520f 100644
--- a/src/ce_symstring.pas
+++ b/src/u_symstring.pas
@@ -1,12 +1,12 @@
-unit ce_symstring;
+unit u_symstring;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
uses
- ce_observer, sysutils, ce_interfaces, ce_ceproject, ce_synmemo, ce_common,
- ce_stringrange;
+ u_observer, sysutils, u_interfaces, u_ceproject, u_synmemo, u_common,
+ u_stringrange;
type
diff --git a/src/ce_synmemo.pas b/src/u_synmemo.pas
similarity index 99%
rename from src/ce_synmemo.pas
rename to src/u_synmemo.pas
index b864237c..caf502cc 100644
--- a/src/ce_synmemo.pas
+++ b/src/u_synmemo.pas
@@ -1,6 +1,6 @@
-unit ce_synmemo;
+unit u_synmemo;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
@@ -12,9 +12,9 @@ uses
md5, Spin, LCLIntf, LazFileUtils, LMessages, SynHighlighterCpp, math,
//SynEditMarkupFoldColoring,
Clipbrd, fpjson, jsonparser, LazUTF8, LazUTF8Classes, Buttons, StdCtrls,
- ce_common, ce_writableComponent, ce_d2syn, ce_txtsyn, ce_dialogs, ce_dastworx,
- ce_sharedres, ce_dlang, ce_stringrange, ce_dbgitf, ce_observer, ce_diff,
- ce_processes;
+ u_common, u_writableComponent, u_d2syn, u_txtsyn, u_dialogs, u_dastworx,
+ u_sharedres, u_dlang, u_stringrange, u_dbgitf, u_observer, u_diff,
+ u_processes;
type
@@ -475,7 +475,7 @@ var
implementation
uses
- ce_interfaces, ce_dcd, SynEditHighlighterFoldBase, ce_lcldragdrop;
+ u_interfaces, u_dcd, SynEditHighlighterFoldBase, u_lcldragdrop;
const
DcdCompletionKindStrings: array[TDCDCompletionKind] of string = (
diff --git a/src/ce_term.lfm b/src/u_term.lfm
similarity index 100%
rename from src/ce_term.lfm
rename to src/u_term.lfm
diff --git a/src/ce_term.pas b/src/u_term.pas
similarity index 98%
rename from src/ce_term.pas
rename to src/u_term.pas
index 2183f2cf..0af3a806 100644
--- a/src/ce_term.pas
+++ b/src/u_term.pas
@@ -1,13 +1,13 @@
-unit ce_term;
+unit u_term;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs,
- ce_widget, TerminalCtrls, ce_interfaces, ce_writableComponent, ce_observer,
- ce_common, ce_synmemo;
+ u_widget, TerminalCtrls, u_interfaces, u_writableComponent, u_observer,
+ u_common, u_synmemo;
type
diff --git a/src/ce_todolist.lfm b/src/u_todolist.lfm
similarity index 100%
rename from src/ce_todolist.lfm
rename to src/u_todolist.lfm
diff --git a/src/ce_todolist.pas b/src/u_todolist.pas
similarity index 98%
rename from src/ce_todolist.pas
rename to src/u_todolist.pas
index 5df2d6e2..309c59df 100644
--- a/src/ce_todolist.pas
+++ b/src/u_todolist.pas
@@ -1,15 +1,15 @@
-unit ce_todolist;
+unit u_todolist;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
uses
Classes, SysUtils, FileUtil, ListFilterEdit, Forms, Controls,
strutils, Graphics, Dialogs, ExtCtrls, Menus, Buttons, ComCtrls,
- ce_widget, process, ce_common, ce_interfaces, ce_synmemo, ce_processes,
- ce_writableComponent, ce_observer, ce_sharedres,
- ce_dsgncontrols;
+ u_widget, process, u_common, u_interfaces, u_synmemo, u_processes,
+ u_writableComponent, u_observer, u_sharedres,
+ u_dsgncontrols;
type
diff --git a/src/ce_tools.pas b/src/u_tools.pas
similarity index 97%
rename from src/ce_tools.pas
rename to src/u_tools.pas
index 574bbb05..69f359d4 100644
--- a/src/ce_tools.pas
+++ b/src/u_tools.pas
@@ -1,13 +1,13 @@
-unit ce_tools;
+unit u_tools;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
uses
- Classes, SysUtils, LazFileUtils, process, menus, ce_processes, controls,
- ce_common, ce_writableComponent, ce_interfaces, ce_observer, ce_inspectors,
- ce_synmemo, ce_dialogs;
+ Classes, SysUtils, LazFileUtils, process, menus, u_processes, controls,
+ u_common, u_writableComponent, u_interfaces, u_observer, u_inspectors,
+ u_synmemo, u_dialogs;
type
@@ -137,7 +137,7 @@ end;
destructor TToolItem.destroy;
begin
fParameters.Free;
- ce_processes.killProcess(fProcess);
+ u_processes.killProcess(fProcess);
inherited;
end;
@@ -189,7 +189,7 @@ var
const
confSpec = 'Are you sure you want to execute the "%s" tool ?';
begin
- ce_processes.killProcess(fProcess);
+ u_processes.killProcess(fProcess);
if fMsgs = nil then
fMsgs := getMessageDisplay;
@@ -267,7 +267,7 @@ begin
begin
fMsgs.message(format('error: the tool (%s) has returned the status %s',
[fProcess.Executable, prettyReturnStatus(fProcess)]), nil, amcMisc, amkErr);
- ce_processes.killProcess(fProcess);
+ u_processes.killProcess(fProcess);
exit;
end;
if fNextToolAlias.isNotEmpty then
diff --git a/src/ce_toolseditor.lfm b/src/u_toolseditor.lfm
similarity index 100%
rename from src/ce_toolseditor.lfm
rename to src/u_toolseditor.lfm
diff --git a/src/ce_toolseditor.pas b/src/u_toolseditor.pas
similarity index 97%
rename from src/ce_toolseditor.pas
rename to src/u_toolseditor.pas
index 2b6a5081..1d2b271b 100644
--- a/src/ce_toolseditor.pas
+++ b/src/u_toolseditor.pas
@@ -1,13 +1,13 @@
-unit ce_toolseditor;
+unit u_toolseditor;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
uses
Classes, SysUtils, FileUtil, RTTIGrids, Forms, Controls, Graphics, Dialogs,
- ExtCtrls, Menus, Buttons, StdCtrls, ce_widget, ce_tools, ce_sharedres,
- ce_dsgncontrols;
+ ExtCtrls, Menus, Buttons, StdCtrls, u_widget, u_tools, u_sharedres,
+ u_dsgncontrols;
type
diff --git a/src/ce_txtsyn.pas b/src/u_txtsyn.pas
similarity index 98%
rename from src/ce_txtsyn.pas
rename to src/u_txtsyn.pas
index 845929a0..d2ca6e79 100644
--- a/src/ce_txtsyn.pas
+++ b/src/u_txtsyn.pas
@@ -1,11 +1,11 @@
-unit ce_txtsyn;
+unit u_txtsyn;
{$mode objfpc}{$H+}
interface
uses
- Classes, SysUtils, SynEditHighlighter, SynEditTypes, ce_dlangutils;
+ Classes, SysUtils, SynEditHighlighter, SynEditTypes, u_dlangutils;
type
diff --git a/src/ce_widget.lfm b/src/u_widget.lfm
similarity index 100%
rename from src/ce_widget.lfm
rename to src/u_widget.lfm
diff --git a/src/ce_widget.pas b/src/u_widget.pas
similarity index 98%
rename from src/ce_widget.pas
rename to src/u_widget.pas
index 0aba1791..5bff33e5 100644
--- a/src/ce_widget.pas
+++ b/src/u_widget.pas
@@ -1,12 +1,12 @@
-unit ce_widget;
+unit u_widget;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
uses
Classes, SysUtils, FileUtil, Forms, Controls, ExtCtrls, ActnList, Menus,
- AnchorDocking, ce_interfaces, ce_dsgncontrols, ce_common;
+ AnchorDocking, u_interfaces, u_dsgncontrols, u_common;
type
@@ -138,7 +138,7 @@ implementation
{$R *.lfm}
uses
- ce_observer;
+ u_observer;
{$REGION Standard Comp/Obj------------------------------------------------------}
constructor TDexedWidget.create(aOwner: TComponent);
diff --git a/src/ce_writablecomponent.pas b/src/u_writablecomponent.pas
similarity index 97%
rename from src/ce_writablecomponent.pas
rename to src/u_writablecomponent.pas
index 939fb84f..926d9f34 100644
--- a/src/ce_writablecomponent.pas
+++ b/src/u_writablecomponent.pas
@@ -1,11 +1,11 @@
-unit ce_writableComponent;
+unit u_writableComponent;
-{$I ce_defines.inc}
+{$I u_defines.inc}
interface
uses
- Classes, SysUtils, ce_common, typinfo, fpjson, jsonparser, fpjsonrtti;
+ Classes, SysUtils, u_common, typinfo, fpjson, jsonparser, fpjsonrtti;
type