Summary: | Recheck tab repositioning for open files | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Markus Elfring <Markus.Elfring> |
Component: | All editors | Assignee: | kdevelop-bugs-null |
Status: | REOPENED --- | ||
Severity: | normal | CC: | igorkuo, mail |
Priority: | NOR | ||
Version First Reported In: | 5.2.4 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=486967 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Markus Elfring
2018-10-22 21:24:21 UTC
Thank you for reporting this issue in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version? If you can reproduce the issue, please change the status to "REPORTED" when replying. Thank you! (In reply to Justin Zobel from comment #1) I would appreciate a more helpful answer for my clarification request. Have you tried hitting Ctrl+Tab, then pressing Tab until the document you need becomes selected? I think this feature is implemented by Most-Recently-Used Document Switcher plugin. (In reply to Igor Kushnir from comment #3) I am unsure if the switcher plugin would really matter for the reported software behaviour. Did you ever check if the scroll status would be automatically adjusted for the tab list in undesirable ways? Hi, as far as I understand the behaviour you describe is a consequence of the "modified" icon being added to the tab, causing the tab bar to recompute its layout and afterwards ensuring the selected tab is visible. In doing that, it doesn't take the previous tab position into account. That's certainly something that could be improved. That said, both Kate and KDevelop have for years tried various concepts of tab bars and tab bar behaviours. IMO the main takeaway is that they don't really work any more as soon as the size of tabs exceeds the screen width. Stuff like quickopen and the Ctrl+Tab document switcher are simply superior navigation tools UX wise. |