[kdev-qmljs] /: Register uses of declarations in the proper contexts

Sven Brauch svenbrauch at googlemail.com
Wed Jul 9 12:04:50 UTC 2014


On Wednesday 09 July 2014 11:39:48 Milian Wolff wrote:
> Are you sure that a declaration should _not_ be a use? Afaik in other 
> languages, the declaration is also a use, but maybe I'm mistaken?
In Python it is not:
 if ( declaration && declaration->range() == useRange ) return;
and it works fine there.

Greetings!


More information about the KDevelop-devel mailing list