mirror of https://gitlab.com/basile.b/dexed.git
updated repo infs
This commit is contained in:
parent
d7f6c969b5
commit
3fd4bb6ac7
29
README.md
29
README.md
|
@ -1,4 +1,31 @@
|
||||||
Coedit
|
Coedit
|
||||||
======
|
======
|
||||||
|
|
||||||
Compiler (interface) and editor for the D2 lang.
|
Coedit is a simple IDE for the D2 lang. (**Co**mpile & **Edit**).
|
||||||
|
|
||||||
|
Initial features (planed)
|
||||||
|
-------------------------
|
||||||
|
- targets Win/Macos/Linux
|
||||||
|
- projects.
|
||||||
|
- multiple project configurations (set of switches and options).
|
||||||
|
- project configurations templates (release, debug, etc.).
|
||||||
|
- D syntax highlighter, folding.
|
||||||
|
- compile, run directly from UI.
|
||||||
|
- instant run (without saving, script-like).
|
||||||
|
- basic auto completion (brackets, key-words, ...)
|
||||||
|
- synchronized edition in a block.
|
||||||
|
|
||||||
|
Project information
|
||||||
|
-------------------
|
||||||
|
- draft
|
||||||
|
- programmed in Object pascal.
|
||||||
|
- [Lazarus](http://www.lazarus.freepascal.org) is used as IDE.
|
||||||
|
- based on dmd (specific gdc or lmd options are not wrapped).
|
||||||
|
- no other third party dependencies (so far...)
|
||||||
|
|
||||||
|
Setup
|
||||||
|
-----
|
||||||
|
- clone this repo.
|
||||||
|
- optionally install [dmd](http://dlang.org/download.html) and or [Lazarus](http://www.lazarus.freepascal.org)
|
||||||
|
- open "coedit.lpr".
|
||||||
|
- press the Run button.
|
23
notes.txt
23
notes.txt
|
@ -1,23 +0,0 @@
|
||||||
----------------------------------------
|
|
||||||
combined D compiler (Co) & editor (edit)
|
|
||||||
----------------------------------------
|
|
||||||
|
|
||||||
Multi-plateform D code editor and D compiler wrapper.
|
|
||||||
|
|
||||||
Initial features:
|
|
||||||
|
|
||||||
- projects.
|
|
||||||
- multi projects configurations (set of switches and options).
|
|
||||||
- project configurations templates (release, debug, etc.).
|
|
||||||
- D syntax highlighter.
|
|
||||||
- compile, run directly from UI.
|
|
||||||
- instant run (without saving, script-like).
|
|
||||||
- basic auto completion (brackets, KW, ...)
|
|
||||||
|
|
||||||
Future:
|
|
||||||
- project groups.
|
|
||||||
- plug-in interface.
|
|
||||||
- completion proposal (dcd or using json doc).
|
|
||||||
- dynamic grammatical verification
|
|
||||||
- Git integration.
|
|
||||||
- debugger.
|
|
Loading…
Reference in New Issue