mirror of https://github.com/buggins/dlangide.git
update readme
This commit is contained in:
parent
b6628b7f4c
commit
6fd6387df6
23
README.md
23
README.md
|
@ -5,6 +5,18 @@ Dlang IDE
|
|||
|
||||
Cross platform D language IDE written using DlangUI library.
|
||||
|
||||
Screenshot of Default theme
|
||||
|
||||

|
||||
|
||||
Screenshot of Dark theme
|
||||
|
||||

|
||||
|
||||
Screenshot of console mode (running in windows console)
|
||||
|
||||

|
||||
|
||||
Currently supported features:
|
||||
|
||||
* Uses DUB (dub.json or dub.sdl) project format
|
||||
|
@ -33,7 +45,6 @@ Source editor features:
|
|||
* Select word by mouse double click
|
||||
|
||||
|
||||

|
||||
|
||||
GitHub page: [https://github.com/buggins/dlangide](https://github.com/buggins/dlangide)
|
||||
|
||||
|
@ -44,6 +55,16 @@ DlangUI project GitHub page: [https://github.com/buggins/dlangui](https://github
|
|||
Mago debugger GitHub page: [https://github.com/rainers/mago](https://github.com/rainers/mago)
|
||||
|
||||
|
||||
|
||||
Simple way to try it (you will need some D compiler and DUB utility):
|
||||
|
||||
dub fetch dlangide && dub run --build=release dlangide
|
||||
|
||||
Recent builds with dmd under windows have issues with crash in OPTILINK linker from DMD.
|
||||
|
||||
Workaround: add --arch=x86_mscoff or --arch=x86_64
|
||||
|
||||
|
||||
Build tools
|
||||
===========
|
||||
|
||||
|
|
Loading…
Reference in New Issue