-
Notifications
You must be signed in to change notification settings - Fork 1
Main window
ivmartel edited this page Dec 1, 2011
·
3 revisions
This is the main (and only) window of StartNewModule. The different fields are:
- Name: The name of the module to create,
- Root path: The path where to create the module,
- Type: The type of module to create, can be 'Project', 'Library', 'GIMIAS Plugin', 'GIMIAS Plugin Widget', 'ThirdParty' or 'CommandLine Plugin'.
-
Toolkit csn file: The location of the Toolkit csn file (csnMyToolkit.py), this is the file that contains all the python definitions (
def) for all your modules, for exampledef MyLib(): .... -
Gimias csn file: The location of the Gimias csn file (csnGIMIAS.py), valid for a 'GIMIAS Plugin'. This is the file that creates the Gimias application, containing the line:
... = CreateGimiasApp(). - Gimias version: The Gimias version to be compatible with. Valid for a 'GIMIAS Plugin' or 'GIMIAS Plugin Widget'.
Once all enabled fields are filled, you can press the Start New Module button to create your module.

Back to the User Guide.