3cbe77a55e
sqlite-based browsing history api
...
not hooked up to actual browsing actions yet
2023-01-02 21:25:36 +00:00
cc0f881fed
fix tests for rename
2023-01-02 18:22:46 +00:00
d39d7059b9
Revert "inline temps and whitespace, improve update-widget-state"
...
This reverts commit 9775e00545
.
2023-01-02 18:20:19 +00:00
561c717609
rename on-activate as on-input-finished
...
it's just too easily confused with "active" as in commander state.active
2023-01-01 22:32:50 +00:00
9775e00545
inline temps and whitespace, improve update-widget-state
...
update-widget-state accepts a second parameter which duplicates
information available in self.state. This commit gets rid of
some not all of it
2023-01-01 22:23:07 +00:00
c1b7c2d777
add back button
2023-01-01 22:22:40 +00:00
bc17c3af6c
show url in echo area when it changes
2023-01-01 20:55:11 +00:00
055e8b792f
hide commander and print messages in echo area
2023-01-01 19:12:54 +00:00
1f93dc2310
tidying up
2023-01-01 19:12:39 +00:00
b1bdc326ef
WIP popup commander
2023-01-01 16:49:15 +00:00
c3e9c14186
index->string allows printing keystrokes readably
2023-01-01 15:08:45 +00:00
ad2628ddfc
accept C-g to cancel key sequence
2023-01-01 12:03:15 +00:00
a81d9d4d4c
remove hardcoded keyvals
2023-01-01 11:27:33 +00:00
3fac6a2601
ESC cancels command
2023-01-01 11:10:14 +00:00
0f9d93630e
fixup da06309e75
2023-01-01 11:08:36 +00:00
862780878c
clean up the spew file a bit
2023-01-01 00:15:26 +00:00
64d4dfe2ff
hook up progress-bar, uri display
...
the road to callback hell is plagued with good intentions:
I am not unwilling to revisit this code if it gets any more gnarly
2023-01-01 00:11:01 +00:00
39735be891
unnest conditionals in keymap recogniser
2022-12-31 23:49:41 +00:00
ec391a9e57
delete unused params
2022-12-31 23:24:38 +00:00
7065b89c92
visit-location defaults to current
2022-12-31 17:33:20 +00:00
da06309e75
fix hardcoded visit-buffer param default
2022-12-31 16:46:34 +00:00
daa244c0b3
add switch-to-buffer command
2022-12-31 16:46:34 +00:00
69d8aa4131
detect and discard modifier-only key events
...
for recognising key sequences, we only want to look at
events containing non-modifier keystrokes
2022-12-31 16:46:34 +00:00
cc2caae372
all commands are called with frame as well as declared params
...
the commander is per-frame, so this is in the nature of a
"context" parameter
2022-12-31 16:46:34 +00:00
b8d86c65cb
invoke command.function with completion value not string
...
this means a function that wants a buffer (for example) gets called
with the actual buffer not the buffer name
2022-12-31 16:46:34 +00:00
e4ed51e137
add gtk stuff to show completions as user types
2022-12-31 16:46:34 +00:00
36edd12c6e
remove duplicated code
2022-12-31 16:46:34 +00:00
fb834f496c
rename on-input -> on-activate
...
it's only called when RET is pressed, not during editing
2022-12-31 16:46:34 +00:00
28080a1387
define-command parameters now specify a 'completer' function
2022-12-31 16:46:27 +00:00
0ea9ba1b92
remove dead code
2022-12-29 17:40:09 +00:00
6454620307
ignore generated file
2022-12-29 17:34:51 +00:00
454f9ae094
use overmind to restart dying test runners
2022-12-29 17:21:50 +00:00
5069e6aff1
move command state into per-frame table
...
lots of dependent changes here, unfortunately
- get rid of Buffer.current (it's per-frame now)
- in define-command, functions providing default parameter values
now accept frame as parameter
- in keymaps, parameter values are functions that accept frame as
parameter
2022-12-27 12:25:50 +00:00
dea9d925a5
add lume module
2022-12-27 12:23:24 +00:00
dd139c9796
express keymap bindings as [command-name args]
...
instead of using functions directly. This is so that the
appropriate frame-relevant commander can be used to execure
the command, but also makes the keymaps a little less opaque
2022-12-26 16:53:41 +00:00
a5612fce2a
some musing about switch-to-buffer
2022-12-26 14:48:53 +00:00
bbd67b3a16
make entry widget a file-scoped local
2022-12-26 14:48:53 +00:00
6efbc34576
WIP show prompt for command parameters
2022-12-23 20:38:39 +00:00
2610930690
mark command.reset-state as private (except for tests)
2022-12-23 19:52:40 +00:00
8d871b20b8
define command parameters as array not kv table
...
a command should be able to say in which order it wants to ask for
unsupplied parameter values
2022-12-23 19:48:17 +00:00
bdd4507692
we are amused
2022-12-23 19:45:58 +00:00
e639e4c73d
remove duplicate handler for entry activation
2022-12-23 19:45:37 +00:00
40a598dca8
add indefinite article
2022-12-23 16:29:42 +00:00
e1988e6703
remove inspect
package: we're not using it
2022-12-23 16:29:12 +00:00
9a843e614d
explain my conflicted attitude to code contributions
2022-12-23 16:19:42 +00:00
db02f34b3e
whitespace and etc
2022-12-23 16:19:36 +00:00
d840eb8cb0
describe commands and bindings
2022-12-23 16:19:13 +00:00
cde0b8cd56
pass keymap into the frame
2022-12-23 15:21:06 +00:00
0befc24bc0
update docs
2022-12-23 15:11:26 +00:00
15c0ce3417
allow modifiers in keymaps
2022-12-23 14:43:29 +00:00