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).
This commit is contained in:
Zevenberge 2017-12-02 22:07:46 +01:00
parent 39ac4deb5d
commit 2cd4bc1416
1 changed files with 1 additions and 1 deletions
src/dlangide/ui

View File

@ -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,