how to add directories and files to workspace

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
walto
Posts: 5
Joined: Thu Dec 19, 2013 2:17 am

how to add directories and files to workspace

Post by walto »

not sure how to add subdirectories and files in a workspace

by the way is there a user manual
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

not sure how to add subdirectories and files in a workspace

There are at least four ways to create a workspace.

1) You can import Visual Studio solution files and it will create a matching workspace.

2) You can create a workspace by hand.

To do this use the Workspace, New menu to create a new, empty workspace.

Then from inside the Workspace panel right click on different nodes and in the resulting popup menu there are wil be options to add and remove items from the workspace.

3) You can use the Workspace Builder Utility found on the Workspace menu.

That tool will scan folders of the disk for matching files and create a workspace.

4) Finally you can use Windows Explorer to create a workspace.

To do this just create a new workspace with a project then drag and drop files and/or folders onto that project.
by the way is there a user manual
There is only the electronic help (F1 key) but that is far from complete :(

Cheers Jussi
Last edited by jussij on Tue Dec 24, 2013 10:49 am, edited 1 time in total.
walto
Posts: 5
Joined: Thu Dec 19, 2013 2:17 am

Post by walto »

thanks so much. this was great response
Post Reply