Iron-E
afe38ffc20
fix(Popup): don't override open() options
...
The window options were overriding the passed in options. We shouldn't
do that.
2020-12-13 19:29:09 -05:00
Iron-E
81abfff50c
feat(Popup): allow override of default config
...
Before we did not allow the default config to be overridden, but now we
do.
2020-12-13 18:44:05 -05:00
Iron-E
932eb5cd78
ref(Popup): set Popup.window to nil after :close()
...
Before this commit, Popup.window would only be set to `nil` if there was
a valid window found. It is proposed that `nil` shuold be set especially
if there is no valid window found, as an invalid window value shouldn't
be kept around.
2020-11-29 17:06:19 -05:00
Iron-E
97f0ac7922
Document changes
2020-11-22 15:57:08 -05:00
Iron-E
d4e25db4c3
Address Popup errors when switching tabs
2020-11-22 15:50:53 -05:00
Iron-E
d00feb0ad3
Fix bug where empty string causes empty libmodal name
2020-11-18 15:56:16 -05:00
Iron-E
c9dd739eb0
Don't use buffer variable
2020-11-13 20:45:52 -05:00
Iron-E
f335c7c142
Statusline support
2020-11-13 19:59:50 -05:00
Iron-E
c570e3886c
Fix bad reference to vim.api
2020-09-10 14:34:52 -04:00
Iron-E
84797013b4
Begin doc updates; add API exit function
2020-09-10 14:30:43 -04:00
Iron-E
2844351594
Add tests; fix bugs with Help and ParseTable
2020-09-09 22:35:52 -04:00
Iron-E
57fcf4b1c1
Add ability to specify lua functions as instructions; TODO docs
2020-09-09 13:24:48 -04:00
Iron-E
0c3b58540e
Add checks for string arguments
2020-08-27 11:44:28 -04:00
Iron-E
d3e601a520
Replace broken references to utils.api
2020-08-26 16:44:06 -04:00
Iron-E
66483babc9
Fix pasting into command line
2020-08-26 16:44:06 -04:00
Iron-E
f190a91d81
Cleanup using sumneko_lua
2020-07-03 13:01:04 -04:00
Iron-E
94ed9463bf
Fix modes entering after errors
2020-07-03 13:00:50 -04:00
Iron-E
6980811a21
Fix names with multiple spaces
2020-06-01 17:59:02 -04:00
Iron-E
a8a7f0917e
Correct reference to 'stringSplit'
2020-06-01 01:57:23 -04:00
Iron-E
a794a1497e
Fix bug with modes that have multiple words
2020-06-01 01:54:43 -04:00
Iron-E
85214c7487
Remove name
2020-05-26 15:48:44 -04:00
Iron-E
b4eef027f5
Document changes to ParseTable
2020-05-26 15:06:05 -04:00
Iron-E
5d0a8be10e
Cleanup for release candidate
2020-05-26 00:51:33 -04:00
Iron-E
8a1486d517
Add todo for popup
2020-05-25 23:28:46 -04:00
Iron-E
d8da47fa71
Optimize module loading, update docs
2020-05-25 23:25:16 -04:00
Iron-E
eb6f39b43a
Save implementation of other layers
2020-05-25 22:27:21 -04:00
Iron-E
dc16475788
Rework imports
2020-05-25 20:10:16 -04:00
Iron-E
380295c94d
Initial PromptLayer implementation
2020-05-25 19:58:25 -04:00
Iron-E
95d2c02d45
Initial implementation of ModeLayer
2020-05-25 19:53:24 -04:00
Iron-E
861e3008b1
Refactor classes
2020-05-25 19:53:07 -04:00
Iron-E
a02aba6097
Complete docs
2020-05-25 15:39:56 -04:00
Iron-E
c4721119d0
Update documentation
2020-05-25 02:20:57 -04:00
Iron-E
f84b0288e7
Add initial Layer implementation
2020-05-24 19:32:13 -04:00
Iron-E
1501358320
Adjust spacing
2020-05-23 19:16:14 -04:00
Iron-E
425a3477d9
Fix bad references in Prompt
2020-05-23 16:10:38 -04:00
Iron-E
b1a7207358
Fix bad reference to _window
2020-05-23 16:07:41 -04:00
Iron-E
e3a6b651a1
Fix bad _input assignemtn
2020-05-23 16:02:28 -04:00
Iron-E
ab45ca248b
Update docs
2020-05-22 23:18:54 -04:00
Iron-E
596b7e8859
Fix parsetable bugs
2020-05-21 17:06:25 -04:00
Iron-E
ca0180c0d7
Fix bad reference to 'ParseTable:get()'
2020-05-21 15:54:46 -04:00
Iron-E
a25aea8135
Fix bad '_stringSplit' reference
2020-05-21 15:53:36 -04:00
Iron-E
eee6a01778
Consistency improvements
2020-05-21 15:49:53 -04:00
Iron-E
d804576419
Update docs
2020-05-21 01:23:50 -04:00
Iron-E
53b58d930f
Remove redundant file
2020-05-21 01:10:22 -04:00
Iron-E
20fa75aa54
All tests pass
2020-05-21 01:10:22 -04:00
Iron-E
481ce853ca
Bug fixes
2020-05-21 01:10:22 -04:00
Iron-E
1e72ac4c00
Fix bad self reference
2020-05-21 01:10:22 -04:00
Iron-E
45aa9af26e
Various fixes
2020-05-21 01:10:21 -04:00
Iron-E
523261dcbc
Initial conversion of prompt
2020-05-21 01:10:14 -04:00
Iron-E
7c2f9694d8
Finish initial attempt to rewrite Mode
2020-05-21 01:09:07 -04:00