View menu

View menu

The View menu provides commands relating to the display and behaviour of screen elements, and allows you to view information about your program and the emulated Spectrum.

Toolbar

Shows or hides the toolbar which contains shortcut buttons to the more common of BasinC's editor operations.

Status Bar

Shows or hides the status bar at the bottom of the editor window.

Syntax Helper

Shows or hides the syntax helper.This is a useful tool which evaluates the "correctness" of your program line as you type - errors are highlighted in red, enabling you to spot errors before you commit the line to memory.

Character Ruler

Shows or hides the character ruler.

Program Information

This window will display information about your program - how large it is in memory, how many variables you currently have declared and their usage of available memory. Also how much memory remains available to you for programming. Bear in mind that the system variable RAMTOP is used to calculate this figure.

ZX Printer Output Window

Shows or hides the ZX printer output window, from where you can send the current output to a file on disk (in windows .bmp format) or to your real PC printer.

Command History

Shows or hides the Command History window - contains a list of all direct commands which have been entered into BasinC for this session.

Last Error

Displays the most recent BASIC error message and its description, in the error dialog.

Debug Windows

Opens a submenu that allows you to show or hide the debug windows. See the section entitled "debugging your programs" for a more in-depth discussion of this powerful aspect of BasinC.

Display Window

Opens a submenu that controls the size and visibility of the display window.

Expression Evaluator

Shows or hides the Expression Evaluator window, where you can enter a BASIC expression and view its result.