aboutsummaryrefslogtreecommitdiff
path: root/src/console
Commit message (Expand)AuthorAgeFilesLines
* Remove unused importShin'ya Ueoka2019-02-151-1/+0
* Fix Completion interface and add testShin'ya Ueoka2019-02-152-3/+6
* Clean completion componentShin'ya Ueoka2019-02-152-15/+11
* Implement completion scrollShin'ya Ueoka2019-02-152-4/+48
* Use single index on completions of the consoleShin'ya Ueoka2019-02-152-47/+30
* Focus console on shownShin'ya Ueoka2018-12-031-3/+7
* Use webextension message to consoleShin'ya Ueoka2018-11-181-3/+2
* Fix console errorShin'ya Ueoka2018-11-171-1/+1
* Use preact in consoleShin'ya Ueoka2018-11-179-266/+247
* Show completions only commandShin'ya Ueoka2018-10-201-1/+4
* 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
|\
| * 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
| * Fix add return statementShinya Ohyanagi2017-11-161-1/+1
| * Add allow up and down to move cursorShinya Ohyanagi2017-11-161-12/+28
| * Add c-n, c-p, c-m to consoleShinya Ohyanagi2017-11-151-0/+28
* | 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
|\
| * 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