Commit graph

583 commits

Author SHA1 Message Date
Daisuke Maki 3f38934228 Fix doDeleteForwardWord 2014-09-01 12:53:44 +09:00
Daisuke Maki f2c65aa650 fix DoDeleteForwardChar 2014-09-01 11:15:48 +09:00
Daisuke Maki e057cd404d Fix regression for caret drawing 2014-09-01 11:15:16 +09:00
Daisuke Maki 54497c83f8 version++; this is v0.2.7 2014-09-01 10:18:24 +09:00
lestrrat a5b032f149 Merge pull request #182 from peco/fix-deletebackwardchar
SetQuery updates caret position. So should use stored value.
2014-09-01 10:13:33 +09:00
mattn 686dd9447e SetQuery updates caret position. So should use stored value. 2014-09-01 09:13:23 +09:00
Syohei YOSHIDA 7f6809eade Merge pull request #181 from rhysd/patch-1
Fixed some default keymaps in README.
2014-08-31 23:46:26 +09:00
rhysd 297db59dc8 Fix some default keymaps 2014-08-31 23:38:06 +09:00
Daisuke Maki b1f78317b0 version++; this is v0.2.6 2014-08-31 07:24:53 +09:00
lestrrat 9fcafb70b6 Merge pull request #177 from peco/testing
merge testing branch
2014-08-31 07:18:16 +09:00
lestrrat 357132f648 Merge pull request #179 from sona-tar/fix/readme
Fix README.md
2014-08-30 23:31:57 +09:00
sona_tar bec150fe15 Update README.md 2014-08-30 21:54:54 +09:00
sona_tar cf14224f00 Fix README.md 2014-08-30 21:54:51 +09:00
Daisuke Maki 11dfa1b426 Refactor query and caretPos 2014-08-27 15:26:48 +09:00
Daisuke Maki 3b2b1fe07a Because I love @mattn 2014-08-27 14:17:13 +09:00
Daisuke Maki 3daa824e8e Refactor exitStatus 2014-08-27 14:13:40 +09:00
Daisuke Maki 3a16a2b25e Slightly refactor matcher rotation 2014-08-27 14:10:52 +09:00
Daisuke Maki 576c731b4f Add tests for reader 2014-08-27 13:56:53 +09:00
Daisuke Maki 05e065d026 Try very hard to keep data == nil when it's nil 2014-08-27 11:37:35 +09:00
Daisuke Maki ddec4d4901 oops, the other way around 2014-08-27 11:28:52 +09:00
Daisuke Maki 5f22bda676 Add tests for hub 2014-08-27 11:27:37 +09:00
Daisuke Maki 44783b4270 Not such good tests, but putting them here as placeholders for now 2014-08-26 12:52:26 +09:00
Daisuke Maki 4379a963c2 Add tests for NoMatch struct 2014-08-26 12:32:34 +09:00
Daisuke Maki 46f5714cf5 more tests 2014-08-22 15:30:53 +09:00
Daisuke Maki daa134e159 Tweak to make it possible to test status bar et al 2014-08-22 15:14:56 +09:00
Daisuke Maki b7605254a7 Apply conversion 2014-08-22 14:27:23 +09:00
Daisuke Maki 63e997f9a7 test printScreen 2014-08-22 14:25:24 +09:00
Daisuke Maki cd515a369f Start adding test for layout 2014-08-22 12:25:17 +09:00
Daisuke Maki a62bc068b2 Rip out termbox functions from main code so we can assigh a dummy later
in tests
2014-08-21 21:12:48 +09:00
mattn bb1ea393a1 Cosmetic change 2014-08-21 20:39:16 +09:00
Daisuke Maki 1e02a23bbb FINALLY do away with the redandunt specification of option description 2014-08-21 20:31:45 +09:00
lestrrat e11b2b8ab5 Merge pull request #175 from kei-s/fix-prompt-option
Fix to show prompt by command line option
2014-08-21 10:09:26 +09:00
kei-s c7c95f8cbd Remove unused field 2014-08-20 20:08:51 +09:00
kei-s 9dfe97008a Fix to show prompt by command line option 2014-08-20 20:05:05 +09:00
Daisuke Maki f78ebb76e9 lint code 2014-08-19 20:37:57 +09:00
Daisuke Maki 6362fbc763 version++; this is v0.2.5 2014-08-18 12:08:11 +09:00
Daisuke Maki 3c97d00109 Tweak README 2014-08-18 10:01:54 +09:00
Daisuke Maki d871329c0d note version number 2014-08-18 09:59:50 +09:00
lestrrat a651890426 Update README.md 2014-08-18 06:38:39 +09:00
lestrrat f6b6928262 Merge pull request #172 from peco/selectable-layout
Selectable layout
2014-08-18 06:34:25 +09:00
Daisuke Maki 3ccdc35c40 Remove hardcoded height - 2 and use linesPerPage() 2014-08-17 18:19:53 +09:00
Daisuke Maki 36549186c6 Add notes to Changes file 2014-08-17 18:16:30 +09:00
Daisuke Maki 23a4381156 Fix README
As proposed by https://github.com/peco/peco/pull/172#commitcomment-7414889
2014-08-17 18:06:52 +09:00
Daisuke Maki 27cfbfebde Use batch mode just in case 2014-08-17 18:02:09 +09:00
Daisuke Maki 91eefefa24 Fix ToggleSelectionAndSelectNext
This action was doing the right thing, but the changes in the layout
was looking at the wrong line number
2014-08-17 18:01:29 +09:00
Daisuke Maki 0aa077bfa2 Jesus, what am I, a CS 101 student? 2014-08-17 17:51:25 +09:00
Daisuke Maki 74f4c46ce8 Implement ScrollPageUp/ScrollPageDown
Based on comment at https://github.com/peco/peco/pull/172#issuecomment-52393224
2014-08-17 08:20:16 +09:00
lestrrat 908f724c01 Update README.md 2014-08-16 21:50:14 +09:00
Daisuke Maki f9ee817fd5 Allow setting layout from config file
...So you don't have to type it all the time!
2014-08-16 21:13:32 +09:00
Daisuke Maki 04b1427f93 Fix moving around with arrows 2014-08-16 18:47:22 +09:00