User forums > Using Code::Blocks

Header/Source switching works one way only

(1/2) > >>

ShureG:
Hi

I am using C::B on a project with an external makefile and the directory structure in which the source files are kept separate from the header files. (The .cc source files are under lib/c++/... and the .h headers are under include/c++/... ). The weird thing is that header/source switching only seems to work one way, i.e.
when I am in lib/c++/somedir/something.cc, F11 takes me to include/c++/somedir/something.h with no problems, but the reverse does not work - C::B asks me if I want to create a source file every time I try to go from header to (existing) source. Any ideas?

ollydbg:
You forget to state the os and the codeblocks version. :D.
I have not meet this problem from header file to implement file and vice versa.

ShureG:
Yes, sorry about that:

OS: Ubuntu 8.04 (Hardy Heron)
C::B Version: 8.02

ollydbg:
I'm using windows.
Why not try a nightly build version? :D
It has many bug fixed from 8.02

ShureG:
I don't have a lot of experience with nightly builds and instructions are not clear on how to use them under Linux

Navigation

[0] Message Index

[#] Next page

Go to full version