- The code completion dialog in KDE pops up modal but does not get focus
If you use the non-custom pop-up, it should work right.
Just uncheck the setting in
Settings->Editor->CodeCompletion->Use custom control for code-completion list.
- The search dialog backspace brings the cursor to the beginning of the edit control instead of deleting a char
It has been fixed I think, because I can't reproduce it.
- Sometimes Ctrl-C simply gets ignored .. copying and then pasting often pastes the previous clipboard, I cannot reproduce this in any editor I have
Never happened to me, at least in Windows.
Yes I am still considering that. But I am a bit put back by the fact I have to rearrange my wxWidgets build to be able to build C::B. I know I can use --prefix, is that possible with the make scripts C::B provides?
I don't think you'll have to rearrange nothing to compile it.
There are two methods to build C::B in linux: autotools, and C::B itself, and makes use of wx-config.
The autotools method is pretty standard:
svn checkout svn://svn.berlios.de/codeblocks/trunk
./bootstrap
./configure --enable-contrib
make
make install
After that, you can compile future revisions of C::B with C::B itself, just opening the
CodeBlocks-unix.cbp, clicking
Build, closing C::B, and running the
update script.