openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
R
ruby.tmbundle
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jul 31, 2024 — Jul 31, 2025
Showing page 11 of 27
Search / Filter on:
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.
James Edward Gray II
More...
about 18 years ago
• still treat } and ] as fold stop-markers when followed by a comma
Allan Odgaard
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
Allan Odgaard
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:
Allan Odgaard
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)
Allan Odgaard
More...
about 18 years ago
Updating the Ruby grammar to cover .irbrc files, which are plain Ruby config files for IRb.
James Edward Gray II
More...
about 18 years ago
Upgrading to rcodetools 0.7.0.
James Edward Gray II
More...
about 18 years ago
• Fix history wrt. first term (Thanks, James) • Select current term in history • Fix indentation
Stanley Rost
More...
about 18 years ago
• insert a newline after the expression’s value
Allan Odgaard
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
Stanley Rost
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.
Stanley Rost
More...
about 18 years ago
Using tm_dialog to resolve ambiguous requests, instead of an HTML window.
James Edward Gray II
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.
James Edward Gray II
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)
Allan Odgaard
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
Allan Odgaard
More...
about 18 years ago
• add a bit of cell spacing to the table we use for the stack dump
Allan Odgaard
More...
about 18 years ago
Adding ERb comments to the rotation of the ERb tag inserter.
James Edward Gray II
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:
Allan Odgaard
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.
James Edward Gray II
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
Thomas Aylott
More...
over 18 years ago
• update title to what the snippet actually inserts
Allan Odgaard
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.
Thomas Aylott
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.
Thomas Aylott
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.
Thomas Aylott
More...
over 18 years ago
Fixing the globally scoped command in the Ruby bundle allan has never liked.
James Edward Gray II
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(…)".
Chris Thomas
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.
Alex Ross
More...
over 18 years ago
• change output type to Insert As Text — ticket 1FA06086
Allan Odgaard
More...
over 18 years ago
• remove $ from folding match on =begin/=end (as requested on the list)
Allan Odgaard
More...
over 18 years ago
Adding support for linking nested classes.
James Edward Gray II
More...
over 18 years ago
←
1
2
…
7
8
9
10
11
12
13
14
15
…
26
27
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree