7e0ddf2817
* Add `Object:{is_class_of,is_extended_by}` to check inverse relationships * Make tab scrolling more flexible This adds tab scrolling commands and connects them to mouse scroll events. This way scrolling behavior can be customized more easily. For example an alternative behavior could be: ```lua keymap.add({ ["wheelup"] = "root:switch-to-hovered-previous-tab", ["wheeldown"] = "root:switch-to-hovered-next-tab" }) ``` |
||
---|---|---|
.. | ||
command.lua | ||
core.lua | ||
dialog.lua | ||
doc.lua | ||
drawwhitespace.lua | ||
files.lua | ||
findreplace.lua | ||
log.lua | ||
root.lua | ||
statusbar.lua |