Top "Textwrangler" questions

TextWrangler is the “little brother” to BBEdit, a professional HTML and text editor for the Macintosh.

My diff contains trailing whitespace - how to get rid of it?

I've tried editing a php file in TextWrangler with line endings set to Unix, in NetBeans, and in vim. When …

git netbeans whitespace removing-whitespace textwrangler
How to replace line-breaks with commas using grep in TextWrangler?

I have a text-file container a number of lines, which I need to turn into a csv. What is the …

regex grep line-breaks textwrangler
Auto-convert tab to 4 spaces in TextWrangler?

Is there a preference in Textwrangler to redefine a tab as 4 spaces? In Vim this is set expandtab in the …

tabs spaces textwrangler bbedit
Simple TextWrangler Grep Replace

I am trying to replace all h2 tags containing the class "title" with h1: <h2 class="title">Things&…

regex search grep aptana textwrangler
Is there a way to format code in TextWrangler?

I'm using TextWrangler on Mac OS X to do some web development. Is there a way to auto format code?

textwrangler
Text editor function to indent multiple lines at once

I want to make my code more organized. So, whenever I copy a function from my functions.php file and …

indentation text-editor textwrangler bbedit
Commenting/Uncommenting a block of Python code in TextWrangler

Searched this a bit before asking. There is another thread that seems to be asking about this same issue in …

python comments textwrangler
What is a 'shebang' line?

Currently I'm trying to start programming on my new Mac. I installed TextWrangler, and chose C++ as my language of …

c++ shebang textwrangler
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 …

macos editor text-editor textwrangler
TextWrangler: This file doesn’t appear to contain a valid ‘shebang’ line

It is my first time working with TextWrangler. I am using it to open a .sql file. But when I …

sql database shebang textwrangler