I have used these lines to build it :
sudo ./bootstrap
sudo ./configure --with-contrib-plugins="all,-spellchecker,-BrowseTracker,-FileManager,-NassiShneiderman"
sudo make -j8
sudo make install
I'll try checkout some previous versions to check.
I don't remember which was my previous version but something around 9150.
I saw in the svn log that some work has been done on the "Find" and "Replace" functions, maybe it's coming from here.
EDIT:
I just forgot to say I'm on Linux, and I'm running Ubuntu 12.04 LTS.
Okay, it works now.
As said oBFusCATed, I removed everything from Codeblocks in the /usr/local/.
Then I removed my directory containing the Codeblocks svn.
And I made a completely new checkout in a new directory.
Then here the commands I used :
./bootstrap
./configure --prefix=/home/USER/Codeblocks/
make -j8
sudo rm -r /home/USER/Codeblocks/
mkdir /home/USER/Codeblocks/
make install
As you can see I didn't install all the plugins this time, but I'll do, to see my problem is or not coming from a plugin.