Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
Will code-completion provide a plug-in such as the defined symbol datebase ?
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Will code-completion provide a plug-in such as the defined symbol datebase ? (Read 6887 times)
mmkider
Almost regular
Posts: 150
Will code-completion provide a plug-in such as the defined symbol datebase ?
«
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.
Logged
mandrav
Project Leader
Administrator
Lives here!
Posts: 4315
Re: Will code-completion provide a plug-in such as the defined symbol datebase ?
«
Reply #1 on:
October 09, 2005, 04:36:33 pm »
I don't really understand what you 're asking here...
Maybe you can elaborate?
Logged
Be patient!
This bug will be fixed soon...
mmkider
Almost regular
Posts: 150
Re: Will code-completion provide a plug-in such as the defined symbol datebase ?
«
Reply #2 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.
Logged
mandrav
Project Leader
Administrator
Lives here!
Posts: 4315
Re: Will code-completion provide a plug-in such as the defined symbol datebase ?
«
Reply #3 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...
Logged
Be patient!
This bug will be fixed soon...
takeshimiya
Guest
Re: Will code-completion provide a plug-in such as the defined symbol datebase ?
«
Reply #4 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).
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
Will code-completion provide a plug-in such as the defined symbol datebase ?