Summary: | Increase Max Number of Quick Open Sessions | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Allen Winter <winter> |
Component: | sessions | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | christoph |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/utilities/kate/commit/4643c9f91c088c6acd15a9c5c3a45accc7a540b5 | Version Fixed In: | |
Sentry Crash Report: |
Description
Allen Winter
2022-03-13 16:15:07 UTC
Hi, yeah, or should we perhaps show all of them? I would assume that most people will anyways have below 100 sessions around and the menu should be able to cope with that. A possibly relevant merge request was started @ https://invent.kde.org/utilities/kate/-/merge_requests/675 Allen, could you try my merge request? Thanks! It provides a recent sessions menu that is just like the current one with the last 10 used ones and a second that provides access to all sessions. Git commit 4643c9f91c088c6acd15a9c5c3a45accc7a540b5 by Christoph Cullmann. Committed on 18/03/2022 at 21:28. Pushed by cullmann into branch 'master'. provide menu with all sessions have two menus for sessions: * one as is, last 10 recently used ones * second one with just all sessions M +1 -1 kate/autotests/sessions_action_test.cpp M +2 -1 kate/data/kateui.rc M +7 -3 kate/katemainwindow.cpp M +7 -3 kate/session/katesessionsaction.cpp M +2 -1 kate/session/katesessionsaction.h https://invent.kde.org/utilities/kate/commit/4643c9f91c088c6acd15a9c5c3a45accc7a540b5 |