Author Topic: Annoying problems  (Read 2812 times)

Offline LizardKing

  • Single posting newcomer
  • *
  • Posts: 3
Annoying problems
« on: April 26, 2010, 12:15:04 pm »
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

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Annoying problems
« Reply #1 on: April 26, 2010, 12:30:06 pm »
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!]

Offline LizardKing

  • Single posting newcomer
  • *
  • Posts: 3
Re: Annoying problems
« Reply #2 on: April 26, 2010, 12:36:25 pm »
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!

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Annoying problems
« Reply #3 on: April 26, 2010, 12:46:23 pm »
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!]

Offline LizardKing

  • Single posting newcomer
  • *
  • Posts: 3
Re: Annoying problems
« Reply #4 on: April 26, 2010, 12:56:57 pm »
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