openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
R
ruby-tmbundle
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 23 hours
ago. based on code collected
2 days
ago.
Sep 17, 2025 — Sep 17, 2026
Showing page 8 of 21
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
• revert the read → readpartial changes (so basically back at r5217, except for using htmlize over esc)
duff
More...
almost 20 years ago
• recognize regexps after ‘match’ (when no parentheses are used)
duff
More...
almost 20 years ago
- require 'fcntl' still used by "run" method (see line 39)
benoit
More...
about 20 years ago
• identify ‘end’ tokens with a method call as fold stop markers — ticket CCADB3DA
duff
More...
about 20 years ago
• use htmlize instead of own esc function • use readpartial instead of read (and thus remove the code which switches to non-blocking IO for the file descriptors)
duff
More...
about 20 years ago
[FIXED] Working around a WebKit buffering issue reported by Fritz Anderson on the mailing list.
JEG2
More...
about 20 years ago
• wrap tab characters in a <span> which sets white-space:pre; to get literal whitespace *and* nice word wrap -- kudos to Spanko (##textmate) for coming up with this
duff
More...
about 20 years ago
• put single quotes around the term looked up
duff
More...
about 20 years ago
Fixing the snippet spacing I goobered with my last commit.
JEG2
More...
about 20 years ago
Allan's improvement to my clumsy test snippet.
JEG2
More...
about 20 years ago
• use ⌃: for String/Symbol toggling and ⌃_ for CamelCase/underscore toggling
duff
More...
about 20 years ago
Improving Run Rake Task error messages and switching it to use the new stylesheet.
JEG2
More...
about 20 years ago
A first crack at getting the Ruby Documentation command to use the new stylesheet.
JEG2
More...
about 20 years ago
Fixing Run Focused Unit Test to work via RubyMate.
JEG2
More...
about 20 years ago
• enable auto-scroll of output
duff
More...
about 20 years ago
• change scope selector to ‘source.ruby - text.html.ruby’ so that ⌘R works to refresh open browsers when inside <% … %> in rhtml files
duff
More...
about 20 years ago
• use the theme stored in defaults (by calling webpreview.sh) — it doesn’t show the proper selection in the pop-up, I am waiting till we have factored this out into templates for that (using html_header will show the proper initial value)
duff
More...
about 20 years ago
Moving and cleaning up Reformat Comment.
JEG2
More...
about 20 years ago
• enable normal white-space rules for script output and convert successive space-runs to using non-breaking spaces. This appears to be the only way to get real word wrap with pre-formatted text using WebKit — we set ‘-khtml-nbsp-mode: space;’ so that copy’n’paste should see the non-breaking spaces as just spaces, although omitting that setting seems to have the same effect (WebKit bug?)
duff
More...
about 20 years ago
Fixing bug in Reformat Comment.
JEG2
More...
about 20 years ago
Adding Daniel Harple's Reformat Comment command for ruby. The script used to accomplish this is placed in Support/bin/ so other commands are free to make use of it. This command required a minor change to the Ruby grammar (leading whitespace is now scoped as part of the comment for full line comments only).
JEG2
More...
about 20 years ago
• string matching (in the increase indent pattern) inside a repeat was done using: "(\\.|[^"])*+" — this should have given a non-backtracked match of a string, but if a string contained \" then that could also be taken by the second alternation, and would give a backtrack point which leads to bad performance for some pathetic cases — ticket 8504FA7D
duff
More...
about 20 years ago
Nice unified HTML Output
Soryu
More...
about 20 years ago
added 'extend' to keyword.other.special-method.ruby
benoit
More...
about 20 years ago
* made the toggle string commands work with ruby-1.8.5 without warnings (":" after "when" is deprecated, you should use ";"), works also with the default 1.8.2, not tested with 1.6 but it should also work.
torsten
More...
about 20 years ago
• ensure that txmt:-links from exceptions are to absolute file paths — patch from ticket C726B85F
duff
More...
about 20 years ago
(Part of the global rename of entity.name.class to entity.name.type)
msheets
More...
about 20 years ago
• Change constant.language.pseudo-variable to constant.language • Move (__(FILE|LINE)__|self) to variable.language, remove from constant.language
msheets
More...
about 20 years ago
Changing a tab trigger to be consistent with the bundle style.
JEG2
More...
about 20 years ago
Rename variable.parameter to variable.parameter.function.ruby
msheets
More...
about 20 years ago
←
1
2
3
4
5
6
7
8
9
10
11
12
…
20
21
→
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