If clicking on a build error in the build log the editor component will scroll to the given position, but it will not receive focus. Cursor keys etc. will still scroll the log window.
Makes sense. This should be fairly trivial. Wanna give it a try?
Git commit 207d850ed3b91c7f0b8a6bb1c624f9cda3b975c0 by Sven Brauch, on behalf of Amish Naidu. Committed on 20/06/2018 at 18:02. Pushed by brauch into branch 'master'. fix bug where activating current view won't focus it When activateView was called with the currently active view, it just returned early, ignoring the focus parameter whether or not it should set the focus. Differential Revision: https://phabricator.kde.org/D13592 M +8 -1 kdevplatform/sublime/mainwindow.cpp https://commits.kde.org/kdevelop/207d850ed3b91c7f0b8a6bb1c624f9cda3b975c0