Revision 4bfb55a...

Go back to digest for 4th May 2014

Features in Development Tools

Denis Steckelmacher committed changes in [kdev-qmljs] /:

Also return the SourceLocation of a QML attribute in getQMLAttribute

This allows the highlighting of "foo" in

Rectangle {
id: foo
}

because DeclarationBuilder is now able to see from where comes the "foo".

REVIEW: 117885

File Changes

Modified 3 files
  •   duchain/declarationbuilder.cpp
  •   duchain/helper.cpp
  •   duchain/helper.h
3 files changed in total