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.
Struct parse problem
-
- CodeLite Curious
- Posts: 4
- Joined: Wed Feb 17, 2010 7:34 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Struct parse problem
Indeed, codelite does not parse structs defined inside a function - beside its a bad coding stylejankup wrote:When I define struct in the function, the struct isn't parse and it isn't add into the autocompletion system
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
-
- CodeLite Curious
- Posts: 4
- Joined: Wed Feb 17, 2010 7:34 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Struct parse problem
Yes, its a bad coding style i know, but sometimes when I only test or develop some apps, Im using it.eranif wrote:Indeed, codelite does not parse structs defined inside a function - beside its a bad coding stylejankup wrote:When I define struct in the function, the struct isn't parse and it isn't add into the autocompletion system
Thanks for replay and thenks for Codelite