News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

gcc-xml for the codecompletion plug in

Started by knue, August 22, 2005, 05:56:39 PM

Previous topic - Next topic

knue

hi,

since you allready have tinyxml in the sourcecode of CB, why not use gccxml for the codecompletion pluginin.
http://www.gccxml.org/HTML/Index.html
perhaps it is useful for you.

fiammy

I think this has been discussed already, but it was about using the GCC precompiler. The reasons why it wasn't really useful were that the GCC compiler isn't good at handling source code with errors in. The code completion should also work on files with errors in, so that rules out the possibility of a compiler frontend I guess.  :o

It seems nice, though.