From 444db7e37d568a5b779b338415d31f17d2ced40a Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Fri, 3 Jun 2016 09:31:21 +0300 Subject: [PATCH] fix readme --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8de29e9..deacb06 100644 --- a/README.md +++ b/README.md @@ -50,21 +50,25 @@ Build tools DlangIDE uses DUB as build tool, and its dub.json as project file format. You can select DMD, LDC or GDC compiler toolchain. + DCD integration =============== Symbol lookup and autocompletion is using DCD (D completion daemon). + Hans-Albert Maritz (Freakazo) implementated DCD integration using DCD client/server. + Keywan Ghadami improved it to use DCD as a library. + Now DCD is embedded into DlangIDE, and no separate executables are needed. Debugger support ================ -Windows: use mago-mi debugger (https://github.com/buggins/dlangide/blob/master/libs/windows/x86/mago-mi.exe) or GDB -Linux: use GDB or lldb-mi debugger -OSX: use GDB or LLDBMI2 debugger +* Windows: use mago-mi debugger (https://github.com/buggins/dlangide/blob/master/libs/windows/x86/mago-mi.exe) or GDB +* Linux: use GDB or lldb-mi debugger +* OSX: use GDB or LLDBMI2 debugger Building DlangIDE