mirror of https://github.com/buggins/dlangide.git
fix readme
This commit is contained in:
parent
bed6b6a709
commit
49cb61b4c3
38
README.md
38
README.md
|
@ -1,24 +1,5 @@
|
||||||
[](https://gitter.im/buggins/dlangide?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](https://travis-ci.org/buggins/dlangide) [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=H2ADZV8S6TDHQ "Donate once-off to this project using Paypal")
|
[](https://gitter.im/buggins/dlangide?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](https://travis-ci.org/buggins/dlangide) [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=H2ADZV8S6TDHQ "Donate once-off to this project using Paypal")
|
||||||
|
|
||||||
WTF?! (What The Fork)
|
|
||||||
======================
|
|
||||||
Now you can set dmd includes paths (for correct work with DCD) in workspace settings file (newworkspace.dlangidews)
|
|
||||||
<pre>
|
|
||||||
example:
|
|
||||||
{
|
|
||||||
"name" : "newworkspace",
|
|
||||||
"description" : null,
|
|
||||||
"projects" : {
|
|
||||||
"newproject" : "newproject/dub.json"<br>
|
|
||||||
},
|
|
||||||
"includePath" : [
|
|
||||||
"/usr/include/dlang/dmd/"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
</pre>
|
|
||||||
PS.
|
|
||||||
Sorry about bad code. Please correct me.
|
|
||||||
|
|
||||||
Dlang IDE
|
Dlang IDE
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
@ -201,3 +182,22 @@ OSX: open solution file with Mono-D
|
||||||
Choose dlangide as startup project.
|
Choose dlangide as startup project.
|
||||||
|
|
||||||
Coding style: [https://github.com/buggins/dlangui/blob/master/CODING_STYLE.md](https://github.com/buggins/dlangui/blob/master/CODING_STYLE.md)
|
Coding style: [https://github.com/buggins/dlangui/blob/master/CODING_STYLE.md](https://github.com/buggins/dlangui/blob/master/CODING_STYLE.md)
|
||||||
|
|
||||||
|
|
||||||
|
Workspace include path setting
|
||||||
|
==============================
|
||||||
|
|
||||||
|
Now you can set dmd includes paths (for correct work with DCD) in workspace settings file (newworkspace.dlangidews)
|
||||||
|
<pre>
|
||||||
|
example:
|
||||||
|
{
|
||||||
|
"name" : "newworkspace",
|
||||||
|
"description" : null,
|
||||||
|
"projects" : {
|
||||||
|
"newproject" : "newproject/dub.json"<br>
|
||||||
|
},
|
||||||
|
"includePath" : [
|
||||||
|
"/usr/include/dlang/dmd/"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
</pre>
|
||||||
|
|
Loading…
Reference in New Issue