FitAllB perspective is divided into 3 parts:
- Project Navigator : manages files and project for your data
- Editor Area: Area where Text editors open
- Console view: where output message from python program or from the gui are displayed
Project Navigator
Create a new project
To create a new project, you can use the project wizard. To open the project generation wizard, select File->Other...
or right click in the project navigator to open the pop-up menu, and select new -->project.
A Dialog box opens. Select item General/Project:
Then follows the instructions and be careful of the project disk location selected by default.
When you have your new project created, you can import files. Don' t forget to refresh the project navigator to display the new files generated by the program.
Import an existing project into the navigator File->Import
If you have already created a Fable project and the navigator doesn' t show it, you can import your project again.
In the Fable menu, selefct File --> import and follow the instructions.
Input file Editor
A fitallb text editor is a file editor with synthaxic colorization (see image below).
- Comments are in grey bold if they are on a new line,
- Comments are in grey italic if they comment a key and value,
- Key words recognized by the program are in bold red,
- Text values are in green,
- And the others in default color which is dark.
If you change the text, a star appears in the top bar of the editor. You can either use CTRL+S to save the file or use the buttons or the menu.
You can save as the file too.
Open a text editor
Menu Fable/File
Open a file from Fable Menu File/Open File.... and select a Fitallb input file ".fit" to open a fitallb editor.
Menu FitallB
In the menu fitallb, select 'Open a fitallb input file'.
Then in the file dialog box, select a fit file.
From the project Navigator
If you select a file in the Project Navigator, you can opens a fitallb input file ('.fit' extension) which you can recognized with the image by double clicking.
You can select an other input file, even if this one doesn' t have 'fit' extension, then right click. Then select item 'Input Editor for FitallB'.
A fitallb text editor opens.
And this text editor still have the same icon on its top bar.
Console
Console displays error messages if a error occurs during fitallb and output messages from the program.
Wizard