Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: mmkider on October 09, 2005, 02:00:47 pm

Title: Will code-completion provide a plug-in such as the defined symbol datebase ?
Post by: mmkider on October 09, 2005, 02:00:47 pm
Will code-completion provide a plug-in such as the defined symbol datebase for C++ and other?
If it's , Codeblocks is  a petty good tool.
Title: Re: Will code-completion provide a plug-in such as the defined symbol datebase ?
Post by: mandrav on October 09, 2005, 04:36:33 pm
I don't really understand what you 're asking here...
Maybe you can elaborate?
Title: Re: Will code-completion provide a plug-in such as the defined symbol datebase ?
Post by: mmkider on October 09, 2005, 05:28:41 pm
I mean codeblocks maybe provide a approach for c++ class symbol and other's  without parsing source code.
If symbol would be defined and constant such as c++ class and function symbol, it maybe have another way
to display member function without parsing source code.
I think if it can build-in c++ and wx's class symbol  via special files.
Title: Re: Will code-completion provide a plug-in such as the defined symbol datebase ?
Post by: mandrav on October 09, 2005, 05:37:57 pm
Code-completion is provided by a plugin and it does parse source code.
If you want to create another code-completion plugin which uses other means to get access to symbol data (like from a tags file), that's fine with me (and I guess with everyone). It 'd be nice to have an alternative plugin for code-completion/class-browsing...
Title: Re: Will code-completion provide a plug-in such as the defined symbol datebase ?
Post by: takeshimiya on October 12, 2005, 06:30:01 am
I'd suggest CTags or what SciTE uses, so you'll have autocompletion for a lot of languages and APIs (PHP, lua, etc).