lite-xl/data/core
Adam dae74f01ae
Expand Process API (#1757)
* Initial commit of process framework.

* Fixed a small issue.

* Cleaned up old name.

* Harmonized with lua 5.4, and added documentation.

* Process is a userdata, not a table, so had to wrap it. Also added in `wait`.

* Added in documentation.

* Clarified documentation.

* Applied patch, and fixed undefined variable.

* Re-ordered documentation to be more sensible, added missing option.

* Added into start.

* Removed unecessary require.
2024-06-22 12:43:05 -04:00
..
commands
doc
bit.lua
command.lua
commandview.lua Improve `CommandView` and `autocomplete` scroll behavior (#1732) 2024-03-05 22:56:01 -05:00
common.lua
config.lua Improve `CommandView` and `autocomplete` scroll behavior (#1732) 2024-03-05 22:56:01 -05:00
contextmenu.lua
dirwatch.lua Fix comment typos in data/core/{init.lua,dirwatch.lua} (#1549) 2024-01-21 22:30:59 +01:00
docview.lua Reverted cursor API to something more compatible with old API. (#1674) 2023-11-29 21:29:37 +01:00
emptyview.lua
ime.lua
init.lua macos: support drag-and-drop and default file associations (#1822) 2024-06-22 12:23:06 +08:00
keymap-macos.lua
keymap.lua
logview.lua
modkeys-generic.lua
modkeys-macos.lua
nagview.lua
node.lua
object.lua
process.lua Expand Process API (#1757) 2024-06-22 12:43:05 -04:00
regex.lua
rootview.lua macos: support drag-and-drop and default file associations (#1822) 2024-06-22 12:23:06 +08:00
scrollbar.lua
start.lua Expand Process API (#1757) 2024-06-22 12:43:05 -04:00
statusview.lua
strict.lua
style.lua
syntax.lua
titleview.lua
tokenizer.lua Skip patterns matching nothing in `tokenizer` (#1743) 2024-04-15 09:00:03 +08:00
utf8string.lua
view.lua