Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: knue on August 22, 2005, 05:56:39 pm

Title: gcc-xml for the codecompletion plug in
Post by: knue on August 22, 2005, 05:56:39 pm
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.
Title: Re: gcc-xml for the codecompletion plug in
Post by: fiammy on August 23, 2005, 10:07:29 am
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.