Projects
Creating a New Project:
- Select the "Project->New..." menu item.
- Enter the name of the project.
- Enter your project directory (ie: /foo/myprojects).
- Enter the authors name (optional).
- Choose the primary programming language for the project.
- Click the "Create" button.
Opening an Existing project:
- Select the "Project->Open..." menu item.
- Locate the *.hide project file and open it.
Adding Files to a Project:
Existing File...
- Select the "Project->Add File..." menu item.
- Locate the file that you want to add.
New File...
- Select the "Project->Add New File..." menu item.
- Enter a name for the new file and save it.
Removing a File from a Project:
- Select the "Project->Remove File..." menu item.
- Select the file you wish to remove from the list.
- Click the "Remove" button.
Building a Project:
- Select the "Project->Build" menu item.
Project Configuration:
C\C++...
Compile Options - Options that are passed to gcc\g++.
Build Options - Options that are passed to gcc\g++ during the
linking stage.
Automake - Controls if a makefile is generated or not.
Java...
Compile Options - Options that are passed to javac.