diakonos/lib/diakonos
2009-05-19 14:33:21 -04:00
..
buffer Moved @pen_down = true into Buffer#initialize . 2009-05-19 14:33:21 -04:00
core-ext Moved files which extend Ruby core classes into a core-ext/ subdir. 2009-04-29 19:35:47 -04:00
display Refactored String#toColourConstant into Diakonos::Display.to_colour_constant( str ). 2009-04-05 16:58:09 -04:00
functions Moved tag-related functions into functions/tags.rb. 2009-04-29 19:28:01 -04:00
vendor Moved vendor/ dir under diakonos/ lib dir. 2008-12-09 13:57:20 -05:00
bookmark.rb Renamed buffer-management-related methods from camelCase to snake_case. 2009-04-09 21:09:29 -04:00
buffer-hash.rb Expand path first before using in BufferHash#[]=. 2008-12-04 14:00:30 -05:00
buffer-management.rb Deprecated more camelCase functions. 2009-04-15 13:49:07 -04:00
buffer.rb Moved @pen_down = true into Buffer#initialize . 2009-05-19 14:33:21 -04:00
clipboard.rb Moved showClips from diakonos.rb to functions.rb (as show_clips). 2009-04-12 23:24:40 -04:00
config.rb Renamed main Diakonos methods from camelCase to snake_case. 2009-04-12 23:19:44 -04:00
ctag.rb Refactor: Removed superfluous return statements. 2008-11-05 13:28:42 -05:00
display.rb Renamed remaining display-related methods from camelCase to snake_case. 2009-04-14 00:09:00 -04:00
finding.rb Implemented placeholders for findAndReplace. 2008-08-11 09:10:13 -04:00
functions-deprecated.rb delete_to_EOL_to_klipper => delete_to_eol_to_klipper 2009-04-17 00:07:19 -04:00
functions.rb Moved tag-related functions into functions/tags.rb. 2009-04-29 19:28:01 -04:00
grep.rb Moved some grep-related code into grep.rb. 2009-04-28 21:44:57 -04:00
help.rb Deprecated more camelCase functions. 2009-04-15 13:49:07 -04:00
hooks.rb Renamed hook-related methods from camelCase to snake_case. 2009-04-09 21:12:52 -04:00
installation.rb Added placeholder installation.rb to get specs to run. 2009-03-08 07:11:04 -04:00
interaction.rb Put interaction timer only on first stale session prompt, not any after that (too annoying!). 2009-04-26 09:47:10 -04:00
keying.rb Deprecated more camelCase functions. 2009-04-16 23:57:50 -04:00
list.rb Refactored some code into a new method, actually_grep. 2009-04-22 19:25:21 -04:00
logging.rb Renamed logging-related methods from camelCase to snake_case. 2009-04-09 21:17:36 -04:00
readline.rb Fix bug that caused interaction line edits to modify @session[ 'dir' ]. 2009-04-17 23:52:36 -04:00
sessions.rb Only try to delete the session file if it actually exists (since otherwise we'd get an Exception). 2009-04-28 22:15:23 -04:00
sized-array.rb Refactor: Removed superfluous return statements. 2008-11-05 13:28:42 -05:00
text-mark.rb Indentation adjustment. 2009-04-19 21:01:32 -04:00
version.rb Moved @pen_down = true into Buffer#initialize . 2009-05-19 14:33:21 -04:00
window.rb More changes to make @testing not draw anything on screen. 2009-03-11 14:00:53 -04:00