aboutsummaryrefslogtreecommitdiff
path: root/src/console
Commit message (Collapse)AuthorAgeFilesLines
* Add buffer flags on buffer command and completionShin'ya Ueoka2018-07-291-1/+1
|
* fixShin'ya Ueoka2018-07-131-1/+1
|
* Fix error on no completion itemsShin'ya Ueoka2018-07-131-0/+3
|
* Use pure redux on consoleShin'ya Ueoka2018-07-083-46/+53
|
* fix but failedShin'ya Ueoka2018-06-281-29/+22
|
* Use async/await on content scriptShin'ya Ueoka2018-06-171-4/+3
|
* add hide action for consoleShin'ya Ueoka2018-03-044-1/+14
|
* hide console by <C-[>Shin'ya Ueoka2018-02-261-0/+3
|
* Fix message CSSShin'ya Ueoka2017-11-191-0/+2
|
* Merge pull request #162 from heavenshell/feature/console_keyShin'ya Ueoka2017-11-181-3/+39
|\ | | | | Add c-n, c-j, c-p, c-k, c-m to console keybind
| * Fix drop arrow keys from consoleShinya Ohyanagi2017-11-181-6/+0
| |
| * Fix drop <C-j>, <C-k> from cursor selectorShinya Ohyanagi2017-11-181-2/+0
| | | | | | | | Because these are not Vim's default behavior.
| * Fix add return statementShinya Ohyanagi2017-11-161-1/+1
| |
| * Add allow up and down to move cursorShinya Ohyanagi2017-11-161-12/+28
| | | | | | | | Also refactor methods.
| * Add c-n, c-p, c-m to consoleShinya Ohyanagi2017-11-151-0/+28
| | | | | | | | | | | | | | | | | | 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.
* | border on consoleShin'ya Ueoka2017-11-152-2/+5
|/
* fix on unfocusShin'ya Ueoka2017-11-111-1/+2
|
* preventShin'ya Ueoka2017-11-111-0/+2
|
* first find implementationShin'ya Ueoka2017-11-112-13/+29
|
* console as redux architectureShin'ya Ueoka2017-11-115-82/+86
|
* show find in consoleShin'ya Ueoka2017-11-115-7/+23
|
* flexible promptShin'ya Ueoka2017-11-112-2/+18
|
* Merge pull request #126 from ueokande/69-fix-completion-navigateShin'ya Ueoka2017-11-021-13/+4
|\ | | | | fix completion navigate
| * remove comparison with previous valueShin'ya Ueoka2017-11-021-9/+1
| |
| * fix completion navigateShin'ya Ueoka2017-10-301-8/+7
| |
* | Remove update propagationShin'ya Ueoka2017-10-313-10/+10
|/
* force console focusShin'ya Ueoka2017-10-191-0/+2
|
* reset prevValue on console on shownShin'ya Ueoka2017-10-171-0/+1
|
* support multi-frame followingShin'ya Ueoka2017-10-151-2/+2
|
* Show info on yankedShin'ya Ueoka2017-10-087-28/+55
|
* use mode in console messageShin'ya Ueoka2017-10-085-24/+18
|
* move store to sharedShin'ya Ueoka2017-10-081-1/+1
|
* separate consoleShin'ya Ueoka2017-10-088-0/+502
|
* move messages to contentShin'ya Ueoka2017-09-306-355/+0
|
* filter empty titleShin'ya Ueoka2017-09-171-0/+5
|
* more strict lintShin'ya Ueoka2017-09-173-35/+38
|
* remove actions from contentShin'ya Ueoka2017-09-161-10/+1
|
* message constantsShin'ya Ueoka2017-09-161-1/+1
|
* consome as store/reducersShin'ya Ueoka2017-09-161-19/+23
|
* command as action/reducerShin'ya Ueoka2017-09-111-8/+2
|
* blur as action/reducerShin'ya Ueoka2017-09-103-56/+36
|
* completion as action/reducerShin'ya Ueoka2017-09-102-12/+4
|
* add console actions/reducer tests and fix targetsShin'ya Ueoka2017-09-091-2/+2
|
* console state as action/reducer in reduxShin'ya Ueoka2017-09-092-77/+50
|
* more broadcast messageShin'ya Ueoka2017-09-091-11/+5
|
* receive message of consoleShin'ya Ueoka2017-09-092-15/+15
|
* broadcast an actionShin'ya Ueoka2017-09-092-4/+9
|
* reset completionShin'ya Ueoka2017-09-051-0/+5
|
* clean completionShin'ya Ueoka2017-09-051-34/+48
|
* completion hightlightShin'ya Ueoka2017-09-052-9/+23
|