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
+1 -1
View File
@@ -64,7 +64,7 @@ end
function command.add_defaults()
local reg = {
"core", "root", "command", "doc", "findreplace",
"files", "drawwhitespace", "dialog"
"files", "drawwhitespace", "dialog", "log"
}
for _, name in ipairs(reg) do
require("core.commands." .. name)