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:
Zevenberge 2017-12-02 22:45:46 +01:00
parent 2e9304727d
commit f4f1a6939c
1 changed files with 0 additions and 1 deletions

View File

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