Bug with open recent workspace?

CodeLite installation/troubleshooting forum
roberto.perpuly
CodeLite Curious
Posts: 4
Joined: Sat Apr 21, 2012 10:50 pm
Genuine User: Yes
IDE Question: C++
Contact:

Bug with open recent workspace?

Post by roberto.perpuly »

Hi,

I think that the "recent workspaces" button is not working. When I try to open a workspace using the welcome page using it, i get an error.

Open a workspace using the Workspace -> Open workspace menu.
Close CodeLite
Open CodeLite
Go to View -> Show Welcome Page
Click on "Recent Workspaces"
Choose one of the workspaces in the menu.
I get an error:
Could not open workspace file: 'editor - /home/roberto/workspace/mvc-editor/build/codelite/mvc-editor.workspace'

OS: Ubuntu 12.04 64 bit
CodeLite version 5.0.6213
Binary install from apt repository
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Bug with open recent workspace?

Post by eranif »

For now, don't use hyphen in the workspace name

It is used as a separator in the "recent workspcae" to get the file name from the menu entry.

I changed it in git to use "@" instead
Eran
Make sure you have read the HOW TO POST thread
Post Reply