Revision 1a95864...

Go back to digest for 28th October 2012

Features in Development Tools

Milian Wolff committed changes in [kdevplatform] language/codegen/documentchangeset.cpp:

Ensure the old active document is still activated if you e.g. rename two files.

Otherwise we rely on the (random) order of files in the changes hash which
can easily break if you have e.g. foo.h and foo.cpp open (with .h activated)
and rename both. You always want newname.h opened, never newname.cpp.

File Changes

Modified 1 files
  • language/codegen/documentchangeset.cpp
1 files changed in total