Author Topic: What is the extension of workspace?  (Read 3414 times)

hecato

  • Guest
What is the extension of workspace?
« on: August 13, 2006, 06:44:31 am »
Hi there, I whant to save a work space for specific projects... but when I save it, it dosent append the extensión (Using Ubuntu in 64-bits).


I see that cbp is the extensión for projects, but I dont see the extensión of CB workspace...


And an extra question... the paths there are relative?? that is if I copy the workspace with all the folders inside (diferent projects) to other location, there will be no problems??

hecato

  • Guest
Re: What is the extension of workspace?
« Reply #1 on: August 13, 2006, 06:59:40 am »
Solved... the extension is .cbws and the projects are relative...


 :roll:

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: What is the extension of workspace?
« Reply #2 on: August 13, 2006, 10:22:07 am »
.workspace ???

hecato

  • Guest
Re: What is the extension of workspace?
« Reply #3 on: August 13, 2006, 09:13:53 pm »
Yes..., here the screenshoot...



Like you see I have 2 projects in the workspace... ¿?¿?¿?



Hehe, yea, is .workspace  :lol:...

By the way, the problem is when I hit File->Save Workspace...

I can select the name, but when saving the workspace it dosent have an extensión... and when opeing the file with CB, it open it as text instead of have again the view of the workspace like I have saved it...

Code
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_workspace_file>
<Workspace title="Workspace">
<Project filename="codeblocks/ogro/basictuts/t1/t1.cbp" />
<Project filename="codeblocks/ogro/basictuts/t2/t2.cbp" active="1" />
</Workspace>
</CodeBlocks_workspace_file>

That is the content of "basic_tuts", but it is opened as text... because when saved the extension isnt append automatically if not specified (at less in ubuntu 64 6.06 with GNOME).

(edited the whole reply :roll:).
« Last Edit: August 13, 2006, 09:24:40 pm by hecato »