Commit graph

83 commits

Author SHA1 Message Date
Shin'ya Ueoka
fcd15f4f09 Find as a controller 2019-05-11 15:41:07 +09:00
Shin'ya Ueoka
b002d70070 src/content 2019-05-06 22:17:18 +09:00
Shin'ya Ueoka
d01db82c0d Types src/content 2019-05-05 23:59:59 +09:00
Shin'ya Ueoka
0452370df4 Types on src/console 2019-05-02 22:07:53 +09:00
Shin'ya Ueoka
c60d0e7392 Rename .js/.jsx to .ts/.tsx 2019-05-02 11:14:19 +09:00
Shin'ya Ueoka
9ad3b53f7c Use onChange instead of onInput 2019-04-30 09:58:21 +09:00
Shin'ya Ueoka
25111f9de4 Declare component prop types on console 2019-04-29 16:06:07 +09:00
Shin'ya Ueoka
46228c6b18 Uninstall preact 2019-04-29 09:49:54 +09:00
Shin'ya Ueoka
55f15c9350 Move to react 2019-04-29 09:13:59 +09:00
Shin'ya Ueoka
9868da1ac4 Remove unused import 2019-02-15 21:16:34 +09:00
Shin'ya Ueoka
bc327e87a8 Fix Completion interface and add test 2019-02-15 21:16:34 +09:00
Shin'ya Ueoka
f43a2d2a9e Clean completion component 2019-02-15 21:16:34 +09:00
Shin'ya Ueoka
014963b327 Implement completion scroll 2019-02-15 21:16:34 +09:00
Shin'ya Ueoka
0c2fcf74bb Use single index on completions of the console 2019-02-15 21:16:34 +09:00
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