Struct parse problem

Discussion about CodeLite development process and patches
jankup
CodeLite Curious
Posts: 4
Joined: Wed Feb 17, 2010 7:34 pm
Genuine User: Yes
IDE Question: C++
Contact:

Struct parse problem

Post 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. ;-)
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Struct parse problem

Post 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
Make sure you have read the HOW TO POST thread
jankup
CodeLite Curious
Posts: 4
Joined: Wed Feb 17, 2010 7:34 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Struct parse problem

Post 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 ;-)
Post Reply