Hi,
the ctrl-< shortcut to create <> around html tags doesn't work for me. Other
shortcuts e.g. shitf-ctrl-W do work fine. I saw the issue was mentioned in
2007 posts but I found no fix for my problem. I use a standard US keyboard
configuration. I guess I am missing something fundamental here...
Thanks for your help,
Marco
--
View this message in context: http://old.nabble.com/Ctrl-%3C-shortcut-not-working-tp28756116p28756116.html
Sent from the textmate users mailing list archive at Nabble.com.
Hi everyone,
I have a file with numbers in it, and I want to to add a comma to the end of
each one, but the file has 1'024,000 numbers in a column of varying sizes.
How could I do this with a search and replace regular expresion.
before:
1
34
244
5
..
after
1,
34,
244,
5,
Regards Ed.
--
View this message in context: http://old.nabble.com/How-do-I-search-replace-word-tp28758635p28758635.html
Sent from the textmate users mailing list archive at Nabble.com.
Hello,
I am experimenting with the use of Sphinx/reST as an electronic laboratory notebook. I already use the restructuredText bundle for visualizing the reST syntax within Textmate. I am wondering if there is an automated way to run Sphinx's "make html" command on all .rst files in a Textmate Project from within Textmate? In other words, I would like to not be forced to switch out to the command line to update my "notebook".
Upon writing this, I realize that my question now boils down to: can one assign a keystroke to a command that will operate on the top-level of a project directory?
I apologize if this is a terribly noob question.
Aaron
Hi there,
I had a quick question on the Textmate "Python -> Run Script" command. Since I mostly write command line utilities, I pass command line arguments to my scripts on a regular basis.
Is there a way to test your python script (CMD-R) and have Textmate populate sys.argv[:] for the script to use? Either via a dialog box, a TM Variable, etc?
Thanks for any help,
----
Brian H
binarynomad(a)gmail.com
http://www.binarynomad.com