mirror of
https://github.com/buggins/dlangide.git
synced 2025-04-25 20:49:56 +03:00
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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue