Recursion in search Path - have I missed something

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
AlanF
Posts: 8
Joined: Mon Dec 18, 2006 4:23 am

Recursion in search Path - have I missed something

Post by AlanF »

In the Workspace->Options->General there is a search path field. To ensure that when I double click on the Error line of the compiler output it jumps to the error code, I find that I have to explicitly specify ever possible directory that a file might be in. Given our moderate structure with a project that contains a src and lib each of which has at least an include, a resource and a resource/eng in it and the lib having three modules in it which have a similar sub structure, it is all a bit tedious to enter. Is there a general "always recurse down directories" somewhere that I have missed ?

TIA

Alan
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

Is there a general "always recurse down directories" somewhere that I have missed ?

Unfortunately not :(

But Zeus will use the INCLUDE environment variable when searching for files, so you might find it easier to define the search path using this approach ;)

In addition, provided the file being searched for is listed in the current project/workspace, Zeus will manage to find and load the file on error. Using the Workspace,Workspace Builder menu to very easy to create a project/workspace ;)

Cheers Jussi
Post Reply