.. |
commands
|
Merge pull request #682 from Guldoman/indent_refactor
|
2021-11-27 11:55:36 -05:00 |
doc
|
Merge pull request #682 from Guldoman/indent_refactor
|
2021-11-27 11:55:36 -05:00 |
command.lua
|
Added in cut, copy and paste to the context menu. Also removed find pattern, as that's no longer a valid command. Also made it so commands only show up if their predicates are valid.
|
2021-11-23 21:03:38 -05:00 |
commandview.lua
|
Remeber initial user text for hidden suggestions
|
2021-09-09 15:42:16 +02:00 |
common.lua
|
Merged MOS and OS4 code. Did some more fixes before the 2.0.3r2 release.
|
2022-06-18 18:17:07 +01:00 |
config.lua
|
Manual merge of into .
|
2021-11-23 15:57:22 -05:00 |
contextmenu.lua
|
Added in cut, copy and paste to the context menu. Also removed find pattern, as that's no longer a valid command. Also made it so commands only show up if their predicates are valid.
|
2021-11-23 21:03:38 -05:00 |
docview.lua
|
Merge pull request #682 from Guldoman/indent_refactor
|
2021-11-27 11:55:36 -05:00 |
emptyview.lua
|
Split `Node` and `EmptyView` from `RootView`
|
2021-12-06 22:28:29 +01:00 |
init.lua
|
some fixes in lua files
|
2022-02-05 13:35:38 +00:00 |
keymap-macos.lua
|
Added in restart keymapping.
|
2021-12-15 16:50:38 -05:00 |
keymap.lua
|
Merged MOS and OS4 code. Did some more fixes before the 2.0.3r2 release.
|
2022-06-18 18:17:07 +01:00 |
logview.lua
|
remove unused variable
|
2021-09-07 14:59:03 +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 |
modkeys-mos.lua
|
Merged MOS and OS4 code. Did some more fixes before the 2.0.3r2 release.
|
2022-06-18 18:17:07 +01:00 |
modkeys-os4.lua
|
Disabled dmon and process and added all fixes for OS4
|
2022-01-11 23:32:45 +00:00 |
nagview.lua
|
Fix focus problem with NagView with root:close-all
|
2021-08-28 00:21:29 +02:00 |
node.lua
|
Split `Node` and `EmptyView` from `RootView`
|
2021-12-06 22:28:29 +01:00 |
object.lua
|
Remove unused Object's method "implement"
|
2021-08-28 00:08:30 +02:00 |
regex.lua
|
Make `regex.match` return the appropriate `end` index
|
2021-10-11 22:32:50 +02:00 |
rootview.lua
|
Split `Node` and `EmptyView` from `RootView`
|
2021-12-06 22:28:29 +01:00 |
start.lua
|
Merged MOS and OS4 code. Did some more fixes before the 2.0.3r2 release.
|
2022-06-18 18:17:07 +01:00 |
statusview.lua
|
Also fixed statusview.
|
2021-12-11 18:00:42 -05:00 |
strict.lua
|
Initial commit
|
2019-12-28 11:17:56 +00:00 |
style.lua
|
Merged MOS and OS4 code. Did some more fixes before the 2.0.3r2 release.
|
2022-06-18 18:17:07 +01:00 |
syntax.lua
|
Add name to plain text fallback syntax
|
2021-12-02 22:34:49 +01:00 |
titleview.lua
|
Make non-borderless mode work
|
2021-04-12 19:05:30 +02:00 |
tokenizer.lua
|
Consume unmatched character correctly
|
2021-12-11 03:43:33 +01:00 |
view.lua
|
Manual merge of into .
|
2021-11-23 15:57:22 -05:00 |