Some DUChain related questions
Sven Brauch
svenbrauch at googlemail.com
Tue Nov 9 16:38:39 UTC 2010
Hi!
I'm still working on the python plugin, but currently I'm a bit stuck as
there's a few problems I just cannot find the reason for.
- The yellow highlighting does not work if the declaration is inside any
context. http://imgur.com/NlhvM.png -> this works;
http://imgur.com/R0okn.png (i hovered the "password") this does not. The
usebuilder source code:
https://github.com/scummos/kdevelop-python/blob/master/duchain/usebuilder.cpp
- As can be seen in the second image, declarations from the class context
are imported into the function. This is not correct for python. I already
removed the statement of which I thought would do that, but nothing changed.
What to do here? The contextbuilder code:
https://github.com/scummos/kdevelop-python/blob/master/duchain/contextbuilder.cpp#L213
- My UseBuilder.buildUses() calls functions from the contextbuilder. Is
that correct? Looks very strange to me, as this is a seperate build pass.
See: http://imgur.com/HzZeD.png What would I do against that?
Any hints on how to solve those problems would be very welcome.
Thanks and best regards,
Sven
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20101109/92de5af4/attachment.html>
More information about the KDevelop-devel
mailing list