textwrangler

How do I turn on line numbers by default in TextWrangler on the Mac?

I am fed up having to turn them on every time I open the application....

In TextWrangler, can I set the number of spaces per tab on a per-file-extension basis?

I want to use 4 spaces per tab in my Python code (.py files) and 2 spaces per tab in my JavaScript (.js files), and it is cumbersome to keep going to the preferences menu every time I switch between files. ...

Opening a remote file with TextWrangler

My current solution for editing files on a remote web server is to use Fetch to browse the remote machine and TextWrangler to make the edits. But since I'm getting more comfortable navigating the command line on the remote machine (but not comfortable enough to use VIM...), I'd like to be able to type something like 'open filename.txt' o...

How to change text color in TextWrangler on Mac

I cannot figure out how to do this. All I want to do is to select some text and then change the color of that text to red, say. I've lost 20 minutes of my life trying to do this. Typing 'font color' into help search brings up a reference to lesson 2, which doesn't even contain the word font or color. (Is TextWrangler low quality?) How...

Grep for .PO file, or RegEx for a block of text between delimiters

Start with this file: msgid "a string" msgstr "" msgid "" "A longer string wraps " "on multiple lines." msgstr "" Grep RegEx to replace all msgstr lines like this: msgid "a string" msgstr "{a string}" msgid "" "A longer string wraps " "on multiple lines." msgstr "" "{A longer string wraps " "on multiple lines.}" In my infinite ...

Open codeigniter projects with TextWrangler...

Hello there! I have seen some people opening codeigniter as project while I am still opening separate files which is really slow...does anybody know how can I do that with TextWrangler? ...

TextWrangler: lowercase in quotted text ("NeeD LoWerCase THis")

I need to convert the text inside quotes to lowercase (and leave unchanged all other text). How to automate it? Would be thankful for script or step-by-step solution. ...