mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-09 10:28:32 +00:00
chopped up the FE contribution
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
@@ -24,20 +24,10 @@ export namespace ArduinoCommands {
|
||||
id: 'arduino-toggle-compile-for-debug'
|
||||
};
|
||||
|
||||
export const SHOW_OPEN_CONTEXT_MENU: Command = {
|
||||
id: 'arduino-show-open-context-menu',
|
||||
label: 'Open Sketch',
|
||||
category
|
||||
};
|
||||
|
||||
export const OPEN_FILE_NAVIGATOR: Command = {
|
||||
id: 'arduino-open-file-navigator'
|
||||
};
|
||||
|
||||
export const OPEN_SKETCH: Command = {
|
||||
id: 'arduino-open-file'
|
||||
};
|
||||
|
||||
/**
|
||||
* Unlike `OPEN_SKETCH`, it opens all files from a sketch folder. (ino, cpp, etc...)
|
||||
*/
|
||||
@@ -45,23 +35,6 @@ export namespace ArduinoCommands {
|
||||
id: 'arduino-open-sketch-files'
|
||||
};
|
||||
|
||||
export const SAVE_SKETCH: Command = {
|
||||
id: 'arduino-save-sketch'
|
||||
};
|
||||
|
||||
export const SAVE_SKETCH_AS: Command = {
|
||||
id: 'arduino-save-sketch-as'
|
||||
};
|
||||
|
||||
export const NEW_SKETCH: Command = {
|
||||
id: 'arduino-new-sketch',
|
||||
label: 'New Sketch',
|
||||
category
|
||||
};
|
||||
export const NEW_SKETCH_TOOLBAR: Command = {
|
||||
id: 'arduino-new-sketch-toolbar'
|
||||
};
|
||||
|
||||
export const OPEN_BOARDS_DIALOG: Command = {
|
||||
id: 'arduino-open-boards-dialog'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user