Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: darksquall57 on September 02, 2014, 10:45:14 am

Title: [FIXED] Occurences Highlight : not working anymore
Post by: darksquall57 on September 02, 2014, 10:45:14 am
Hi,

I noticed after updating my version to svn 9896 that the occurences highlight is not working anymore.
In my previous version ( I don't remember the version number ), I was able to double click on a work and see all occurences of this word in the current file being highlighted in red.
That's a extremely useful option, and I'm sad it's not working anymore.
Title: Re: Occurences Highlight : not working anymore
Post by: Jenna on September 02, 2014, 11:12:30 am
In 9900 it's still working.
Did you recognize that it's a seperate plugin since some months.
Title: Re: Occurences Highlight : not working anymore
Post by: darksquall57 on September 02, 2014, 01:10:49 pm
No I didn't know that.

Here is my configure command when I install Codeblocks.

./configure --prefix=`echo ~`/Codeblocks/ --with-contrib-plugins="all,-spellchecker,-BrowseTracker,-FileManager,-NassiShneiderman"

I think the plugin you're talking about is compiled too.
When I go in "Settings => Editor" I can see the "Occurences Highlight" part. And all checkbox are checked, and the "minimum selected length" is set to 3.

I can't figure out why it's not working here.

I'll make an update and see if it fix it.

EDIT: I confirm it works again in svn 9903, thanks jens :D