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:
Post
by jankup » Wed Feb 17, 2010 7:43 pm
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.
eranif
CodeLite Plugin
Posts: 6376 Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:
Post
by eranif » Wed Feb 17, 2010 7:49 pm
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
jankup
CodeLite Curious
Posts: 4 Joined: Wed Feb 17, 2010 7:34 pm
Genuine User: Yes
IDE Question: C++
Contact:
Post
by jankup » Wed Feb 17, 2010 8:56 pm
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