Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign
Ceniza's CodeCompletion Project
jfouche:
--- Quote from: ollydbg on March 07, 2009, 03:59:19 pm ---I just installed CodeLite and test it's parser. But, I found that it's parser doesn't work as well as codeblocks'. :( Especially it can't automatically parser the header file, and many bugs.
--- End quote ---
Hi
I'm using codelite because I found that code completion was better than C::B. Can you give me your feedback about bugs you found in codelite code completion ?
FYI, all project files are parsed automatically, and you can add as many directory you want to the auto completion tool (external libs for example). If not in your case, may be a bug, or a misused of codelite.
nanyu:
--- Quote from: jfouche on March 08, 2009, 12:47:20 am ---I'm using codelite because I found that code completion was better than C::B...
--- End quote ---
:D me too! I use code::blocks. But I think the codelite's "code completion " was better.
ollydbg:
@jfouche
I can write a very simple test case.
--- Code: ---#include <stdio.h>
int abcdefg;
int main(int argc, char **argv)
{
printf("hello world\n");
abcd*******************Here
return 0;
}
--- End code ---
code::blocks can give a list, see the screen shot, but Codelite gives nothing. :(
[attachment deleted by admin]
jfouche:
Hi Ollydbg
For me everything is fine, just by pressing CTRL-SPACE.
More over, I would like to say that I love c::b, and I'm always reading the forum, looking for interresting news, specialy about code completion.
--
Jérémie
[attachment deleted by admin]
ollydbg:
@jfouche
You are right, I'm sorry that I'm new to codeLite, so I don't know the short-cut "ctrl + space". (especially, in my windows system, press ctrl + space will do nothing but change the input method :D).
I just do more test, I found that Lex&Yacc works really good! :D
Also, Code::Blocks can really learn from that. :D
Navigation
[0] Message Index
[*] Previous page
Go to full version