0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 2 days ago.
Sep 17, 2025 — Sep 17, 2026
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) More... almost 20 years ago
• recognize regexps after ‘match’ (when no parentheses are used) More... almost 20 years ago
- require 'fcntl' still used by "run" method (see line 39) More... about 20 years ago
• identify ‘end’ tokens with a method call as fold stop markers — ticket CCADB3DA 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) More... about 20 years ago
[FIXED] Working around a WebKit buffering issue reported by Fritz Anderson on the mailing list. 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 More... about 20 years ago
• put single quotes around the term looked up More... about 20 years ago
Fixing the snippet spacing I goobered with my last commit. More... about 20 years ago
Allan's improvement to my clumsy test snippet. More... about 20 years ago
• use ⌃: for String/Symbol toggling and ⌃_ for CamelCase/underscore toggling More... about 20 years ago
Improving Run Rake Task error messages and switching it to use the new stylesheet. More... about 20 years ago
A first crack at getting the Ruby Documentation command to use the new stylesheet. More... about 20 years ago
Fixing Run Focused Unit Test to work via RubyMate. More... about 20 years ago
• enable auto-scroll of output 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 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) More... about 20 years ago
Moving and cleaning up Reformat Comment. 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?) More... about 20 years ago
Fixing bug in Reformat Comment. 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). 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 More... about 20 years ago
Nice unified HTML Output More... about 20 years ago
added 'extend' to keyword.other.special-method.ruby 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. More... about 20 years ago
• ensure that txmt:-links from exceptions are to absolute file paths — patch from ticket C726B85F More... about 20 years ago
(Part of the global rename of entity.name.class to entity.name.type) More... about 20 years ago
• Change constant.language.pseudo-variable to constant.language • Move (__(FILE|LINE)__|self) to variable.language, remove from constant.language More... about 20 years ago
Changing a tab trigger to be consistent with the bundle style. More... about 20 years ago
Rename variable.parameter to variable.parameter.function.ruby More... about 20 years ago