0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 11 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'release' More... about 12 years ago
Fix incompatible 1.9 syntax More... about 12 years ago
Externalize strings that show up in menu More... over 12 years ago
- "Fix" to catch if the increase indent regexp fails to compile (which will happen under Ruby 1.8 default regex engine). Ideally we'd fall back to a simpler regexp that does work there. - Remove folding definitions since we implement that in java for Ruby. More... over 12 years ago
ignore cache files More... over 12 years ago
Updated cache file. More... over 12 years ago
Merge branch 'master' of github.com:aptana/ruby.ruble More... over 12 years ago
Fix broken menu entry More... over 12 years ago
Updated cache file. More... over 12 years ago
Fix to better match Textmate's Ruby bundle menu structure More... over 12 years ago
Fix APSTUD-3571 Calling Word-Wrap from Content Assist Returns Error More... over 12 years ago
Removed Ctrl+H as key-binding for Documentation for Word. More... over 12 years ago
Updated cache.yml file More... over 12 years ago
Updated cache.yml file More... over 12 years ago
Fix #2466 - Error in auto complete when entereing a method name in a ruby file More... almost 13 years ago
Fix #2490 - Open Declaration not working More... almost 13 years ago
Remove ruble impl of CA now that it's been ported to Java and perf has been improved. More... almost 13 years ago
Related to #2381 - Auto Code Completion errors More... almost 13 years ago
Fix #2402 - Ruby command 'hash pointer' keybinding conflicts with Go to Line on non-Mac OSes" Use Alt+L for non-Mac OS More... almost 13 years ago
Fix to handle both new and old locatiosn of java classes More... almost 13 years ago
use CompatVersion.BOTH More... almost 13 years ago
Merge branch 'hierarchy' More... almost 13 years ago
Use BOTH compatibility so we handle ruby 1.9 syntax. Filter to unique proposals for classnames/constants More... almost 13 years ago
Fix merge conflict cherry-picking over 64feef3bef732610810282bb58ca9540a99f9ceb More... almost 13 years ago
Suggest singleton methods for classes too. Use singleton vs public instance method images for proposals based on them. More... almost 13 years ago
add tracking up the type hierarchy to suggest methods (that includes supertypes and included/extended Modules) More... about 13 years ago
forcibly remove TM_COMMENT_END from env More... about 13 years ago
Remove hack command, fixes TISTUD-275 - Crtl+Shift S in code editor shows \"Setup Ruby and Debugger\" menu More... about 13 years ago
add keyword CA More... about 13 years ago
fix short prefix to be empty if it's '.' or ':' More... about 13 years ago