lite-xl/data/core
rxi 946c125fd4 Changed `core.redraw` to be set to `true` by default
As the window isn't created until the first frame is drawn this is required to
assure the window is ever shown without relying on the assumption that some
other part of the program would have set this to true
2020-05-24 08:04:47 +01:00
..
commands Added core.set_active_view(); removed `focusable` boolean from View 2020-05-19 14:55:46 +01:00
doc Exposed doc's internal insert/remove: Doc:raw_insert|remove 2020-05-14 16:40:50 +01:00
command.lua Initial commit 2019-12-28 11:17:56 +00:00
commandview.lua Added core.set_active_view(); removed `focusable` boolean from View 2020-05-19 14:55:46 +01:00
common.lua Removed unused variables 2020-05-07 22:40:34 +01:00
config.lua Added `config.ignore_files` 2020-05-17 13:38:45 +01:00
docview.lua Fixed x-offset of text in `DocView:draw_line_gutter` 2020-05-14 13:26:21 +01:00
init.lua Changed `core.redraw` to be set to `true` by default 2020-05-24 08:04:47 +01:00
keymap.lua Added open-[project|user]-module commands, renamed command/file finder commands 2020-05-06 14:48:04 +01:00
logview.lua Added multiline support for LogView's messages 2020-05-06 00:06:27 +01:00
object.lua Initial commit 2019-12-28 11:17:56 +00:00
rootview.lua Minor renaming in rootview 2020-05-23 09:40:42 +01:00
statusview.lua Added core.set_active_view(); removed `focusable` boolean from View 2020-05-19 14:55:46 +01:00
strict.lua Initial commit 2019-12-28 11:17:56 +00:00
style.lua Default color theme adjustments 2020-05-09 11:10:19 +01:00
syntax.lua Renamed `common.matches_pattern` => `common.match_pattern` 2020-05-07 14:18:46 +01:00
tokenizer.lua Made tokenizer skip parsing process on plain-text files 2020-05-14 10:10:50 +01:00
view.lua Added core.set_active_view(); removed `focusable` boolean from View 2020-05-19 14:55:46 +01:00