Gudday all
Normally Codelite when it opens 'remembers' the previous project/workspace that I was using. Now it has decided to forget them and gives me the screen shown in the attachment. I was expecting to see the tree structure in the workspace view pane.
Can we find through some history tab was Codelite was using last and reopen it? Or do I need to go the folder I was last in and look for the project/workspace? I can see a *.mk file and a *.project file. Are these the ones I need to have Codelite open or others? Is one better to open that the other?
Lost previous project when reopening Codelite
-
- CodeLite Enthusiast
- Posts: 13
- Joined: Mon Feb 23, 2009 10:05 am
- Location: Australia
- Contact:
Lost previous project when reopening Codelite
You do not have the required permissions to view the files attached to this post.
-
- CodeLite Plugin
- Posts: 819
- Joined: Wed Sep 03, 2008 7:26 pm
- Contact:
Re: Lost previous project when reopening Codelite
Hi,
Or you could look at your own screenshot, where it says "Recently opened workspaces"...
Regards,
David
The only time that's 'supposed' to happen accidentally is if you have 2 instances of CodeLite open at once, one with a workspace, the other with just a file. If you close the instance with the workspace, then remove the file and close the other instance, the next time you open CodeLite it will be "empty", just showing the welcome page.Normally Codelite when it opens 'remembers' the previous project/workspace that I was using. Now it has decided to forget them and gives me the screen shown in the attachment.
Yes, File > Recent Workspaces. Or you can locate workspaces for yourself (unless MSWin is different, they should be <workspace-name>.workspace) and open with Workspace > Switch to Workspace.Can we find through some history tab was Codelite was using last and reopen it? Or do I need to go the folder I was last in and look for the project/workspace? I can see a *.mk file and a *.project file. Are these the ones I need to have Codelite open or others? Is one better to open that the other?
Or you could look at your own screenshot, where it says "Recently opened workspaces"...
Regards,
David
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Lost previous project when reopening Codelite
At this opening screen, there is a list of last open workspaces, just click on yours.Tigers! wrote:Can we find through some history tab was Codelite was using last and reopen it?
Also, make sure that the menu option: 'File -> Load last session on restart' is checked.
Eran
Make sure you have read the HOW TO POST thread