Revision afefe3f...
Go back to digest for 19th February 2012Bug Fixes in Development Tools
David Nolden committed changes in [kdevplatform/1.3] sublime/ideal.cpp:
Disable the multiple-toolview support for the 4.3 release
Reason: Inherent bugs which need significant work to be fixed.
Example: Open two equal toolviews (for example 2x konsole),
activate one, switch area, switch back, -> Both are
active instead of one. The problem is that views are
identified purely by their factory-id, which is equal
for toolviews of the same type.
The resulting state with 2 open toolviews looks buggy
and is unexpected and difficult to fix for the user,
this shouldn't happen in a quality release.
File Changes
Modified 1 files
- sublime/ideal.cpp
1 files changed in total