News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Codelite code completion

Started by corvist, September 11, 2010, 08:11:01 PM

Previous topic - Next topic

corvist

Codelite's code completion system works nicely. It is using ctags. I wonder why codeblocks takes the hardway :/

oBFusCATed

Search the forum, there was some discussion about that in the past....
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

corvist

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.

oBFusCATed

If it works for you, so be it :)

CC is reworked at the moment...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

ollydbg

Quote from: corvist on September 12, 2010, 02:22:43 AM
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.

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.