Hi!<br><br>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.<br><ul><li>The yellow highlighting does not work if the declaration is inside any context. <a href="http://imgur.com/NlhvM.png">http://imgur.com/NlhvM.png</a> -> this works; <a href="http://imgur.com/R0okn.png">http://imgur.com/R0okn.png</a> (i hovered the "password") this does not. The usebuilder source code: <a href="https://github.com/scummos/kdevelop-python/blob/master/duchain/usebuilder.cpp">https://github.com/scummos/kdevelop-python/blob/master/duchain/usebuilder.cpp</a></li>

<li>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: <a href="https://github.com/scummos/kdevelop-python/blob/master/duchain/contextbuilder.cpp#L213">https://github.com/scummos/kdevelop-python/blob/master/duchain/contextbuilder.cpp#L213</a></li>

<li>My UseBuilder.buildUses() calls functions from the contextbuilder. Is that correct? Looks very strange to me, as this is a seperate build pass. See: <a href="http://imgur.com/HzZeD.png">http://imgur.com/HzZeD.png</a> What would I do against that?</li>

</ul>Any hints on how to solve those problems would be very welcome.<br><br>Thanks and best regards,<br>Sven<br>