lite-xl/data/core
Guldoman 1ad3b70e9e
Mark unsaved named files as dirty (#1598)
2023-10-18 13:14:02 +08:00
..
commands Merge carets after `doc:move-to-{previous,next}-char` (#1462) 2023-08-19 12:43:56 +08:00
doc Mark unsaved named files as dirty (#1598) 2023-10-18 13:14:02 +08:00
bit.lua
command.lua Documentation for core.command (#1564) 2023-08-19 13:30:45 +08:00
commandview.lua
common.lua Documentation for core.common (#1510) 2023-08-19 13:30:45 +08:00
config.lua Disable `trimwhitespace` and `drawwhitespace` via their configs (#1446) 2023-08-19 12:39:22 +08:00
contextmenu.lua docs(core.contextmenu): add documentation for contextmenu (#1567) 2023-08-26 08:52:29 +08:00
dirwatch.lua Make `dirwatch` sorting compatible with what `file_bisect` expects (#1300) 2023-08-19 12:28:19 +08:00
docview.lua Make `DocView` aware of scrollbars sizes (#1177) 2023-08-19 13:31:37 +08:00
emptyview.lua fix: center title and version in emptyview (#1311) 2023-08-19 12:28:21 +08:00
ime.lua
init.lua fix(core): defer core:open-log until everything is loaded (#1585) 2023-08-26 08:53:05 +08:00
keymap-macos.lua
keymap.lua Normalize strokes in fixed order (#1572) 2023-08-26 08:52:10 +08:00
logview.lua Fix #1538 log scrolls automatically (the real PR) (#1546) 2023-08-19 13:29:48 +08:00
modkeys-generic.lua Normalize strokes in fixed order (#1572) 2023-08-26 08:52:10 +08:00
modkeys-macos.lua Normalize strokes in fixed order (#1572) 2023-08-26 08:52:10 +08:00
nagview.lua NagView: properly rescale on scale change (#1379) 2023-08-19 12:37:49 +08:00
node.lua
object.lua comment typo in object.lua (#1541) 2023-08-19 13:29:48 +08:00
regex.lua
rootview.lua
scrollbar.lua Fix returned `percent` when clicking the `Scrollbar` `track` 2023-08-26 08:56:35 +08:00
start.lua Remove DPI detection for default `SCALE` 2023-10-16 12:04:37 +08:00
statusview.lua
strict.lua
style.lua
syntax.lua Skip checking `files` if no filename was provided to `syntax.get` 2023-08-19 13:29:48 +08:00
titleview.lua
tokenizer.lua Allow `tokenizer` to pause and resume in the middle of a line (#1444) 2023-08-19 12:39:22 +08:00
utf8string.lua
view.lua