multiple improvements to logging

- added style.log table
- removed contextmenu
- use ctrl+click to copy individual log entries
- use icon instead of + or - for log items in logview
This commit is contained in:
takase1121
2021-12-18 10:51:44 +08:00
parent 69de42b078
commit ab4ecd515b
7 changed files with 56 additions and 37 deletions
+2 -1
View File
@@ -235,7 +235,8 @@ keymap.add_direct {
["pagedown"] = "doc:move-to-next-page",
["shift+1lclick"] = "doc:select-to-cursor",
["ctrl+1lclick"] = "doc:split-cursor",
["ctrl+1lclick"] = { "doc:split-cursor", "log:copy-entry" },
["lclick"] = "log:expand-item",
["1lclick"] = "doc:set-cursor",
["2lclick"] = "doc:set-cursor-word",
["3lclick"] = "doc:set-cursor-line",