mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-10 12:56:32 +00:00
Merge pull request #45 from bcmi-labs/new-file-menu-item
Added 'New File' Item in file menu
This commit is contained in:
commit
95c5536060
@ -302,7 +302,6 @@ export class ArduinoFrontendContribution implements TabBarToolbarContribution, C
|
|||||||
registry.unregisterMenuAction(FileSystemCommands.UPLOAD);
|
registry.unregisterMenuAction(FileSystemCommands.UPLOAD);
|
||||||
registry.unregisterMenuAction(FileDownloadCommands.DOWNLOAD);
|
registry.unregisterMenuAction(FileDownloadCommands.DOWNLOAD);
|
||||||
|
|
||||||
registry.unregisterMenuAction(WorkspaceCommands.NEW_FILE);
|
|
||||||
registry.unregisterMenuAction(WorkspaceCommands.NEW_FOLDER);
|
registry.unregisterMenuAction(WorkspaceCommands.NEW_FOLDER);
|
||||||
|
|
||||||
registry.unregisterMenuAction(WorkspaceCommands.OPEN_FOLDER);
|
registry.unregisterMenuAction(WorkspaceCommands.OPEN_FOLDER);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user