Commit Graph

23 Commits

Author SHA1 Message Date
John Mair 34f63c65f6 fixed tests (phew), migrated more code over to Pry.config, made major changes to helper.rb for tests 2011-05-29 01:38:00 +12:00
John Mair d593294bfe replaced explicit '(pry)' string with Pry.eval_path method 2011-05-25 12:48:53 +12:00
John Mair 5e11ff46a8 show-method should now work for eval methods 2011-05-25 00:34:55 +12:00
John Mair 54f4f3e797 modulus approach for show-method working 100% 2011-05-24 23:02:29 +12:00
John Mair 07046765ee first attempt at bringing show-method to eval methods 2011-05-24 20:16:46 +12:00
Rob Gleeson 7051c12730 Quash (most) warnings emitted by -w.
Two remain:

- two from method_source gem.
2011-05-19 19:07:40 +01:00
John Mair 9484216ecc fixed bug in make_header, changed Helpers.Text to Helpers::Text 2011-05-11 21:41:15 +12:00
Rob Gleeson a13f71cab5 Sync commands with new API. 2011-05-07 16:03:26 +01:00
Rob Gleeson 25b7a26a77 Remove CommandHelpers#no_color, as it is implemented in Text 2011-05-06 18:51:23 +01:00
Rob Gleeson 2744f866f7 Add Pry::Helpers::Text#with_line_numbers. 2011-05-06 18:50:40 +01:00
Rob Gleeson 26d584b55b Add Pry::CommandContext#text 2011-05-06 18:28:12 +01:00
Rob Gleeson b54d907767 Add Pry::Helpers::Color. 2011-05-06 16:29:41 +01:00
Rob Gleeson c611b45f57 Revert "refactored add_line_numbers to use colorize method"
This reverts commit 3c6f8ecc9c.
2011-05-06 14:52:27 +01:00
John Mair 3c6f8ecc9c refactored add_line_numbers to use colorize method 2011-05-06 15:40:18 +12:00
Rob Gleeson d5cbbf8630 Fix indentation. 2011-05-05 00:49:15 +01:00
Rob Gleeson 551279d5c2 Add #colorize. 2011-05-05 00:45:18 +01:00
John Mair 676cf20365 moving fundamental helper methods from command_helpers to base_helprs (set_file_and_dir_locals() and no_color()) 2011-05-05 01:45:29 +12:00
John Mair 6e5dbc2d3e Added geany to list of supported editors for edit-method, moved start_line_for_editor() helper from general helpers file to introspection.rb 2011-05-05 00:22:26 +12:00
John Mair f765df9a45 supercharged get_method_object() method (and show-method, show-doc, etc commands), started tests for command helpers (test_command_helpers.rb) 2011-05-03 15:34:42 +12:00
John Mair 9b4a332be4 Fixed get_method_object bug where instance methods/methods could not be selected using -M and -m switches by using long-from slop hash key names instead 2011-05-01 16:21:00 +12:00
John Mair 9eb01f1436 added no-jump option and proc support to Pry.editor and edit-method 2011-05-01 04:38:17 +12:00
Mon ouïe 7562f29170 Fixed #render_output 2011-04-26 23:27:50 +02:00
Mon ouïe b0f8b72da0 Moved helpers to their own namespaces, got rid of CommandBase 2011-04-25 22:58:06 +02:00