Opening a File
Posted
by Brian MacKay
on August 8th, 1998
You can open a file either:
- by typing the name in the normal "find" combo-box on the toolbar, or
- by selecting the filename as text within an edited document,
and pressing <Ctrl>+<Shift>+G. If the file exists in the project or is "findable" using the normal include path mechanisms, the file will open for editing inside the IDE.

Comments
Additional tip
Posted by Legacy on 02/09/1999 12:00amOriginally posted by: Chetan
If you right click over the
#include <<filename>>
you can open most of the file too.
Reply