Commit graph

69 commits

Author SHA1 Message Date
Shin'ya Ueoka
80de2149ad Focus console on shown 2018-12-03 20:29:45 +09:00
Shin'ya Ueoka
63b93ce1ca Use webextension message to console 2018-11-18 18:47:35 +09:00
Shin'ya Ueoka
8220336130 Fix console error 2018-11-17 22:13:19 +09:00
Shin'ya Ueoka
1fb5f43305 Use preact in console 2018-11-17 12:29:32 +09:00
Shin'ya Ueoka
7acbdbfef2 Show completions only command 2018-10-20 16:13:06 +09:00
Shin'ya Ueoka
b3672f0ffd Add buffer flags on buffer command and completion 2018-07-29 13:13:11 +09:00
Shin'ya Ueoka
ccc6a31dde fix 2018-07-13 22:22:21 +09:00
Shin'ya Ueoka
8db779388f Fix error on no completion items 2018-07-13 21:59:23 +09:00
Shin'ya Ueoka
85b4bd5b07 Use pure redux on console 2018-07-08 11:44:37 +09:00
Shin'ya Ueoka
e2fb33bdc5 fix but failed 2018-06-28 20:44:57 +09:00
Shin'ya Ueoka
7f56a08f3b Use async/await on content script 2018-06-17 22:04:00 +09:00
Shin'ya Ueoka
37410b874f add hide action for console 2018-03-04 17:57:56 +09:00
Shin'ya Ueoka
57dba2d841 hide console by <C-[> 2018-02-26 21:40:51 +09:00
Shin'ya Ueoka
27263e906d Fix message CSS 2017-11-19 12:01:49 +09:00
Shin'ya Ueoka
bdae21b3a1
Merge pull request #162 from heavenshell/feature/console_key
Add c-n, c-j, c-p, c-k, c-m to console keybind
2017-11-18 22:14:33 +09:00
Shinya Ohyanagi
5d0554c7e8 Fix drop arrow keys from console 2017-11-18 13:53:33 +09:00
Shinya Ohyanagi
b70a671d7e Fix drop <C-j>, <C-k> from cursor selector
Because these are not Vim's default behavior.
2017-11-18 13:22:43 +09:00
Shinya Ohyanagi
9ce5458331 Fix add return statement 2017-11-16 23:22:56 +09:00
Shinya Ohyanagi
f32dce829c Add allow up and down to move cursor
Also refactor methods.
2017-11-16 21:50:44 +09:00
Shinya Ohyanagi
b1d186b662 Add c-n, c-p, c-m to console
Add `c-n`, `c-j` for select next item.
Add `c-p`, `c-k` for select previous item.
Add `c-m` for select item.

Above console keybinds are same as Vim(Vimperator)'s completion
selector.
2017-11-15 22:42:09 +09:00
Shin'ya Ueoka
cc0fbdd496 border on console 2017-11-15 21:54:52 +09:00
Shin'ya Ueoka
e3409b3aae fix on unfocus 2017-11-11 18:34:57 +09:00
Shin'ya Ueoka
6db2458929 prevent 2017-11-11 16:16:01 +09:00
Shin'ya Ueoka
e021504356 first find implementation 2017-11-11 16:16:01 +09:00
Shin'ya Ueoka
956dd937d3 console as redux architecture 2017-11-11 16:16:01 +09:00
Shin'ya Ueoka
be37c42d28 show find in console 2017-11-11 16:16:01 +09:00
Shin'ya Ueoka
cb4b26e03f flexible prompt 2017-11-11 16:16:01 +09:00
Shin'ya Ueoka
e4ff3a78fb
Merge pull request #126 from ueokande/69-fix-completion-navigate
fix completion navigate
2017-11-02 23:07:06 +00:00
Shin'ya Ueoka
774a960a83 remove comparison with previous value 2017-11-02 21:04:13 +09:00
Shin'ya Ueoka
24c7369451 Remove update propagation 2017-10-31 19:34:32 +09:00
Shin'ya Ueoka
3a1940a0c3 fix completion navigate 2017-10-30 20:49:18 +09:00
Shin'ya Ueoka
71d35005b4 force console focus 2017-10-19 20:31:16 +09:00
Shin'ya Ueoka
c143cf070e reset prevValue on console on shown 2017-10-17 21:07:41 +09:00
Shin'ya Ueoka
ac5354020e support multi-frame following 2017-10-15 17:42:17 +09:00
Shin'ya Ueoka
7ac00fce6f Show info on yanked 2017-10-08 19:58:36 +09:00
Shin'ya Ueoka
b0d2b53281 use mode in console message 2017-10-08 19:09:25 +09:00
Shin'ya Ueoka
2faf44af74 move store to shared 2017-10-08 15:11:09 +09:00
Shin'ya Ueoka
541449b1fc separate console 2017-10-08 14:18:12 +09:00
Shin'ya Ueoka
6551420e1a move messages to content 2017-09-30 20:36:17 +09:00
Shin'ya Ueoka
7ace5e1e19 filter empty title 2017-09-17 23:40:55 +09:00
Shin'ya Ueoka
9ae814dfe4 more strict lint 2017-09-17 08:59:12 +09:00
Shin'ya Ueoka
27702ef402 remove actions from content 2017-09-16 21:28:21 +09:00
Shin'ya Ueoka
c7a3dd16e6 message constants 2017-09-16 21:08:18 +09:00
Shin'ya Ueoka
83cb277ba2 consome as store/reducers 2017-09-16 21:08:18 +09:00
Shin'ya Ueoka
bf890a6d9d command as action/reducer 2017-09-11 21:07:02 +09:00
Shin'ya Ueoka
359fdb5288 blur as action/reducer 2017-09-10 16:05:13 +09:00
Shin'ya Ueoka
3c67cc0a00 completion as action/reducer 2017-09-10 11:13:05 +09:00
Shin'ya Ueoka
7e35d11f65 add console actions/reducer tests and fix targets 2017-09-09 22:50:00 +09:00
Shin'ya Ueoka
e8056d2a70 console state as action/reducer in redux 2017-09-09 22:31:54 +09:00
Shin'ya Ueoka
e6c5aea074 more broadcast message 2017-09-09 20:35:15 +09:00