Summary: | Remember order of closed document tabs/views | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | JATothrim <jarmo.tiitto> |
Component: | UI: general | Assignee: | kdevelop-bugs-null |
Status: | REPORTED --- | ||
Severity: | wishlist | CC: | igorkuo |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=400168 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
JATothrim
2024-05-13 14:23:14 UTC
Managing tab order is difficult and time-consuming. Do you manually arange tabs in your preferred order? My tabs usually end up in quite a mess of an order, because I tend to go on document-opening spree by Ctrl+clicking identifiers often. Then I have to close all files from time to time to prevent severe IDE slowdown. I generally use Quick Open or Ctrl+Tab rather than the tab bar to switch between documents faster. (In reply to Igor Kushnir from comment #1) > Do you manually arange tabs in your preferred order? My tabs usually end up in quite a mess of an > order, because I tend to go on document-opening spree by Ctrl+clicking > identifiers often. Then I have to close all files from time to time to > prevent severe IDE slowdown. I generally use Quick Open or Ctrl+Tab rather > than the tab bar to switch between documents faster. Yes, and after "document opening spree" (usually because of debugging, or trying to find a definition) I have to re-arrange or close most of the tabs. The reorganizing becomes nearly impossible after 20 or so tabs, because the tabs keep opening at "wrong places". Thus, I keep only 6 or so documents manually arranged, and when KDevelop decides to insert new tabs in between those, it becomes annoying. Ctrl-clicking isn't always helpful either, and some times I get dubious results. So it's easier to just keep the correct document open, and switch between them. (In reply to JATothrim from comment #2) > Thus, I keep only 6 or so documents > manually arranged, and when KDevelop decides to insert new tabs in between > those, it becomes annoying. Then maybe you should make use of working sets (the button in the top right corner, near the area switch button). First Stash those 6 documents in a working set. Then Add All to reopen them. At this point you'll have a current working set and an identical backup working set. After you open many unwanted documents, just Close All documents and Add All from the backup working set. You can also back up [Working File Sets] config entries from sessionrc and restore them manually. |