.. |
commands
|
Made wrapping overflow optional
|
2022-05-30 17:13:21 +01:00 |
doc
|
Split out reload functionality to actual document, and added in a thread to check the document, in the cases where it wouldn't be covered by dirwatch.
|
2022-05-15 15:24:17 -04:00 |
bit.lua
|
Assert for negative `field` in bit32 polyfill
|
2022-01-12 19:56:09 +01:00 |
command.lua
|
command predicates: added support for strict matching by appending '!' on string predicates
|
2022-05-15 16:10:57 -04:00 |
commandview.lua
|
Made wrapping overflow optional
|
2022-05-30 17:13:21 +01:00 |
common.lua
|
Add pretty printing to `common.serialize`
|
2022-05-03 06:28:34 +02:00 |
config.lua
|
Don't animate scrolling by dragging the scroll bar (#940)
|
2022-04-26 09:54:11 -04:00 |
contextmenu.lua
|
adjust and consolidate duplicated predicate code
|
2022-05-12 22:15:29 -04:00 |
dirwatch.lua
|
Made sure we redrew things, added in a contingency in 'save' for times when we load a non-existent file, and added some checks.
|
2022-05-15 15:25:02 -04:00 |
docview.lua
|
Made moving to a line beyond the end of a document move the caret column to the end of the line
|
2022-05-30 15:40:46 +01:00 |
emptyview.lua
|
EmptyView: handle lite-xl version strings that overlap.
|
2022-03-02 03:55:03 -04:00 |
init.lua
|
TreeView Changes (#898)
|
2022-05-09 21:33:22 -04:00 |
keymap-macos.lua
|
Added in restart keymapping.
|
2021-12-15 16:50:38 -05:00 |
keymap.lua
|
keymap: changes and docs
|
2022-05-12 21:16:02 -04:00 |
logview.lua
|
Add animation categories to enable finer transitions control (#941)
|
2022-04-25 20:35:35 -04:00 |
modkeys-generic.lua
|
Add macos keybindings
|
2021-04-21 09:48:30 +02:00 |
modkeys-macos.lua
|
Add macos keybindings
|
2021-04-21 09:48:30 +02:00 |
nagview.lua
|
Add animation categories to enable finer transitions control (#941)
|
2022-04-25 20:35:35 -04:00 |
node.lua
|
Send `mouseleft` event when the mouse leaves the window (#928)
|
2022-04-28 21:50:34 -04:00 |
object.lua
|
command predicates: added support for strict matching by appending '!' on string predicates
|
2022-05-15 16:10:57 -04:00 |
regex.lua
|
Make `regex.match` return the appropriate `end` index
|
2021-10-11 22:32:50 +02:00 |
rootview.lua
|
Send `mouseleft` event when the mouse leaves the window (#928)
|
2022-04-28 21:50:34 -04:00 |
start.lua
|
Merge branch 'master' into master-2.1
|
2022-05-09 21:36:10 -04:00 |
statusview.lua
|
adjust and consolidate duplicated predicate code
|
2022-05-12 22:15:29 -04:00 |
strict.lua
|
Initial commit
|
2019-12-28 11:17:56 +00:00 |
style.lua
|
Add scrollbar "track" and resize on hover
|
2022-04-12 02:56:30 +02:00 |
syntax.lua
|
syntax: remove pattern re-ordering on optimization
|
2022-03-29 22:11:14 -04:00 |
titleview.lua
|
Make non-borderless mode work
|
2021-04-12 19:05:30 +02:00 |
tokenizer.lua
|
tokenizer: fix next utf8 char retrieval bug
|
2022-05-13 11:21:46 -04:00 |
utf8string.lua
|
c core: fix extra utf8 build conflict on windows
|
2022-05-11 00:22:01 -04:00 |
view.lua
|
Send `mouseleft` event when the mouse leaves the window (#928)
|
2022-04-28 21:50:34 -04:00 |