Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: mlytvyn on October 14, 2013, 10:32:07 am

Title: Recent C::B does not higlights items like selected one
Post by: mlytvyn on October 14, 2013, 10:32:07 am
Hi all. Recent versions of C::B (at least svn 9393-9399) does not higlight same items as selected one. Also colored class and struct members are not available.
Can I bring these things back?
Title: Re: Recent C::B does not higlights items like selected one
Post by: oBFusCATed on October 14, 2013, 11:11:17 am
Do you have the occurrence highlight plugin installed and enabled?
Title: Re: Recent C::B does not higlights items like selected one
Post by: mlytvyn on October 14, 2013, 11:38:00 am
Do you have the occurrence highlight plugin installed and enabled?
No, I install normally only plugins included into svn.

This should be base feature of C::B.
Title: Re: Recent C::B does not higlights items like selected one
Post by: oBFusCATed on October 14, 2013, 11:43:01 am
This should be base feature of C::B.
It is and it is in SVN. But the code has been extracted in a plugin instead of keeping it in the core application.
Title: Re: Recent C::B does not higlights items like selected one
Post by: mlytvyn on October 14, 2013, 11:51:30 am
Quote
It is and it is in SVN. But the code has been extracted in a plugin instead of keeping it in the core application.

Thanks! There is a plugin installed with codeblocks-contrib deb package. But plugin file name was liboccurrenceshighlighting.so.do_not_load.
Changing name to correct one solves the problem.
Title: Re: Recent C::B does not higlights items like selected one
Post by: oBFusCATed on October 14, 2013, 12:52:06 pm
This is odd. As far as I know this should be part of the core plugins...