Author Topic: Semantic highlight  (Read 93959 times)

Offline carra

  • Multiple posting newcomer
  • *
  • Posts: 117
Re: Semantic highlight
« Reply #75 on: March 06, 2014, 02:30:41 pm »
Hi, I have just found about this plugin. This is very interesting.

I want to ask, is there any plan to add the Semantic Highlight plugin as part of the Code::Block release pack? It really is a feature that I miss in C::B compared to some other editors...

apolloneo

  • Guest
Re: Semantic highlight
« Reply #76 on: February 17, 2015, 05:18:40 pm »
The code without c++0x features attached.
One more thing to config: in file CompileOptions.cpp change
#define GCC_VERSION_STR "4.6.3"
to your version (it is used in a workaround for clang using libstdc++).

And don't try to close editors while there are pending changes...
I'm working on it ;)

EDIT: fixed crashes on editor close.

I am using CB for imagecraft AVR firmware coding. I'm very interesting in your plug-in to hightlight user defined functions. Does your plug in support C programing for ImageCraft compiler? If yes, how can I install it on CB? Thanks!