0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 10 hours ago.
Jul 29, 2024 — Jul 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
• RubyMate now determines the full path to the ruby executable using `rbconfig`. More... over 18 years ago
• Cleanup some names in scriptmate.rb a little. Also, we now just match the she-bang, and use it directly. No munging at all. • Updated RubyMate to reflect the changes in scriptmate.rb. More... over 18 years ago
• Removing extra require of "escape.rb". More... over 18 years ago
Restoring RubyMate's test recognition code to working order. More... over 18 years ago
Adding a Trim Mode parameter to ERb syntax validation, so it will recognize the <%- .. -%>. More... over 18 years ago
A start on the RakeMate refactoring to unify Ruby and Rails bundle efforts. More... over 18 years ago
"#{ include $self instead of $base }" to keep from scoping all of html when in ERB. This should be better if we move some/all of Ruby Experimental stuff to the real Ruby syntax. More... over 18 years ago
• add -KU to the default variables • remove additional newline (it still inserts one newline) More... over 18 years ago
Include $base in string embedded source More... over 18 years ago
• Fixing hash-bang. More... over 18 years ago
Fixing the last-line-invocation-hangs bug found by Allan. TM sends us the line index, but reading from STDIN, we don't get the last line when it is blank. Thus we were indexing a nil. I also modified the script so it will fail, instead of hang, in the event of future issues. More... over 18 years ago
• add markup of ENV[…] and a simple preference so that completion (⎋) in that construct uses variables in the current environment as candidates More... over 18 years ago
• Escaping included test paths. More... over 18 years ago
• RubyMate/run_script.rb now inherits from Support/lib/scriptmate.rb More... over 18 years ago
• change key equivalent from ⌃⌥⇧O (reserved for language choices) to ⌃⇧⌘O (secondary bundle items, ⌃⇧O being Open Terminal) More... over 18 years ago
Tag order change requested by canadaduane. The order is now <%= %>, <% %>, <%- -%>. More... over 18 years ago
Added disableOutputAutoIndent to 'Toggle ERb Tags' command so that the indentation for multiple lines is not modified as a side effect. More... over 18 years ago
[CHANGED] Adding the whitespace trimming ERb tag <%- … -%> (removes indent and trailing newline) to the rotation for control > (⌃>). Suggested by eventualbuddha. More... over 18 years ago
• extend scope selector to source.yaml (in which we actually support ERb) More... over 18 years ago
Fixing bug reported by John Tsombakos. More... over 18 years ago
Implementing the committee's (look Duane, I spelled it right!) toggle-the-tags specification. More... over 18 years ago
Switching to -bash. See how slow design-by-comity is? More... over 18 years ago
The missing file. Sorry. More... over 18 years ago
[NEW] The Ruby bundle has a new snippet to generate ERb’s <% … %> and <%= … %> tags. Both tags are available via control > (⌃>). Add a tab (⇥) after triggering the snippet if you wish to keep the =. This depreciates the control X (⌃X) and control Z (⌃Z) snippets from the Rails bundle and they will be removed in the future. This feature was designed by the ANSI TextMate Standards Comity. More... over 18 years ago
• Move Ruby Styling for the WebPreview here More... over 18 years ago
• update web_preview.rb with new HTML etc. • make webpreview.sh use web_preview.rb • make RubyMate use web_preview.rb More... almost 19 years ago
Global change from comment.documentation to comment.block.documentation More... almost 19 years ago
• only create a Pathname object and call realpath for paths which exist (e.g. the stack trace could contain ‘(erb)’ as the file where the exception originated) More... almost 19 years ago
• make it so that <?xml after __END__ also triggers HTML syntax — because we support ERb in HTML I find that using HTML even for pure XML is better (but maybe we should just add ERb/PHP support to XML, e.g. it’s not unusual to have a PHP script generate an RSS feed (which is then XML, although that would have a PHP extension… anyway…) More... almost 19 years ago
• Forgot to include the “Seasonal Theme” in the Theme list. More... almost 19 years ago