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
»
User forums
»
Help
»
Code completion failed
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Code completion failed (Read 4622 times)
cfriend
Guest
Code completion failed
«
on:
December 31, 2005, 12:10:32 pm »
Hi
I try some code in order to test the IDE and I see that code completion is not working well inside the editor
For example It shows functions that I have delete. Thats is it is not updated well (Is there any shortcut to force to do the update ?)
Most happen when I declare not inline functions ex void TestClass::[It is here tha shows deleted functions].
But if I declare an object in code say TestClass rt; rt.[This work well]
It is not working with namespace std (even if I add a using declaration ). Is there any way to happen?
Thanks (it is a nice project maybe I take a look into code)
Logged
thomas
Administrator
Lives here!
Posts: 3979
Re: Code completion failed
«
Reply #1 on:
December 31, 2005, 02:21:52 pm »
The code completion plugin parses on-disk files, not in-memory editors. Also, it does currently not work with standard C++ headers. Namespaces are supported, only the effect of the keyword
namespace
is not implemented yet.
Logged
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Help
»
Code completion failed