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
0
votes
1 answer

Regex select XML Element (containing hyphen) and inside content

I'm working with an enterprise CMS and in order to properly create our weekly-updated dropdown menu without republishing our entire site, I have an XML document being created which has a various number of useful XML elements. However, when pulling…
Josh Allen
  • 987
  • 12
  • 30
0
votes
3 answers

Open php file in browser using http://localhost with applescript

I'm trying to write an Applescript for textwrangler that will open the active document in Chrome. This is what the script looks like at the moment: tell application "TextWrangler" to set theFile to file of document 1 tell application "Finder" to…
MacBryce
  • 133
  • 1
  • 3
  • 14
0
votes
1 answer

TextWrangler - removing namespaces from XML

I'm working with TextWrangler's find and replace function. I have a folder of XML files that all include this tag:
brohrig
  • 19
  • 1
  • 5
0
votes
1 answer

How do I uninstall a language module in Textwrangler?

I'd like to remove the .m mapping for Objective-C in Textwrangler so that I may have the Matlab syntax highlighting support in the app. I read the users manual and searched online, and both point me to the ~/Library/Application…
0
votes
3 answers

Regular Expression to print only executable not full path

I have a set of key/value pairs that lists executables using the fully qualified name as follows: ["exec"] = "/share/home/00288/tg455591/NAMD_2.8b3/NAMD_2.8b3_Linux-x86_64-MVAPICH-Intel-Ranger/namd2", However, I would like to take out the…
amber4478
  • 6,433
  • 3
  • 20
  • 17
0
votes
2 answers

Is it possible to block comment Python code in TextWrangler

I am using the excellent "Learn Python The Hard Way" tutorials and i am wondering does anyone know if its possible to create block comments in it? I note from a similar question here that it does not seem to be possible in Python but that some…
Deepend
  • 4,057
  • 17
  • 60
  • 101
0
votes
1 answer

Text Wrangler Auto Wording Like Dreamweaver

I would like to know how in text wrangler how to get the auto wording like in dream weaver? Any idea how where you just type one letter in dreamweaver and choose words.
user1945275
0
votes
1 answer

How to disable page guide in textwrangler?

The page guide in text-wrangler is very distracting and I want to disable it. I compare this tool with textpad , are there any standard , compiled list of settings that I could use? How to disable the annoying page guide? -MS
Milind
  • 13
  • 1
0
votes
1 answer

How to find texts and replace them using RegEx

Below is an extract from my long text: As a young researcher, he is required: \n ÷ to read at least three theses\n ÷ to meet his tutor or supervisor once a week\n ÷ to join seminars\n Now I would like to find any blocks starting with ÷ and ending…
Niamh Doyle
  • 1,909
  • 7
  • 30
  • 42
0
votes
0 answers

How to change version of Ruby being run in TextWrangler?

I have Ruby 1.9.2 installed on my system (Mac OS X 10.7.4). ruby -v ruby 1.9.2p180 (2011-02-18 revision 30909) [x86_64-darwin10.6.0] When I use TextWrangler to run the following simple code: puts RUBY_VERSION The output is "1.8.7". How do I get…
Evan Zamir
  • 8,059
  • 14
  • 56
  • 83
0
votes
1 answer

How to use RegEx to replace a character in multiple text strings

My text is as below: • heading 1\n» text_string: text_string\n» text_string: text_string\n• heading 2\n» text_string: text_string\n» text_string: text_string I want to change \n» text_string: into \n» text_string\n - so the text should be displayed…
Niamh Doyle
  • 1,909
  • 7
  • 30
  • 42
0
votes
2 answers

Make TextWrangler recognize drupal files as PHP?

I am writing some drupal modules and such and I would like textwrangler to do syntax highlighting for me. The files are PHP files, but they need different extensions to work with drupal (i.e. .module). I've added ".module" -> PHP in the Custom…
Kenny Wyland
  • 20,844
  • 26
  • 117
  • 229
-1
votes
2 answers

regular expressions, text wrangler, inserting line breaks in certain places

I have a large file. Most lines are like this (record number dot space last name, first name) 1. Moore, Roger 2. Connery, Sean 3. .... 100. Dalton, Timothy .. Occasionally some unpleasant lines are like this 110. Bronson, Pierce 111. Gomez,…
-1
votes
4 answers

JavaScript code executes after deleting it

I had a javascript code in my HTML document, then I decided to load that code from .js file rather than writhing it directly in HTML document, but after that I decided not to use it at all and deleted my tag. After that I opened my HTML file and…
vucko95
  • 103
  • 1
  • 7
-1
votes
1 answer

"process lines containing" Feature in Notepad++

In TextWrangler and BBEdit there is a "process lines containing" function. Does anyone know if this is available in Notepad++? I haven't been able to find it yet, if so. Alternatively, does other PC software exist that might have this option?
1 2 3
11
12