News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Annoying problems

Started by LizardKing, April 26, 2010, 12:15:04 PM

Previous topic - Next topic

LizardKing

Hi there,

Sorry if this has been posted already, but I can't seem to find an answer in the forums. I'm using Code::Blocks 8.02 on Kubuntu. I have encountered some problems that I find very annoying.

First:

Workspace doesn't seem to remember any of the projects I have, thus, every time I use Code::Blocks  I have to re-open every project I need.

Second and worst:

Code::Blocks won't remember the build options. I have several SDL projects in which I include some libraries in the linker, but every time I reopen the project, those build options are lost and I have to retype -lXXX -lXXX ....really really annoying.

Any clues about the reasons of this behaviour?

Thanks in advance,
Alex

oBFusCATed

1. Right click on the root of the project tree (the workspace label) -> save workspace, then you open the resulting workspace to reload all projects
2. Not sure what you mean and here CB remember all project options.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

LizardKing

Hi,

So I have to save the workspace manually before closing CB?

What I mean with my second question is that if I go to Project Options -> Build Options -> Linker, all my linkages are gone...

Thanks!

oBFusCATed

1.Yes you should save a workspace to create it.
2.Are you sure you save your project after you have modified it?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

LizardKing

Ok, the workspace saving seems to work and also it seems to solve the second problem too.

Works like a charm now, thanks!!

Best regards,
Alex