Chapter 1: Welcome to Inform
1.10. The Inspector

The Inspector window on the Mac OS X interface for Inform is a small separate panel providing additional features designed for use with Inform 6 projects, which this manual does not talk about. On other platforms (notably Windows and Linux), Inform is not designed to support Inform 6, and therefore does not have an Inspector window.

The Inspector window is a small separate panel which contains a number of useful ways to look into the project - to inspect it, in fact. This is not the place to document everything the Inspector does, because many of its features are designed for use with Inform 6 ("I6") projects, which this manual does not talk about: what this manual calls Inform is Inform 7 ("I7"). For the same reason, it is not normally open for I7 projects, but can be opened from the Window menu, and its palette of utilities can be selected from the Preferences.

Project Files - I7 projects generally keep their source text in a single file organised internally with headings and subheadings: whereas older I6 projects organised their sources by cutting them into numerous separate files. This panel allows us to switch between those source files, so although it is an essential tool for I6 users, I7 users can leave it closed.

Notes - A place where we can type any aides-memoires, notes to ourselves about what to do next, etc.: a sort of scratchpad associated with the project.

Index - A contents page for the project, listing all its headings and subheadings. Clicking on one jumps the source panel to the relevant point in the source. While you can see a fuller list of contents from the Contents tab of the Index pane in the main window, this is more concise and may be convenient to keep open, especially if you have a wide screen.

Skein - A more condensed view of the same Skein shown in the main window panel. (Seeing it here allows us to have this open at the same time as two different panels are open on the main window, and it takes less screen space here.)

Watch Expressions - Part of the I6 source-level debugger, so not useful for I7 projects.

Breakpoints - Ditto.

Search Files - This searches not only the source code, but also the documentation and even the extensions for all references to given text. Search results are produced in a fresh window and clicking on each result jumps the source (or the documentation) there. For instance, searching for "stegosaurus" will almost always bring us to the present page, which is the only one in the documentation containing that word.


PreviousContentsNext