This repository has been archived by the owner on Feb 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 69
/
arduino-object-naming.int
executable file
·68 lines (51 loc) · 3.06 KB
/
arduino-object-naming.int
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
##########
#Events
#all the events triggered in the arduino extension
"arduino-event-port-change" : triggered on serial port change, by the users.
"arduino-event-port-serial-get" : get the port array.
"arduino-event-port-network-get" : get the port array.
"arduino-event-port-all-get" : get the port array.
"arduino-event-board-get" : get the port array.
"arduino-event-console-error" : write error messages on the arduino user console.
"arduino-event-console-log" : write log messages on the arduino user console.
"arduino-event-console-success" : write success messages on the arduino user console.
"arduino-event-console-board" : write selected board in the status bar
"arduino-event-console-port" : write selected port in the status bar
"arduino-event-console-clear" : clear console log
"arduino-event-console-show" : open the console window
"arduino-event-console-hide" : close the console window
"arduino-event-console" : open close the console window
"arduino-event-menu-tool-boards" : open the modal window for the board selection.
"arduino-event-menu-tool-ports" : open the modal window for the port selection.
"arduino-event-menu-tool-programmer" : open the modal window for the programmer selection.
"arduino-event-serialmonitor-show" : open the panel with the serial monitor.
"arduino-event-serialmonitor-hide" : close the panel with the serial monitor.
"arduino-event-serialmonitor" : open close the panel with the serial monitor.
"arduino-event-debug" : open close the debug window
"arduino-event-debug-show" : open the panel with the debug windows
"arduino-event-debug-hide" : close the panel with the debug windows
"arduino-event-menu-tool-preferences" : open the modal window for the user's preferences.
##########
#Domains
"org-arduino-ide-domain-serialmonitor" : serial monitor domain name
"org-arduino-ide-domain-discovery" : discovery domain name
"org-arduino-ide-domain-filesystem" : filesystem domain name
"org-arduino-ide-domain-compiler" : compiler domain name
"org-arduino-ide-domain-os" : os domain name
"org-arduino-ide-domain-driver" : driver domain name
##########
#Brackets Commands
"org.arduino.ide.view.serialmonitor.openwindow" : open the serial monitor panel
##########
#Preferences
#the preferences stored in the configuration file. it mantains the user's preference for the ide.
"arduino.ide.serialmonitor.baudrate" : serial monitor baud rate
"arduino.ide.serialmonitor.eol" : serial monitor 'end of file' char
"arduino.ide.serialmonitor.autoscroll" : serial monitor autoscroll flag for the text area.
"arduino.ide.preferences.sketchbook" :
"arduino.ide.preferences.verbosebuild" :
"arduino.ide.preferences.verboseupload" :
"arduino.ide.options.target.port" :
"arduino.ide.options.target.board" :
"arduino.ide.options.target.programmer" :
##########