1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
Commit graph

22 commits

Author SHA1 Message Date
Rob Gleeson
b23924186c Mark Text#no_color as returning void (value of no interest) 2011-05-06 18:52:45 +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
1ee8af8040 Pry::Helpers::Color => Pry::Helpers::Text. 2011-05-06 18:30:37 +01:00
Rob Gleeson
26d584b55b Add Pry::CommandContext#text 2011-05-06 18:28:12 +01:00
Rob Gleeson
495e00caa7 Document Pry::Helpers::Color … 2011-05-06 17:36:35 +01:00
Rob Gleeson
a86ddc550a Alias "gr(a|e)y" to "bright_black" 2011-05-06 16:43:11 +01:00
Rob Gleeson
0c3fc8bfaf Remove BaseHelpers#colorize. 2011-05-06 16:42:53 +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
John Mair
6d42e46d85 moved remove_first_word to base_helpers 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
218c916b90 added silence_warnings helper to base helpers and fixed formatting for file (base_helpers.rb) 2011-05-05 00:53:04 +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