Opening a File for Editing

Sometimes you will need to locate a place in one of Scribble’s files that you can’t automatically jump to by using ClassView or WizardBar. The FileView pane of the Project Workspace window provides a way to easily open your project files without using a menu command.

FileView displays the main project folder. By expanding this folder, you can view your project files. You can double-click any of these files to open them inside the text editor.

To open a file for editing

  1. In FileView, expand the top-level project folder, if necessary, to display the project folders.

    Implementation files (.cpp and .rc) can be found under the Source Files folder. Header files (.h) files can be found under the Header Files folder. Bitmaps and icons associated with your project can be found in the Resource Files folder.

  2. Double-click the file in which you want to work.

    The file opens in an editor window.