User forums > Using Code::Blocks

new to code::blocks, some questions

(1/3) > >>

ronron24:
I am working with code::blocks (12.11) for a few days. I am satisfied with it, but I have a few problems. Maybe there is some fix/workaround for it.

1. Sometimes it crashes when building the project (at least 1 or 2 times within 4 hours, means 20 - 30 builds). I am using custom makefiles. I can not reproduce this. It seems the probability for a crash is higher if I change the makefile.

2. I have split-ed the editor screen vertically to view 2 files at the same time. After closing and restarting the IDE the split is not active anymore. That is annoying. Couldn't find a option.

3. It seems code completion is not working for c++0x features, like strongly typed enumerations ?

4. I have copied my compiler toolchain to make a setup for MinGw64.  Assigning the new compiler in the project build options is no problem. Assigning/Using the original compiler is no problem too. But saving the latter corrupts the cbp file. After restarting a crash window pops up.
I have found a workaround for this. I have simply copied the compiler 2 times and don't use the original compiler in the build options.

So that are all problems I have encountered.

Jenna:
2. This is a limitation of the actual wxAui, no workaround for that. Sorry !

oBFusCATed:
3. Should be fixed in the nightlies
4. Can you try to reproduce this in the latest nightly and provide the steps to reproduce it.

ronron24:
I have installed the nightly.

3. not working:


--- Code: ---namespace Test1 {
    struct Test2 {
       enum class Test3 : unsigned {
          Test4
      };
   };
}

--- End code ---

code completion ends after Test2

4. is working in nightly, thanks

oBFusCATed:
For 3 can you try without the namespace?

Navigation

[0] Message Index

[#] Next page

Go to full version