Tagged Questions

2
votes
2answers
79 views

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 …
2
votes
2answers
313 views

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.
0
votes
2answers
69 views

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 …