Menu Item | Effect |
New | Create a new source file. |
Open | Open an existing source file. |
Open Recent | Reopen a recently used source file. |
Close | Close current source file. |
Close All | Close all open source files. |
Save | Save current source file to disk. |
Save As | Save current source file to disk under a different name. |
Save All | Save all open source files to disk. |
Next File | Switch to next open source file. |
Previous File | Switch to previous open source file. |
Page Setup | Select various options for printing. |
Print | Print current source file or help page. |
Menu Item | Effect |
Undo | Undo most recent source file edit. |
Redo | Redo most recently undone source file edit. |
Cut | Cut selected text from current source file. |
Copy | Copy selected text from current source file. |
Paste | Paste text into current source file. |
Delete | Delete text from current source file. |
Select All | Select all text in current source file. |
Find | Find text in the current source file. |
Find Next | Find next occurance of text. |
Find Previous | Find previous occurance of text. |
Goto Line | Go to a line in the current source file. |
Customize Toolbar | Modify toolbar layout. |
Special Characters | Insert special characters into current source file. |
Menu Item | Effect |
Build | Build the current source file (or locked build file). |
Build And Run | Build and run the current source file (or locked build file). |
Stop Program | Stop current build or program run. |
Lock Build File | Lock the current source file for future build and build and run operations. This can be useful if you have a multifile project and are editing several source files but only ever rebuilding one of them. |
Unlock Build File | Unlock the currently locked build file. | |
Quick Build | Enable or disable quick builds. The quick build features causes the compiler to only recompile modified files. |
Debug Build | Enable or disable debug builds. Debug builds performing extra error checking at runtime, at the cost of some execution speed. |