From 1fa7a06d9ec5fcc1711eae8e167fec1b768aa67a Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Mon, 28 Aug 2017 16:42:28 +0300 Subject: [PATCH] update readme with existing project import instructions --- README.md | 8 ++++++++ views/VERSION | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fb4e4b..7a6c7bd 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,14 @@ Keywan Ghadami improved it to use DCD as a library. Now DCD is embedded into DlangIDE, and no separate executables are needed. +Importing of existing project +============================= + +DlangIDE supports only DUB project format. + +To import existing DUB project, use menu item "File" / "Open project or workspace" and select dub.json or dub.sdl of your project to import. + + Debugger support ================ diff --git a/views/VERSION b/views/VERSION index fff8e6b..35d3fa0 100644 --- a/views/VERSION +++ b/views/VERSION @@ -1 +1 @@ -v0.7.53 \ No newline at end of file +v0.7.54 \ No newline at end of file