Trying to work on JRuby with TextMat开发者_JS百科e.While setting TM_RUBY tells TextMate to run JRuby where Ruby is run, it is not going to be a very pleasant experience.
I typed up a 开发者_JS百科simple Ruby code for a tutorial question, as shown below. #Grandma is deaf!
I\'m used to developing Java programs in Eclipse, where I can type something like... \"SomeObj开发者_如何学Goect.\", and when I press \".\", it has a small list popup from which I can choose (and auto
I\'m using an existing snippet in Textmate to reduce the repetition of creating controllers and models. The snippet works great, but I\'d love to add a comment to the end of each file. For example:
Is there a command in TextMate to re-indent or format text in a file? I use this all the time in IDE\'s after pasting in a block of code, removing a block, etc for re-indenting a file.
for example, I type <html> , this there any short cuts to insert 开发者_开发百科 </html>
I am trying to get a decent navigation between my methods in TextMate. I would love to have a list of them in a drawer, but I gue开发者_StackOverflowss there is no such solution yet, right? Therefore
Textmate has a Python PEP8 bundle that will run pep8 validation on your file.How开发者_运维百科 can I set it to do the equivalent of pep8 --ignore=E501 my_file.py?The author of the pep8 bundle has add
Hello I\'开发者_运维百科m learning Rails3 so I start to use gem Bundler (http://github.com/carlhuda/bundler)
What I would like is a snippet that when executed, grabs the TM_FILEPATH output Explodes it on the slash /