Active Project indicator in .workspace file

General questions regarding the usage of CodeLite
ironhead
CodeLite Enthusiast
Posts: 22
Joined: Mon Mar 30, 2009 3:15 pm
Contact:

Active Project indicator in .workspace file

Post by ironhead »

Since the Active Project indicator is stored int he .workspace file, every time the Active Project changes, it results in the workspace changing. From an svn perspective (assuming you've stored your workspace file), this is a little annoying because it constantly updates. Would it be possible to move the Active Project indicator to the .workspace.session file? As I understand it the .workspace.session file stores the more transient information regrading the Workspace.

I really am enjoying using the 2.0 release, excellent work! :)
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Active Project indicator in .workspace file

Post by eranif »

Not really. We introduced a new file, named <Workspaec_Name>.workspace.<User> (which currently holds information about editor settings) we plan in the future to migrate some data stored in the .workspace to that file

Eran
Make sure you have read the HOW TO POST thread
Post Reply