..
commands
Use subsyntax info in `doc:toggle-{line,block}-comments`
2022-11-15 16:11:37 +01:00
doc
highlighter: autostop co-routine when not needed ( #881 )
2022-11-06 03:38:10 +01:00
bit.lua
Assert for negative `field` in bit32 polyfill
2022-01-12 19:56:09 +01:00
command.lua
Replace `assert` with `core.log_quiet` on command replace
2022-08-16 22:18:50 +02:00
commandview.lua
Pass the currently selected item to `CommandView` validation ( #1203 )
2022-11-15 12:03:13 -04:00
common.lua
Be more lenient with appending `PATHSEP` in `common.path_suggest` in Windows
2022-08-17 00:11:19 +02:00
config.lua
Add `config.keep_newline_whitespace` option ( #1184 )
2022-11-03 12:40:27 -04:00
contextmenu.lua
contextmenu: resize on scale changes ( #1117 )
2022-09-15 00:57:45 -04:00
dirwatch.lua
Add fsevents backend to dirmonitor ( #1141 )
2022-10-10 20:40:41 -04:00
docview.lua
docview: support gutter click selection, fixes #1116 ( #1169 )
2022-11-01 19:34:23 -04:00
emptyview.lua
initial documentation for better code completion
2022-06-07 22:09:34 -04:00
ime.lua
Add IME support ( #991 )
2022-10-15 19:58:51 -04:00
init.lua
traceback: some lua versions do not support message as nil
2022-11-07 12:48:09 -04:00
keymap-macos.lua
Make MacOS `core:restart` shortcut more in line with other platforms
2022-11-01 21:21:50 +01:00
keymap.lua
Refactor scrollbar into its own file ( #1124 )
2022-10-15 20:12:15 -04:00
logview.lua
`LogView`: Show scrollbar
2022-07-01 05:29:55 +02: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
initial documentation for better code completion
2022-06-07 22:09:34 -04:00
node.lua
initial documentation for better code completion
2022-06-07 22:09:34 -04:00
object.lua
initial documentation for better code completion
2022-06-07 22:09:34 -04:00
regex.lua
Make `regex.match` return all the results
2022-05-28 01:21:41 +02:00
rootview.lua
Add IME support ( #991 )
2022-10-15 19:58:51 -04:00
scrollbar.lua
Make `Scrollbar` follow `force_status` when animations are disabled
2022-11-15 21:08:33 +01:00
start.lua
Added in an additional ENVVAR for setting USERDIR, and also changed / to PATHSEP. ( #1139 )
2022-10-08 20:48:30 +02:00
statusview.lua
statusview: respect right padding of item tooltip
2022-11-24 12:34:49 -04:00
strict.lua
Initial commit
2019-12-28 11:17:56 +00:00
style.lua
style: move default colors to its own style file
2022-06-02 19:20:54 -04:00
syntax.lua
core syntax: strip the path from filename on syntax.get ( #1168 )
2022-10-22 20:04:54 -04:00
titleview.lua
Add on_scale_change event to View ( #1146 )
2022-10-11 14:44:32 -04:00
tokenizer.lua
Set initial tokenizer state to a `NULL` byte
2022-11-15 16:01:04 +01:00
utf8string.lua
c core: fix extra utf8 build conflict on windows
2022-05-11 00:22:01 -04:00
view.lua
Add more options to `Scrollbar` ( #1174 )
2022-11-01 18:38:50 -04:00