0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
Apr 16, 2023 — Apr 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Converted file to UTF-8 More... about 13 years ago
add more trace logging, fix generation of prefix/full_prefix More... about 13 years ago
Removed non-ASCII characters. More... about 13 years ago
remove cache.yml from git ignore, check it in More... about 13 years ago
Fixed file encoding. More... about 13 years ago
ignore cache file, since it's not really portable (uses absolute filepaths) More... over 13 years ago
Add Unified Builder and ruby nature More... over 13 years ago
update smart typing pairs More... over 13 years ago
Turn off trace level logging (fixes [Studio #1339]). Suggest methods on supertype (still needs to do so recursively) More... over 13 years ago
fix replacement of first non-ruby chunk in ERB More... over 13 years ago
handle ERB/RHTML files properly by editing the source and replacing all non-ruby sections with whitespaces so we can parse the file. More... over 13 years ago
handle when no node is found at given offset More... over 13 years ago
Fix [Studio #621 - Ruby Content Assist is not working] by fixing image filenames. More... over 13 years ago
Corrected capitalization of TextMate, other minor fixes. More... over 13 years ago
Removed rubylexer More... over 13 years ago
Updated README file. More... over 13 years ago
move requires into command block to speed up loading bundles More... over 13 years ago
Merge branch 'master' into go_to_def More... over 13 years ago
Add a readme for ruble More... over 13 years ago
Resolve Class.new to class definition. Give locations with offsets (not just the file) for resolved methods, types, globals. Resolve Colon2Node to types More... over 13 years ago
first working cut at tracing constants/type names back to declaration More... over 13 years ago
implement tracing back class and instance variables to their declarations. More... over 13 years ago
handle when there are multiple declarations, let user choose the one they want More... over 13 years ago
WIP on go to declaration implemented as ruble command More... over 13 years ago
fix some broken code More... over 13 years ago
use new hook for contributing ENV vars More... over 13 years ago
re-use parser (cache in instance variable) More... over 13 years ago
try to fix error seen in tender #597 More... over 13 years ago
Fix issues seen in AS3 #929 - Code assist crashes with user defined classes More... over 13 years ago
Handle when there is no enclosing type, return "Object" More... over 13 years ago