Menu Item | Effect |
New | Create a new source file. |
Open | Open an existing source file. |
Close | Close current source file. |
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. |
Recent Files | Reopen a recently used source file. |
Project Manager | Open the project manager panel. |
Import BB Project | Import and convert a BlitzPlus or Blitz3D project. |
Options | Open the options panel. |
Exit | Close down and exit the IDE. |
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. |
Select All | Select all text in current source file. |
Block Indent | Indent the currently highlighted block. |
Block Outdent | Unindent the currently highlighted block. |
Find | Find text in the current source file. |
Find Next | Find next occurance of text. |
Replace | Find and replace text. |
Goto Line | Go to a line in the 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). |
Command Line | Specify command line options for BlitzMax apps. |
Step | In debug mode, step over next program statement. |
Step In | In debug mode, step into next program statement. |
Step Out | In debug mode, step out of current block or function. |
Halt | Stop current build or program run. |
Build Options: Quick Build | Enable or disable quick builds. The quick build feature causes the compiler to only recompile modified files. |
Build Options: Debug Build | Enable or disable debug builds. Debug builds performing extra error checking at runtime, at the cost of some execution speed. |
Build Options: Build GUI App | Instructs BlitzMax to build a 'GUI' application. Disable this if you are building a lightweight, text-only applications. |
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. | |
Build Modules | Build any recently modified modules. |
Rebuild All Modules | Rebuild all modules from scratch. |
Synchronize Modules | Perform an online update of all Blitzmax modules. |