https://bugs.kde.org/show_bug.cgi?id=426520
Christoph Cullmann <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/util | |ities/kate/commit/14e0da664 | |a2733dee652795323b128ecbcf8 | |5c5c Status|ASSIGNED |RESOLVED --- Comment #4 from Christoph Cullmann <[email protected]> --- Git commit 14e0da664a2733dee652795323b128ecbcf85c5c by Christoph Cullmann. Committed on 15/09/2020 at 13:59. Pushed by cullmann into branch 'master'. implement optional limit for number of tabs and LRU replacement this allows to have the "old" behavior of pre 20.08 as option it is not exactly the same as in e.g. 20.04, as we still use the normal QTabBar, but it should feel equivalent enough as positive side effect, the user is no able to configure how many tabs he wants to have as maximum, default is 0, aka unlimited, before this was based on same heuristics M +17 -0 kate/kateapp.h M +24 -0 kate/kateconfigdialog.cpp M +1 -0 kate/kateconfigdialog.h M +89 -7 kate/katetabbar.cpp M +27 -1 kate/katetabbar.h M +5 -13 kate/kateviewspace.cpp https://invent.kde.org/utilities/kate/commit/14e0da664a2733dee652795323b128ecbcf85c5c -- You are receiving this mail because: You are watching all bug changes.
