From 187e80f00f594763611418372cd442643d5ac097 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Sat, 27 Dec 2014 08:55:02 +0300 Subject: [PATCH 1/2] fix build error --- src/dlangide/ui/frame.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dlangide/ui/frame.d b/src/dlangide/ui/frame.d index 6fb475d..a497c12 100644 --- a/src/dlangide/ui/frame.d +++ b/src/dlangide/ui/frame.d @@ -116,7 +116,7 @@ class IDEFrame : VerticalLayout, MenuItemClickHandler { UIString caption; caption = "Open Text File"d; FileDialog dlg = new FileDialog(caption, window, null); - dlg.onDialogResult = delegate(Dialog dlg, Action result) { + dlg.onDialogResult = delegate(Dialog dlg, const Action result) { // }; dlg.show(); From 2c5e6c256ac54cbb464ededc06596e9579e967db Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Sat, 27 Dec 2014 09:01:39 +0300 Subject: [PATCH 2/2] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d0908b..4fd2549 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ Trying to write D language IDE using dlangUI library. Build and run with DUB: - git clone git@github.com:buggins/dlangide.git - cd dlang ide + git clone https://github.com/buggins/dlangide.git + cd dlangide dub run To develop in VisualD together with DlangUI, put this project on the same level as dlangui repository, and dependencies.