diff --git a/README.md b/README.md index f346801a..52dc052f 100644 --- a/README.md +++ b/README.md @@ -9,35 +9,34 @@ Features -------- - multi platform (Win/Linux). - 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 execute an unsaved module with a single click. -- compile and _unittest_ a module with a single click. +- single click to compile and execute an unsaved module (aka a _runnable module_). +- single click to compile and _unittest_ a module. (even a phobos one). - synchronized edition in a block. - D2 syntax highlighter, folding, identifier markup. - symbol list of the module being edited. - static libraries manager. - search and replace. - _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 !) -- full [D Completion Daemon](https://github.com/Hackerpilot/DCD) integration (completion, hints, call tips, definition finder). +- 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, jump to symbol declaration). - mini file browser. Missing things before the first version --------------------------------------- -All the majors features are implemented. -Some minor things are still missing or not fully working: -- editor context menu. +This is the last beta, all the features are implemented. +Until version 1, the quality will be improved and any new bug fixed. Project information ------------------- -- status: beta 2. +- status: version 1 beta 3. - license: MIT. - programmed in Object Pascal with [Lazarus & FPC](http://www.lazarus.freepascal.org) as IDE & compiler. 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 procedure is described in the [**first section of the wiki**](https://github.com/BBasile/Coedit/wiki#detailed-setup-procedure) diff --git a/lazproj/coedit.lpi b/lazproj/coedit.lpi index 861975e9..180877e0 100644 --- a/lazproj/coedit.lpi +++ b/lazproj/coedit.lpi @@ -146,7 +146,6 @@ - @@ -160,7 +159,6 @@ - @@ -243,7 +241,6 @@ - @@ -251,6 +248,7 @@ + @@ -258,6 +256,7 @@ + @@ -265,6 +264,7 @@ + @@ -290,10 +290,12 @@ + + @@ -318,6 +320,7 @@ + @@ -348,7 +351,6 @@ -