Page 1 of 1

Struct parse problem

Posted: Wed Feb 17, 2010 7:43 pm
by jankup
Hi, I am Peter, Studen form Czech Republic. At first time I'm sorry for my bad english.

I'm using codelite for few months, and i find one small bug. When I define struct in the function, the struct isn't parse and it isn't add into the autocompletion system. I'm using Codelite v2.2.0.3681.


Except this small bug the Codelite is excelent. A lot of thanks for it. ;-)

Re: Struct parse problem

Posted: Wed Feb 17, 2010 7:49 pm
by eranif
jankup wrote:When I define struct in the function, the struct isn't parse and it isn't add into the autocompletion system
Indeed, codelite does not parse structs defined inside a function - beside its a bad coding style :)

I dont think that this will be supported by codelite anytime (if at all). However, a patch is most welcomed
Eran

Re: Struct parse problem

Posted: Wed Feb 17, 2010 8:56 pm
by jankup
eranif wrote:
jankup wrote:When I define struct in the function, the struct isn't parse and it isn't add into the autocompletion system
Indeed, codelite does not parse structs defined inside a function - beside its a bad coding style :)
Yes, its a bad coding style i know, but sometimes when I only test or develop some apps, Im using it.

Thanks for replay and thenks for Codelite ;-)