https://bugs.kde.org/show_bug.cgi?id=472334
--- Comment #11 from Igor Kushnir <igor...@gmail.com> --- Git commit 02fd1702143b7674442d5fb68dce0504f98b03ad by Igor Kushnir. Committed on 10/02/2025 at 14:30. Pushed by igorkushnir into branch 'master'. Update comments in UiController::switchToArea() The FIXME comment removed in this commit was added in 1131f341418bee1c6331ab09a2ab429724deb0d4 and is long obsolete now, because UiController::switchToArea() usually switches to the specified area in the active main window. Only KDevelop::MainWindowPrivate::newWindow() passes SwitchMode::NewWindow to switchToArea(), but this newWindow() function itself is never called since c4e3e763e9ca779eae0605e3f4e203cd9d51b1be. The added TODO comments explain what needs to be done if/when the multi-window feature is restored. The multi-window feature has been discussed in comments under the linked bug report in recent years. M +7 -2 kdevplatform/shell/uicontroller.cpp https://invent.kde.org/kdevelop/kdevelop/-/commit/02fd1702143b7674442d5fb68dce0504f98b03ad -- You are receiving this mail because: You are watching all bug changes.