add WorkspaceParserPaths to .workspace

General questions regarding the usage of CodeLite
underdoeg
CodeLite Enthusiast
Posts: 16
Joined: Sun May 01, 2011 11:43 pm
Genuine User: Yes
IDE Question: c++
Contact:

add WorkspaceParserPaths to .workspace

Post by underdoeg »

hi

I saw that WorkspaceParserPaths are added to the workspace.username file. This makes sense since not every user will have the same paths to his libraries.

But I am working on a project template file for openframeworks which has a rather strict folder structure, so I know that the WorkspaceParserPaths paths will be the same on every computer. So it is kind of a repetitive task to add all the include folders on every system.

So is there a way to store the WorkspaceParserPaths in the .workspace file instead of the workspace.username file?

thanks, philip