Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => CodeCompletion redesign => Topic started by: corvist on September 11, 2010, 08:11:01 pm

Title: Codelite code completion
Post by: corvist on September 11, 2010, 08:11:01 pm
Codelite's code completion system works nicely. It is using ctags. I wonder why codeblocks takes the hardway :/
Title: Re: Codelite code completion
Post by: oBFusCATed on September 11, 2010, 09:17:40 pm
Search the forum, there was some discussion about that in the past....
Title: Re: Codelite code completion
Post by: corvist on September 12, 2010, 02:22:43 am
The guy was eranif and he coded codelite. :D
CC in Codeblocks feels kinda broken that is why I am using codelite mostly and use codeblocks just for wxsmith.
Title: Re: Codelite code completion
Post by: oBFusCATed on September 12, 2010, 10:51:37 am
If it works for you, so be it :)

CC is reworked at the moment...
Title: Re: Codelite code completion
Post by: ollydbg on September 12, 2010, 01:20:13 pm
CC in Codeblocks feels kinda broken that is why I am using codelite mostly and use codeblocks just for wxsmith.
you can try the cc_branch, and tell us what the exact "kinda broken", and we can try to fix it.

About using the ctags.. There is a discussion on our forum, you can just search it and Why do you think ctags is better? Both ctags and and the parser in CC use same kind of hand made Recursive Descent Parser.

Title: Re: Codelite code completion
Post by: Loaden on September 13, 2010, 01:38:28 am
Any test are welcome!
http://forums.codeblocks.org/index.php/topic,13291.0.html (http://forums.codeblocks.org/index.php/topic,13291.0.html)