Add buttons to scroll tabs when there are too many

Use config.max_tabs to configure the maximum number of tabs that can
be shown. Beyond the maximum value scroll buttons will appear to scroll
the tabs.
This commit is contained in:
Francesco Abbate
2021-05-16 15:50:27 +02:00
parent 90e41daa99
commit b37c190db2
4 changed files with 122 additions and 133 deletions
+1
View File
@@ -11,6 +11,7 @@ config.symbol_pattern = "[%a_][%w_]*"
config.non_word_chars = " \t\n/\\()\"':,.;<>~!@#$%^&*|+=[]{}`?-"
config.undo_merge_timeout = 0.3
config.max_undos = 10000
config.max_tabs = 10
config.highlight_current_line = true
config.line_height = 1.2
config.indent_size = 2