I am making the switch from TextMate to Vim for all of my text editing. However, one of the features 开发者_StackOverflow社区that I used a lot in TextMate was the comment banner command (ctr-shift-b).
I have TextMate running on Mac, and it has txmt protocol, that I can use as on web browser such as txmt://open/?url=file:///Users/smcho/smcho/bin/rst2html. I can use TextMate for editing rst2html.
Our style guide wants JavaScript to be indented by 4 spaces and HTML by 2. I\'ve got custom settings for .js and .开发者_Go百科html files. However, when I edit JavaScript inside <script> tags i
How do I auto-indent in Textmate similar to the effect of this code under Emacs: (defun set-newline-and-indent ()
How do I get the keyboard shortcuts to wo开发者_如何转开发rk for Rails? I\'m trying to insert ERb\'s like <%= %> and <% %> and the commands should be Ctrl+Z and Ctrl+X but it doesn\'t work
I\'m trying to print some Java source code with syntax coloring from TextMate, and the recommended way to do that seems to be to generate HTML from the source first. However, when I choose开发者_Stack
I have a Ruby on R开发者_运维技巧ails (RoR) document open and want to make the <%= %> pair of brackets. In TextMate, it\'s under Bundles > Ruby > Insert ERB\'s and the key command looks like:
I\'ve recently been converted to TextMate as a diverse and powerful programmer\'s tool. But it appears to be lacking in Java support. So, I\'ve been trying to mess around with the supplied Java bundle
Gemfile source \'http://rubygems.org\' gem \'rails\', \'3.0.3\' gem \'sqlite3-ruby\', :require => \'sqlite3\'
When I try to run some of the commands in the Ruby on Rails Textmate bundle, I get the following error: