From 2cd4bc14160c9a8df327a599f7e057dedbd6f024 Mon Sep 17 00:00:00 2001 From: Zevenberge Date: Sat, 2 Dec 2017 22:07:46 +0100 Subject: [PATCH] Commented the folder creation at project root level The files are project root are not shown (i.e. README files). Therefore, if you make a folder, it doesn't appear in the UI. The functionality is tested and works, but the scanning of root-level files should be implemented first (more importantly, a descision should be taken which files to show). --- src/dlangide/ui/wspanel.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dlangide/ui/wspanel.d b/src/dlangide/ui/wspanel.d index 27a9ed5..695ab3e 100644 --- a/src/dlangide/ui/wspanel.d +++ b/src/dlangide/ui/wspanel.d @@ -103,7 +103,7 @@ class WorkspacePanel : DockWindow { _projectPopupMenu.add(ACTION_PROJECT_SET_STARTUP, ACTION_PROJECT_FOLDER_REFRESH, ACTION_FILE_NEW_SOURCE_FILE, - ACTION_FILE_NEW_DIRECTORY, + //ACTION_FILE_NEW_DIRECTORY, //ACTION_PROJECT_FOLDER_OPEN_ITEM, ACTION_PROJECT_BUILD, ACTION_PROJECT_REBUILD,