Workspace questions

Get help with the installation and running of the Zeus IDE. Please do not post bug reports or feature requests here. When in doubt post your question here.
Post Reply
paul3d
Posts: 5
Joined: Tue Oct 05, 2010 12:37 am

Workspace questions

Post 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
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post 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
paul3d
Posts: 5
Joined: Tue Oct 05, 2010 12:37 am

Post by paul3d »

Ok Thanks

Paul
Post Reply