0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 28, 2024 — Jul 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adding Rake snippets. More... about 17 years ago
Making class and module snippets default to the current file name. More... about 17 years ago
More bundle menu cleanup. More... about 17 years ago
Adding the meta.erb scope to our ERB commands. More... about 17 years ago
Syntax highlight gem() calls the same as require statements. More... about 17 years ago
Making it possible to customize the switched passed to Ruby in the shebang snippet by setting the shell variable TM_RUBY_SWITCHES. More... about 17 years ago
Bundle editor menu cleanup. More... about 17 years ago
Rounding out the file and path snippets and moving them into their own menu. More... about 17 years ago
Adding a drag command for requiring Ruby files. More... about 17 years ago
• Transitioned from scriptmate to TextMate::Executor.run(). More... about 17 years ago
• Check for TM_SCRIPT_IS_UNTITLED when formatting exceptions, to avoid pointing at the temporary file scriptmate uses when running unsaved buffers. More... about 17 years ago
• Update PHP, Ruby, Perl, and Python runners to reflect changes in scriptmate.rb. Namely, add the default_extension method to each class inheriting from UserScript so that ScriptMate will know what extension to use when creating temporary files. More... about 17 years ago
• remove the (old) stdin overload — the new stuff though requires bleeding-edge builds, which require you to manually hold ⌥ when doing “Check Now”. There will seen be a new minor build (knock on wood) More... about 17 years ago
Fix ruby octal string escapes
eridius
as Kevin Ballard
More... about 17 years ago
• do not output the file path of what we open to stdout (aesthetic change) More... about 17 years ago
• Revert of r9642 and r9632. More... about 17 years ago
• Fix handling of script's with hashbangs. More... about 17 years ago
• Update ScriptMate to use new TextMate::Process.run() API. More... about 17 years ago
Switch from the directory name Test to Tests. More... about 17 years ago
Fixing a Ruby syntax parsing bug where a no argument method followed by a commit on the same line (like RDoc's # :nodoc:) would cause the next line to be parsed as arguments. This was really screwing up how TM was parsing the source code for Rails. More... over 17 years ago
A minor readability patch from Robert Fuchs. More... over 17 years ago
Adding a workaround for Leopard where Bash's built-in echo behaves differently than Tiger. More... over 17 years ago
Support embedded SQL in heredocs marked by an <<-SQL token More... over 17 years ago
The require completion would fail if there was an entry in $LOAD_PATH which did not exist More... over 17 years ago
Fixing a syntax highlighting bug by removing an unneeded rule. This syntax is only allowed in method definitions and is covered by those grammar rules. Bug reported by Malesca and fixed by Eridius. More... over 17 years ago
Applying updates to regular expression parsing from allan and Infin. More... over 17 years ago
• use #!/bin/sh as shebang for “Ruby → Run” and “TextMate → Relaunch”. More... over 17 years ago
Introducing a pair of snippets for XML parsing and XPath queries. More... over 17 years ago
Relaxing the scope of this command so it will work inside interpolated Strings. This may cause problems with some ERb templates, but we're deferring that fix until the scopes for Ruby are improved. More... over 17 years ago
Supporting method arguments when parentheses aren't used and optimizing the related rules. More... over 17 years ago