Page 1 of 1

Workspace questions

Posted: Tue Oct 05, 2010 4:55 pm
by paul3d
1. Can you set the default search folder to the root of the Workspace?
I have about 10 different workspaces I switch between - so it would be helpful to have the search folder default to the root of the workspace.


2. Also - I'm using the Workspace 'Import' to import a Visual Studio workspace - and the project has a few different configurations - but the import didn't seem to get all the configurations? - It did import the workspace and I think the debug and release configurations - but not any of the others.

3. And - how to add another configuration to the 'Projects' - directly in Zeus.

Thanks again for a great program!!

Paul

Posted: Tue Oct 05, 2010 11:18 pm
by jussij
Hi Paul,
1. Can you set the default search folder to the root of the Workspace?
Yes. Use the Workspace, Options menu and in the General section use the Search Path edit field.

Also if close the current workspace and repeat the steps above then the change will be made to the Default Workspace, which should mean it is then common to all workspaces.

Note: By default all the project folders automatically will get added to the search path so you would not have to add these.
I have about 10 different workspaces I switch between - so it would be helpful to have the search folder default to the root of the workspace.
It should also be possible to use a macro tag in this edit field, so for example using the $WDIR macro tag will map to the folder of the currently open workspace.

For more examples of macro tags see the zScript\ztag.lua macro script.
2. Also - I'm using the Workspace 'Import' to import a Visual Studio workspace - and the project has a few different configurations - but the import didn't seem to get all the configurations? - It did import the workspace and I think the debug and release configurations - but not any of the others.
Zeus only has Debug and Release configuration modes :(
3. And - how to add another configuration to the 'Projects' - directly in Zeus.
I don't think there is any way to do this at present :(
Thanks again for a great program!!
Thanks. I'm glad you like it :)

Cheers Jussi

Posted: Wed Oct 06, 2010 10:57 pm
by paul3d
Ok Thanks

Paul