Revision c2b011d...

Go back to digest for 25th May 2014

Bug Fixes in Development Tools

Denis Steckelmacher committed changes in [kdev-qmljs] duchain/parsesession.cpp:

Don't preprend "file://" to local file names, as this prevents DUChain::chainForDocument from finding the file we are looking for

Without this commit, opening KDevelop with QML modules cached in the DUChain
results in KDevelop continuously reparsing them, because it tries to
find file:///..., but adds /... in the DUChain.

File Changes

Modified 1 files
  • duchain/parsesession.cpp
1 files changed in total