Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: blueshake on October 06, 2008, 03:04:00 pm
-
hi,
I found that when I create a new class,the code completion can not realize it except I save it or build
how can I fix the problem,and can the code completion add this funtion,it is when I type ([{ ,it can autocally complete )]} just like visual assist or eclipse.thanks for your answer.
-
except I save it or build
If you don't save you have no chance. CC (re-)parses the file only if it is saved (btw: when you compile you save the file first, too).
-
I work with Qt4.
C::B's Codecompletion plugin cann't works!
if I type 'Q', C::B will give some tips.eg. QT_OBJECT,QString,QChar,and so on. that is good. but C::B can't.
I guess I must change some settings in C::B. but I not find.
help.
-
I found the code completion is a very important function .It can save you a lot of time.I expect somebody
who the ablity to improve the funtion of code completion.Thanks for your work.