Author Topic: Recent C::B does not higlights items like selected one  (Read 5549 times)

Offline mlytvyn

  • Single posting newcomer
  • *
  • Posts: 3
Recent C::B does not higlights items like selected one
« 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?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Recent C::B does not higlights items like selected one
« Reply #1 on: October 14, 2013, 11:11:17 am »
Do you have the occurrence highlight plugin installed and enabled?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline mlytvyn

  • Single posting newcomer
  • *
  • Posts: 3
Re: Recent C::B does not higlights items like selected one
« Reply #2 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.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Recent C::B does not higlights items like selected one
« Reply #3 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.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline mlytvyn

  • Single posting newcomer
  • *
  • Posts: 3
Re: Recent C::B does not higlights items like selected one
« Reply #4 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.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Recent C::B does not higlights items like selected one
« Reply #5 on: October 14, 2013, 12:52:06 pm »
This is odd. As far as I know this should be part of the core plugins...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]