Page 1 of 1

add WorkspaceParserPaths to .workspace

Posted: Fri Nov 02, 2012 7:34 pm
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