@@ -82,21 +82,21 @@ Additional commands are found within the six menus: File, Edit, Sketch, Debug, T
8282 </dd >
8383 <dt >Save</dt >
8484 <dd >Saves the open sketch in it's current state.</dd >
85- <dt >Save as ...</dt >
85+ <dt >Save As ...</dt >
8686 <dd >
8787 Saves the currently open sketch, with the option of giving it a different
8888 name. Does not replace the previous version of the sketch.
8989 </dd >
90- <dt >Export</dt >
90+ <dt >Export Application... </dt >
9191 <dd >
9292 Exports a Java application as an executable file and opens the folder
9393 containing the exported files.
9494 </dd >
9595 <dt >Page Setup</dt >
9696 <dd >Define page settings for printing.</dd >
97- <dt >Print (Ctrl+P) </dt >
97+ <dt >Print... </dt >
9898 <dd >Prints the code inside the text editor.</dd >
99- <dt >Preferences</dt >
99+ <dt >Preferences... </dt >
100100 <dd >
101101 Change some of the ways Processing works. (This item is located in the
102102 Processing menu on Mac OS X.)
@@ -205,7 +205,7 @@ Additional commands are found within the six menus: File, Edit, Sketch, Debug, T
205205 If the code is running, stops the execution. Programs written without using
206206 the draw() function are stopped automatically after they draw.
207207 </dd >
208- <dt >Import Library</dt >
208+ <dt >Import Library... </dt >
209209 <dd >
210210 Adds the necessary import statements to the top of the current sketch. For
211211 example, selecting Sketch » Import Library » pdf adds the statement "import
@@ -258,44 +258,52 @@ Additional commands are found within the six menus: File, Edit, Sketch, Debug, T
258258### Tools
259259
260260<dl >
261- <dt >Create Font... </dt >
261+ <dt >Archive Sketch </dt >
262262 <dd >
263- Converts fonts into the Processing font format (VLW) and adds to the current
264- sketch. Opens a dialog box that gives options for setting the font, its
265- size, if it is anti-aliased (smooth), and which characters to be generated.
266- The amount of memory required for the font is determined by the size
267- selected and the number of characters selected through the "Characters..."
268- menu; Processing fonts are textures, so larger fonts require more image
269- data. Fonts can also be created in the code with the createFont() function.
263+ Archives a copy of the current sketch in .zip format. The archive is placed
264+ in the same folder as the sketch.
270265 </dd >
271266 <dt >Color Selector...</dt >
272267 <dd >
273268 Interface for selecting colors. For each color, the HSB, RBG, and Hex values
274269 are shown. The Hex value can be copied into the clipboard with the Copy
275270 button.
276271 </dd >
277- <dt >Archive Sketch </dt >
272+ <dt >Create Font... </dt >
278273 <dd >
279- Archives a copy of the current sketch in .zip format. The archive is placed
280- in the same folder as the sketch.
274+ Converts fonts into the Processing font format (VLW) and adds to the current
275+ sketch. Opens a dialog box that gives options for setting the font, its
276+ size, if it is anti-aliased (smooth), and which characters to be generated.
277+ The amount of memory required for the font is determined by the size
278+ selected and the number of characters selected through the "Characters..."
279+ menu; Processing fonts are textures, so larger fonts require more image
280+ data. Fonts can also be created in the code with the createFont() function.
281281 </dd >
282- <dt >Install "processing-java" </dt >
282+ <dt >Theme Selector </dt >
283283 <dd >
284- Installs the processing-java program to make it possible to build and run
285- Java mode sketches from the command line .
284+ Interface for selecting themes for Processing, with options to read about
285+ how to create your own themes as well as save them to sketchbook for editing .
286286 </dd >
287287 <dt >Movie Maker</dt >
288288 <dd >
289289 Creates a QuickTime movie from a sequence of images. Options include setting
290290 the size, frame rate, and compression, as well as an audio file.
291291 </dd >
292- <dt >Add Tool ...</dt >
293- <dd >Opens the Tool Manager to browse and install new Tools. </dd >
292+ <dt >Manage Tools ...</dt >
293+ <dd >Opens the Contribution Manager</dd >
294294</dl >
295295
296296### Help
297297
298298<dl >
299+ <dt >About Processing</dt >
300+ <dd >
301+ Opens information about Processing 4
302+ </dd >
303+ <dt >Welcome to Processing</dt >
304+ <dd >
305+ Opens a dialog box containing information that helps a new user get started with Processing
306+ </dd >
299307 <dt >Environment</dt >
300308 <dd >
301309 Opens the reference for the Processing Development Environment (this page)
@@ -311,6 +319,10 @@ Additional commands are found within the six menus: File, Edit, Sketch, Debug, T
311319 Select an element of the Processing language in the text editor and select
312320 Find in Reference to open that page in the default web browser.
313321 </dd >
322+ <dt >Download Offline Reference</dt >
323+ <dd >
324+ Downloads the Processing Offline Reference
325+ </dd >
314326 <dt >Libraries Reference</dt >
315327 <dd >Select from the list to open the reference for compatiable Libraries.</dd >
316328 <dt >Tools Reference</dt >
0 commit comments