mirror of https://github.com/buggins/dlangide.git
Removed action new source file on project root level
As the IDE no longer searches for the source folder, a file cannot be placed here.
This commit is contained in:
parent
2e9304727d
commit
f4f1a6939c
|
@ -102,7 +102,6 @@ class WorkspacePanel : DockWindow {
|
|||
_projectPopupMenu = new MenuItem();
|
||||
_projectPopupMenu.add(ACTION_PROJECT_SET_STARTUP,
|
||||
ACTION_PROJECT_FOLDER_REFRESH,
|
||||
ACTION_FILE_NEW_SOURCE_FILE,
|
||||
//ACTION_FILE_NEW_DIRECTORY,
|
||||
//ACTION_PROJECT_FOLDER_OPEN_ITEM,
|
||||
ACTION_PROJECT_BUILD,
|
||||
|
|
Loading…
Reference in New Issue