Page 1 of 1

Bug with open recent workspace?

Posted: Sun Feb 24, 2013 7:52 am
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

Re: Bug with open recent workspace?

Posted: Sun Feb 24, 2013 10:25 am
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