mirror of https://gitlab.com/basile.b/dexed.git
updated readme
This commit is contained in:
parent
f6aab96968
commit
ef83e333f6
19
README.md
19
README.md
|
@ -9,35 +9,34 @@ Features
|
||||||
--------
|
--------
|
||||||
- multi platform (Win/Linux).
|
- multi platform (Win/Linux).
|
||||||
- strictly based on *DMD* (the alternative compilers are not supported).
|
- strictly based on *DMD* (the alternative compilers are not supported).
|
||||||
- full featured project format and advanced project editor.
|
- comprehensive project format and two advanced project editors (one for the options and configurations, another for the files).
|
||||||
- compile and run directly from the UI.
|
- compile and run directly from the UI.
|
||||||
- compile and execute an unsaved module with a single click.
|
- single click to compile and execute an unsaved module (aka a _runnable module_).
|
||||||
- compile and _unittest_ a module with a single click.
|
- single click to compile and _unittest_ a module. (even a phobos one).
|
||||||
- synchronized edition in a block.
|
- synchronized edition in a block.
|
||||||
- D2 syntax highlighter, folding, identifier markup.
|
- D2 syntax highlighter, folding, identifier markup.
|
||||||
- symbol list of the module being edited.
|
- symbol list of the module being edited.
|
||||||
- static libraries manager.
|
- static libraries manager.
|
||||||
- search and replace.
|
- search and replace.
|
||||||
- _todo comments_ analyzer.
|
- _todo comments_ analyzer.
|
||||||
- user-defined tools powered by a string interpolation system (in a single click: submit the current module to _dfmt_ or _dscanner_, or disassemble the output in IDA !)
|
- user-defined tools powered by a string interpolation system (in a single click: submit the current module to _dfmt_ or _dscanner_ !)
|
||||||
- full [D Completion Daemon](https://github.com/Hackerpilot/DCD) integration (completion, hints, call tips, definition finder).
|
- full [D Completion Daemon](https://github.com/Hackerpilot/DCD) integration (completion, hints, call tips, jump to symbol declaration).
|
||||||
- mini file browser.
|
- mini file browser.
|
||||||
|
|
||||||
Missing things before the first version
|
Missing things before the first version
|
||||||
---------------------------------------
|
---------------------------------------
|
||||||
All the majors features are implemented.
|
This is the last beta, all the features are implemented.
|
||||||
Some minor things are still missing or not fully working:
|
Until version 1, the quality will be improved and any new bug fixed.
|
||||||
- editor context menu.
|
|
||||||
|
|
||||||
Project information
|
Project information
|
||||||
-------------------
|
-------------------
|
||||||
- status: beta 2.
|
- status: version 1 beta 3.
|
||||||
- license: MIT.
|
- license: MIT.
|
||||||
- programmed in Object Pascal with [Lazarus & FPC](http://www.lazarus.freepascal.org) as IDE & compiler.
|
- programmed in Object Pascal with [Lazarus & FPC](http://www.lazarus.freepascal.org) as IDE & compiler.
|
||||||
|
|
||||||
Setup or build
|
Setup or build
|
||||||
--------------
|
--------------
|
||||||
Windows and Linux binaries are available for each release.
|
Windows and Linux binaries are available for each [release](https://github.com/BBasile/Coedit/releases).
|
||||||
The latest Coedit development version must be build from the sources.
|
The latest Coedit development version must be build from the sources.
|
||||||
|
|
||||||
The procedure is described in the [**first section of the wiki**](https://github.com/BBasile/Coedit/wiki#detailed-setup-procedure)
|
The procedure is described in the [**first section of the wiki**](https://github.com/BBasile/Coedit/wiki#detailed-setup-procedure)
|
||||||
|
|
|
@ -146,7 +146,6 @@
|
||||||
<ComponentName Value="CECdbWidget"/>
|
<ComponentName Value="CECdbWidget"/>
|
||||||
<HasResources Value="True"/>
|
<HasResources Value="True"/>
|
||||||
<ResourceBaseClass Value="Form"/>
|
<ResourceBaseClass Value="Form"/>
|
||||||
<UnitName Value="ce_cdbcmd"/>
|
|
||||||
</Unit1>
|
</Unit1>
|
||||||
<Unit2>
|
<Unit2>
|
||||||
<Filename Value="..\src\ce_common.pas"/>
|
<Filename Value="..\src\ce_common.pas"/>
|
||||||
|
@ -160,7 +159,6 @@
|
||||||
<Unit4>
|
<Unit4>
|
||||||
<Filename Value="..\src\ce_dcd.pas"/>
|
<Filename Value="..\src\ce_dcd.pas"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
<UnitName Value="ce_dcd"/>
|
|
||||||
</Unit4>
|
</Unit4>
|
||||||
<Unit5>
|
<Unit5>
|
||||||
<Filename Value="..\src\ce_dlang.pas"/>
|
<Filename Value="..\src\ce_dlang.pas"/>
|
||||||
|
@ -243,7 +241,6 @@
|
||||||
<Unit19>
|
<Unit19>
|
||||||
<Filename Value="..\src\ce_observer.pas"/>
|
<Filename Value="..\src\ce_observer.pas"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
<UnitName Value="ce_observer"/>
|
|
||||||
</Unit19>
|
</Unit19>
|
||||||
<Unit20>
|
<Unit20>
|
||||||
<Filename Value="..\src\ce_optionseditor.pas"/>
|
<Filename Value="..\src\ce_optionseditor.pas"/>
|
||||||
|
@ -251,6 +248,7 @@
|
||||||
<ComponentName Value="CEOptionEditorWidget"/>
|
<ComponentName Value="CEOptionEditorWidget"/>
|
||||||
<HasResources Value="True"/>
|
<HasResources Value="True"/>
|
||||||
<ResourceBaseClass Value="Form"/>
|
<ResourceBaseClass Value="Form"/>
|
||||||
|
<UnitName Value="ce_optionseditor"/>
|
||||||
</Unit20>
|
</Unit20>
|
||||||
<Unit21>
|
<Unit21>
|
||||||
<Filename Value="..\src\ce_procinput.pas"/>
|
<Filename Value="..\src\ce_procinput.pas"/>
|
||||||
|
@ -258,6 +256,7 @@
|
||||||
<ComponentName Value="CEProcInputWidget"/>
|
<ComponentName Value="CEProcInputWidget"/>
|
||||||
<HasResources Value="True"/>
|
<HasResources Value="True"/>
|
||||||
<ResourceBaseClass Value="Form"/>
|
<ResourceBaseClass Value="Form"/>
|
||||||
|
<UnitName Value="ce_procinput"/>
|
||||||
</Unit21>
|
</Unit21>
|
||||||
<Unit22>
|
<Unit22>
|
||||||
<Filename Value="..\src\ce_projconf.pas"/>
|
<Filename Value="..\src\ce_projconf.pas"/>
|
||||||
|
@ -265,6 +264,7 @@
|
||||||
<ComponentName Value="CEProjectConfigurationWidget"/>
|
<ComponentName Value="CEProjectConfigurationWidget"/>
|
||||||
<HasResources Value="True"/>
|
<HasResources Value="True"/>
|
||||||
<ResourceBaseClass Value="Form"/>
|
<ResourceBaseClass Value="Form"/>
|
||||||
|
<UnitName Value="ce_projconf"/>
|
||||||
</Unit22>
|
</Unit22>
|
||||||
<Unit23>
|
<Unit23>
|
||||||
<Filename Value="..\src\ce_project.pas"/>
|
<Filename Value="..\src\ce_project.pas"/>
|
||||||
|
@ -290,10 +290,12 @@
|
||||||
<ComponentName Value="CEShortcutEditor"/>
|
<ComponentName Value="CEShortcutEditor"/>
|
||||||
<HasResources Value="True"/>
|
<HasResources Value="True"/>
|
||||||
<ResourceBaseClass Value="Frame"/>
|
<ResourceBaseClass Value="Frame"/>
|
||||||
|
<UnitName Value="ce_shortcutseditor"/>
|
||||||
</Unit26>
|
</Unit26>
|
||||||
<Unit27>
|
<Unit27>
|
||||||
<Filename Value="..\src\ce_staticmacro.pas"/>
|
<Filename Value="..\src\ce_staticmacro.pas"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
|
<UnitName Value="ce_staticmacro"/>
|
||||||
</Unit27>
|
</Unit27>
|
||||||
<Unit28>
|
<Unit28>
|
||||||
<Filename Value="..\src\ce_symlist.pas"/>
|
<Filename Value="..\src\ce_symlist.pas"/>
|
||||||
|
@ -318,6 +320,7 @@
|
||||||
<ComponentName Value="CETodoListWidget"/>
|
<ComponentName Value="CETodoListWidget"/>
|
||||||
<HasResources Value="True"/>
|
<HasResources Value="True"/>
|
||||||
<ResourceBaseClass Value="Form"/>
|
<ResourceBaseClass Value="Form"/>
|
||||||
|
<UnitName Value="ce_todolist"/>
|
||||||
</Unit31>
|
</Unit31>
|
||||||
<Unit32>
|
<Unit32>
|
||||||
<Filename Value="..\src\ce_tools.pas"/>
|
<Filename Value="..\src\ce_tools.pas"/>
|
||||||
|
@ -348,7 +351,6 @@
|
||||||
<ComponentName Value="CEWidget"/>
|
<ComponentName Value="CEWidget"/>
|
||||||
<HasResources Value="True"/>
|
<HasResources Value="True"/>
|
||||||
<ResourceBaseClass Value="Form"/>
|
<ResourceBaseClass Value="Form"/>
|
||||||
<UnitName Value="ce_widget"/>
|
|
||||||
</Unit37>
|
</Unit37>
|
||||||
</Units>
|
</Units>
|
||||||
</ProjectOptions>
|
</ProjectOptions>
|
||||||
|
|
Loading…
Reference in New Issue