 |
Menus
Additional commands are found within the five menus: File, Edit, Sketch,
Tools, Help. The menus are context sensitive which means only those items
relevant to the work currently being carried out are available.
File
New (Ctrl+N)
Creates a new sketch, named as the current date is the format "sketch_YYMMDDa".
Open (Ctrl+O)
Gives the option to open a sketch from anywhere on the local computer or
network, the sketchbook, or to open an example.
Save (Ctrl+O)
Saves the open sketch in it's current state.
Save as... (Ctrl+Shift+O)
Saves the currently open sketch, with the option of giving it a different
name. Does not replace the previous version of the sketch.
Upload to I/O Board (Ctrl+U)
Be default, exports the program to the Wiring I/O Board. After the files are exported, the directory containing the exported files is opened. There is more information about uploading below.
Preferences
Allows you to change some of the ways Wiring works.
Quit
(Ctrl+Q)
Exits the Wiring Environment and closes all Wiring windows.
Edit
The Edit menu provides a series of commands for editing the Wiring files.
Undo (Ctrl+Z)
Reverses the last command or the last entry typed. Cancel the Undo command
by choosing Edit » Redo.
Redo (Ctrl+Y)
Reverses the action of the last Undo command. This option is only available,
if there has already been an Undo action.
Cut (Ctrl+X)
Removes and copies selected text to the clipboard (an off-screen text buffer)
Copy (Ctrl+C)
C opies selected text to the clipboard.
Paste (Ctrl+V)
Inserts the contents of the clipboard at the location of the cursor, and
replaces any selected text.
Select All (Ctrl+A)
Selects all of the text in the file which is currently open in the text
editor.
Find (Ctrl+F)
Finds an occurance of a text string within the file open in the text editor
and gives the option to replace it with a different text.
Find
Next (Ctrl+G)
Finds the next occurance of a text string within the file open in the text
editor.
Sketch
Verify/Compile (Ctrl+R)
Verify the code (compiles the code)
Stop
Stops current activity.
Add File
Opens a file navigator. Select a code files to add it to the sketches "data" directory.
Show Sketch Folder
Opens the directory for the current sketch.
Tools
Auto Format
Attempts to format the code into a more human-readable layout. Auto Format
was previously called Beautify.
Serial Port
Allows to select which serial port to use as default for uploading code to the Wiring I/O Board or monitor data comming from it. The data coming from the Wiring I/O Board is printed in character format in the text area region of the console.
Help
Reference
Opens the reference in the default Web browser. Includes reference for the
language, programming environment, libraries, and a language comparison.
Find in Reference (Ctrl+Shift+F)
Select a word in your program and select "Find in Reference" to
open that reference HTML page.
Visit Wiring (Ctrl+5)
Opens default Web browser to the Wiring homepage.
About
Wiring
Opens a concise information panel about the software.
| |