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:
@@ -66,4 +66,9 @@ style.syntax["function"] = { common.color "#93DDFA" }
|
||||
style.syntax_fonts = {}
|
||||
-- style.syntax_fonts["comment"] = renderer.font.load(path_to_font, size_of_font, rendering_options)
|
||||
|
||||
style.log = {
|
||||
INFO = { icon = "i", color = style.text },
|
||||
ERROR = { icon = "!", color = style.accent }
|
||||
}
|
||||
|
||||
return style
|
||||
|
||||
Reference in New Issue
Block a user