Questions tagged [textwrangler]

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

TextWrangler

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

TextWrangler vs. BBEdit

TextWrangler is a very capable text editor. What sets BBEdit apart is its extensive professional feature set including Web authoring capabilities and software development tools.

How do I get TextWrangler?

Download TextWrangler here.

TextWrangler is a…

  • General Purpose Text Editor
  • Programmer’s Text Editor
  • Unix And Server Administrator’s Tool
  • Powerful Text Transformer And Manipulator
  • Good Mac OS Citizen
  • Powerfully Useful Tool
  • product developed in the best traditions of Bare Bones Software, with high performance, ease of use, a rich feature set, and the ability to read its own release notes.

TextWrangler 4.0 System Requirements

  • Mac OS X 10.6 or later (10.6.8, 10.7.3 or later recommended)
  • Intel Macs only

What about BBEdit Lite?

BBEdit Lite was discontinued a number of years ago, and the world has moved on. TextWrangler and BBEdit have capabilities that were never supported (or possible) in BBEdit Lite:

  • Run natively and at full speed on Macs with Intel processors;
  • Open files from (and save them to) remote FTP and SFTP servers;
  • Pattern matching (BBEdit's grep mode uses a PCRE version from 2003, so recent PCRE features are missing);
  • Support for editing Unicode text files, and converting between text encodings;
  • Find Differences to compare files or folders;
  • Integration with the Unix command-line environment;
  • Advanced and extensible programming language support, with code folding, syntax coloring, and extensibility;

…and much much more.

177 questions
2
votes
5 answers

Regex to find a lowercase letter followed by an uppercase between a HTML tag

I want to use Regular Expression in TextWrangler to find lowercase letter followed by uppercase between these HTML font-color tags. For example: Word word wordWord Word word wordWord In…
Niamh Doyle
  • 1,909
  • 7
  • 30
  • 42
2
votes
2 answers

Apple's Services Implementation Guide - Sample Code Not Working

Whenever I'm like surfing on the web and I highlight a bunch of text, I see a "New TextWrangler Document with Selection" item on the contextual menu. How do I replicate this functionality with my app so that whenever a user selects text in any other…
hollow7
  • 1,506
  • 1
  • 12
  • 20
2
votes
1 answer

How to replace an item between two delimiters in TextWrangler

I want to replace a phonetic symbol between phonetic transcription slashes like this: /anycharacter*ou*anycharacter/ to /anycharacter*au*anycharacter/ I mean I want to replace "ou" by "au" between any two phonetic slashes in all cases. For…
Niamh Doyle
  • 1,909
  • 7
  • 30
  • 42
2
votes
2 answers

How to Split and extract location name from a column in Python

I've been working with data initially exported to CSV and later imported from same CSV for further EDA. There's an address column which has 'suburb/locality' name attached to it. I was trying to find a way to split/extract those specific suburb name…
adey27
  • 439
  • 3
  • 19
2
votes
2 answers

Shell Script to typeset Lilypond files with Textwrangler

I need a shell script which will allow me to typeset Lilypond files from TextWrangler (A Mac App). So far I have come up with this: #!/bin/sh /Applications/LilyPond.app/Contents/Resources/bin/lilypond -o $1 which, of course, doesn't work. (That's…
J. S. Bach
  • 21
  • 2
2
votes
1 answer

Regex autoincrement replacements

is there a string in regular expressions that can instruct it to autoincrement it's replacements, whether they be numbers or letters. Thank you for instance, I have strings that should be number 1, 2, 3, 4, 5 but they are currently numbered as 1, 1,…
CQM
  • 42,592
  • 75
  • 224
  • 366
2
votes
1 answer

reform URL with GREP

I have a lot of URLs like this one I need to substitute the href part whith the img src part, so it would say
lisa
  • 23
  • 2
2
votes
1 answer

TextWrangler does not work in Mac OS Catalina. Any workarounds?

TextWrangler does not work in Mac OS Catalina. Do you know any tricks to get it working or are there good alternatives to TextWrangler?
Timo Tanila
  • 105
  • 1
  • 8
2
votes
2 answers

Regular expression for certain amount of characters

I'm trying to change a lot of URLs with TextWrangler, those ending with m.htm should lose the m, but only if the total number of characters in the filename is 7. Those with fewer characters should not be changed. I've tried /.*?{7}m.htm/ but it…
liz
  • 23
  • 1
  • 3
2
votes
1 answer

Regex: Finding all line breaks without an " as previous character

I have a file with a bunch of data looking like this: "sc14b61ecf5ef162","sc14b61b07ba1690","1264806000","1264806000","780","1080","Navn arrangement: Dørene åpner: Arr.start: Arr:slutt: Dørene stenger: HA (navn): HA (tlf): Type arrangement: (her: om…
2
votes
1 answer

Debugging Python in TextWrangler shows Terminal not Debugger

When I am debugging python code in TextWrangler using the #! | Run in Debugger option the code is run in a terminal not in the python debugger. How do I configure TextWrangler to use the python debugger? BTW - Using TextWrangler v3.5 (2880) running…
Jamie Czuy
  • 1,343
  • 1
  • 11
  • 16
2
votes
2 answers

RegEx: Select space

Given the following string: dataSetRow["Invoice Number"] dataSetRow["Invoice Number 2"] How would remove the space in between the brackets using regex in a text editor? For example,…
EasyComp
  • 63
  • 1
  • 6
2
votes
0 answers

TextWrangler, Python Shebang, and UTF-8 (in Python 2.5)

Take the following code: #! /usr/bin/env python2.5 # -*- coding: utf-8 -*- thing = u'\N{DEGREE SIGN}' print thing This will run in OS X terminal without error, but when run through the Textwrangler Python interpreter, it throws an error. However,…
DaveL17
  • 1,673
  • 7
  • 24
  • 38
2
votes
1 answer

Regex/grep replacement in TextWrangler, replacing subsequent matches with a specified text

What I need to happen I'm a novice, sorry if the question has been answered, or is very confused, but I'm having a hard time searching since I don't know what this type of operation is called. I'm using textwrangler to create cards for my Latin Anki…
2
votes
1 answer

How to float/position Youtube video to the right of

text?

We have not learned javascript as this is a beginner class but I need to somehow float or position my youtube video to the right. I have the float id in my CSS file as float: right;

Welcome!

"Do You…

user3247712
  • 37
  • 2
  • 3
  • 8
1 2
3
11 12