summaryrefslogtreecommitdiff
path: root/lib/highline/menu.rb
Commit message (Expand)AuthorAgeFilesLines
* Apply manual fixes for rubocop warningsAbinoam P. Marques Jr2017-07-011-19/+29
* Fix menu indexing by letterAbinoam P. Marques Jr2017-07-011-2/+4
* Rubocop automatic correctionsAbinoam P. Marques Jr2017-06-301-45/+45
* use default in readme exampleFrederico2016-07-111-1/+1
* show default option for menusFrederico2016-07-111-6/+16
* Apply (pronto-)rubocop suggestions for PR #197feat_improve_menuAbinoam P. Marques Jr2016-06-051-1/+1
* Split and reduce complexity on Menu#optionsAbinoam P. Marques Jr2016-06-051-12/+13
* HighLine::MenuItem -> HighLine::Menu::ItemAbinoam P. Marques Jr2016-06-031-29/+8
* Extract compound logic from Menu#to_aryAbinoam P. Marques Jr2016-06-031-6/+14
* Implement HighLine::Menu's indices coloringAregic2016-05-311-5/+37
* Add menu#build_item covenience, bringing us one step closer to a cleaner APImatrinox2016-02-191-0/+13
* Change name keyword arg to first positional arg because it's requiredmatrinox2016-02-191-15/+10
* Add configurable MenuItem via HighLine::Menu#add_itemmatrinox2016-02-191-0/+12
* Remove keyword args to preserve backwards compatability (and ruby 1.9 support)matrinox2016-02-191-9/+13
* Fix menu selection gathering with the various optionsmatrinox2016-02-191-13/+55
* Add MenuItem struct for encapsulationmatrinox2016-02-191-46/+72
* Fix #180 - Make it possible to patch the responses hashAbinoam Praxedes Marques Jr2015-12-271-5/+3
* Improve Menu#help #get_item_by_number and #get_item_by_letter documentationAbinoam Praxedes Marques Jr2015-12-131-1/+9
* Improve HighLine::Menu#select documentationAbinoam Praxedes Marques Jr2015-12-131-1/+6
* Improve HighLine::Menu#hidden documentationAbinoam Praxedes Marques Jr2015-12-131-1/+7
* Improve HighLine::Menu#choices documentationAbinoam Praxedes Marques Jr2015-12-131-2/+5
* Improve HighLine::Menu#choice documentationAbinoam Praxedes Marques Jr2015-12-131-0/+17
* Add some comments to Menu methodsAbinoam Praxedes Marques Jr2015-11-171-2/+2
* Extract Menu#get_item_by_number and #get_item_by_letterAbinoam Praxedes Marques Jr2015-11-171-4/+12
* Add example to HighLine#Menu documentationAbinoam Praxedes Marques Jr2015-11-171-0/+7
* Use yard link syntax on HighLine#Menu documentationAbinoam Praxedes Marques Jr2015-11-171-7/+8
* Add some rdoc markup for correct doc generationAbinoam Praxedes Marques Jr2015-07-171-0/+1
* It's 'nil check' hunting seasonAbinoam Praxedes Marques Jr2015-07-171-8/+6
* remove unneccessary shebang lines from *.rb files in libMichal Cichra2015-06-151-1/+0
* Add HighLine::TemplateRenderer to aggregate tpl rendering logicAbinoam Praxedes Marques Jr2015-04-291-14/+13
* Add coding information to all files - 1.9 compatibilityAbinoam Praxedes Marques Jr2015-04-291-0/+3
* Use #to_s for question and menu string conversion. Rubinius compatible.Abinoam Praxedes Marques Jr2015-02-241-1/+1
* Fixed comment.Keith Bennett2014-01-021-3/+4
* Reimplemented Menu#update_responses and Question#build_responses to move all ...Keith Bennett2014-01-021-24/+5
* Eliminated colons and added single quotes to list of valid choices in menu er...Keith Bennett2013-12-301-2/+3
* Fixing error in rdoc.Marcus Stollsteimer2012-12-071-2/+2
* Fixing some typos in rdoc.Marcus Stollsteimer2012-12-071-1/+1
* Removing trailing whitespace.Marcus Stollsteimer2012-11-271-61/+61
* Fixing some typos in rdoc.Marcus Stollsteimer2012-11-271-1/+1
* Remove shebangs. Fix shebang-spec.Scott Gonyea2012-06-121-2/+0
* Change shebangs to use /usr/bin/env to find the ruby.Scott Gonyea2012-06-121-1/+1
* Add typing verification through multiple matching entriesmichael2012-05-131-0/+2
* Refactor rgb colors using const_missing. Add rgb color tests. Bug fixes -- al...Richard LeBer2011-06-271-1/+1
* Trying a fix for nil_on_handled doesn't execute action bug.James Edward Gray II2011-05-121-3/+4
* A fix for incorrect disambiguation choices.James Edward Gray II2010-02-111-3/+5
* restructuringGregory Brown2009-02-021-0/+395