0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 31, 2024 — Jul 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
A patch from Malesca to support `def test() end` style definitions without breaking the folding in the Ruby grammar. More... about 18 years ago
• still treat } and ] as fold stop-markers when followed by a comma More... about 18 years ago
• a /regexp/ directly after ; is now also recognized, e.g. (from scanf.rb): def skip; /^\s*%\*/.match(@spec_string); end More... about 18 years ago
• match ‘\$\d+’ instead of just ‘\$\d’ for the special regexp capture variables, people with code like the following now again has proper highlighting: More... about 18 years ago
• move the special ENV[…] rule before the (updated) variable rule so that we once again have ENV[…] matches specially (and have ⎋-completion inside these arrays based on the environment) More... about 18 years ago
Updating the Ruby grammar to cover .irbrc files, which are plain Ruby config files for IRb. More... about 18 years ago
Upgrading to rcodetools 0.7.0. More... about 18 years ago
• Fix history wrt. first term (Thanks, James) • Select current term in history • Fix indentation More... about 18 years ago
• insert a newline after the expression’s value More... about 18 years ago
• Remove ri.rb script, merged with linked_ri.rb • History for initial term is still broken if it was ambiguous More... about 18 years ago
• Added Search history via JavaScript. Feedback welcome. • Maybe we also should cache history requests? • The new UI to resolve ambiguous request kind of destroys the first history search, though. But fixable. More... about 18 years ago
Using tm_dialog to resolve ambiguous requests, instead of an HTML window. More... about 18 years ago
Adding support for multiple locigal negation operators (svn statusfoo) as suggested by Malesca. This does mark the run up as a single operator, but at least they are recognized now. More... about 18 years ago
• no longer require ClassNames to have second character as lowercase (so now matching IEBrowser from Prototype / jstest.rb as a class) More... about 18 years ago
• change this to work with the full path of the quoted string in the current require, rather than the current word — but on the downside it is no longer possible to use it with stuff outside a “require” line unless the file to open is selected More... about 18 years ago
• add a bit of cell spacing to the table we use for the stack dump More... about 18 years ago
Adding ERb comments to the rotation of the ERb tag inserter. More... about 18 years ago
• if, unless, etc. would not be interpreted as predicates when preceded by & or similar punctuation, which is correct when we e.g. have: More... over 18 years ago
Making this command a little more clever about forcing block comments to start at the beginning of a line, as suggested by fowlduck. More... over 18 years ago
Removed meta.function-call.method.with-arguments.ruby, meta.function-call.method.without-arguments.ruby & meta.function-call.ruby from Ruby due to inconsistency More... over 18 years ago
• update title to what the snippet actually inserts More... over 18 years ago
Disable meta.function-call entity.name.function from being listed in the function menu. Add source.ruby.rails to the documentation command. More... over 18 years ago
Added scopes for meta.function-call.method.with-arguments, meta.function-call.method.without-arguments and generic functions with relevant syntax tests. This is different than the ones in Ruby Experimental. These don't try and scope the arguments, just the name of the functions themselves. More... over 18 years ago
Moved a large number of innocent scopes from Ruby Experimental to Ruby. These scopes have been available for testing for many many months now. I have mentioned that I was going to merge these syntaxes many times with no opposition, this is the first step toward that goal. This shouldn't break anything, but if you have an example of broken syntax due to this change, as always, you can add a new test to the syntax test file in the Ruby bundle and send it to me to fix. Enjoy! Added better support for regular variables to Ruby Experimental. More... over 18 years ago
Fixing the globally scoped command in the Ruby bundle allan has never liked. More... over 18 years ago
[CHANGED] The Ruby support modules Dialog and TextMate::Dialog have been merged into TextMate::UI. "dialog.rb" is now "ui.rb". All of the former Dialog module methods are now accessed through the TextMate::UI module, e.g. "TextMate::UI.menu(…)" or "include TextMate; UI.menu(…)". More... over 18 years ago
• Fixing ScriptMate indentation / rearranging html output. • Dropping old rubymate css file that was causing confusion. the styles defined here will be included with all scriptmates in the forthcoming scriptmate overhaul. More... over 18 years ago
• change output type to Insert As Text — ticket 1FA06086 More... over 18 years ago
• remove $ from folding match on =begin/=end (as requested on the list) More... over 18 years ago
Adding support for linking nested classes. More... over 18 years ago