Summary: | Show all KTextEditor view bars in a central location disruptive and annoying on multiple screens | ||
---|---|---|---|
Product: | [Developer tools] kdevplatform | Reporter: | Edward Kigwana <ekigwana> |
Component: | editor integration | Assignee: | kdevelop-bugs-null |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | igorkuo |
Priority: | NOR | ||
Version: | git master | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Edward Kigwana
2017-03-17 16:51:20 UTC
true, until we get proper multi-screen support in kdevelop this should get a setting Years later... That one commit arrrg. I am I the only person irritated with the mouse gymnastics? it is worse in wayland where the context menus and popups always got to the next screen over. It still does not make sense especially if one is doing a search and replace, now I have to click into the pane to make sure the displayed search controls are applicable to that pane if my thoughts wander a little :) Milian has agreed that the behavior that annoys you should become optional. But apparently no one has enough time and sufficient motivation to implement the option. You could scratch your own itch and create a merge request. Kate's split views also share a search bar. Is there a similar Kate bug report? Or is this sharing already configurable in Kate? Kate has the same trouble but I did not start using kate regularly until I tried 100% KF6 last month. Likely does not have a bug files on it. Things can get tricky anytime one has multiple monitors. I have had 5+ monitors at work since ~2013 so I've just adapted to the curent behavior. I can think of a couple workable options 1 - Search bar per view 2 - One search bar for all views - One thing that would help is if the associated view tab was highlighted Maybe one of these days I'll work it. > now I have to click into the pane to make sure the displayed search controls are applicable to that pane if my thoughts wander a little :) As discussed under Bug 468703, selecting a split view to search in doesn't always work correctly. > One search bar for all views - One thing that would help is if the associated view tab was highlighted KDevelop aims to always display the search bar associated with the split view that has focus. But the Bug 468703 breaks this association occasionally. Bug 472334 proposes an alternative for split views across monitors: separate editor windows. |