Tagged Questions
The textwrangler tag has no wiki summary.
15
votes
11answers
2k views
More efficient R / Sweave / TeXShop work-flow?
I've now got everything to work properly on my Mac OS X 10.6 machine so that I can create decent looking LaTeX documents with Sweave that include snippets of R code, output, and LaTeX formatting ...
11
votes
1answer
3k 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.
4
votes
3answers
881 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
5answers
95 views
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:
<font color =#0B610B> Word word wordWord ...
2
votes
1answer
119 views
reform URL with GREP
I have a lot of URLs like this one
<a href="http://abc123.linkbucks.com"><img src="http://img187.imagevenue.com/loc1115/th_99189_image_122_1115lo.jpg" /></a>
I need to substitute ...
2
votes
2answers
1k views
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 vimrc, but I don't know how to set it in TW besides clicking "Detab" when I'm done editing the ...
2
votes
1answer
146 views
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 ...
2
votes
3answers
385 views
A quickie: python, terminal “print command not found”
Been using terminal to run python scripts written in textwrangler for about 18 months. Decided to look at possibility of moving to an IDE so downloaded a couple of trial versions. Just downloaded ...
1
vote
2answers
118 views
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 ...
1
vote
1answer
89 views
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" ...
1
vote
0answers
84 views
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?
1
vote
2answers
97 views
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
...
1
vote
1answer
209 views
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, ...
1
vote
2answers
226 views
Regex 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 less characters should not ...
1
vote
1answer
230 views
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 ...
1
vote
1answer
365 views
Regex to match part of string, when match does not contain a specific string - PCRE grep
I'm using TextWrangler grep to perform find/replace on multiple files and have run into a wall with the last find/replace I need to perform. I need to match any text between "> and the first ...
0
votes
0answers
11 views
Can I Use TextWrangler (Mac) to Connect to a Server Using an Amazon.ppk?
I use TextWrangler on my Mac and my client wants me to connect to their Amazons AWS Server and use a ppk key for authentication. The FTP Setup in Text Wrangler does not seem to allow for this.
Is ...
0
votes
0answers
18 views
How do I insert glyphs from OS X> Edit Menu> Special Characters… Palet into Text Editing apps using Apple Symbol font glyphs?
Using TextWrangler (EDIT**) I've created a new Document, selected Apple Symbol font, selected Edit Menu> Document Options…> Unicode (UTF-16).
Yet I still can't drag/double-click glyphs in the Special ...
0
votes
1answer
55 views
Find Lowercase immediately followed by uppercase
My text is as below:
<font size=+2 color=#F07500><b> [ba]</font></b>
<ul><li><font color =#0B610B> Word word wordWord ...
0
votes
2answers
57 views
Regular expression to find a lowercase letter followed by an uppercase
I have difficulty using Regular Expression (Grep) in TextWrangler to find occurrences of lowercase letter followed by uppercase. For example:
This announcement meansStudents are welcome.
In fact, I ...
0
votes
1answer
61 views
How do you run programs through TextWrangler?
I have just started to get experiment with C++ on my MacBook Pro, and am very new to it all. Through research, a few different people have suggested to use TextWrangler for writing the code. I have ...
0
votes
2answers
60 views
Error When Trying To Save PHP File In TextWrangler (or attempting to Enable PHP)
I am trying to save a PHP file in TextWrangler and it keeps giving me the error:
You do not have sufficient privileges to perform this operation (MacOS Error code: -5000)
I've also tried to enable ...
0
votes
0answers
37 views
How to stop TextWrangler modifying file permissions?
I'm working on a website which lives on a remote gentoo server, on files which I open through the standard OSX Finder (server is mounted as a samba share), and every time I save a file the permissions ...
0
votes
3answers
137 views
A good C++ programming enviornment for Mac OS X
I have tried Xcode, textwrangler and Qt. I like textwrangler the best but it doesn't support C++, i.e. compiling, and checking syntax. Can you please recommend a good editor for me?
I didn't like ...
0
votes
5answers
588 views
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 choice; since I have some prior knowledge of it, from when I used Windows.
So, I ...
0
votes
1answer
63 views
PHP.. not working on the Mac when I click on the file
ex1.php
**code inside
<?php
echo "hello world";
?>
I also tried this (ex2.html):
<html>
<head>
<title>A PHP script</title>
</head>
<body>
<b>
...
0
votes
1answer
53 views
What's causing parse error in JavaScript when source code is cut and pasted?
I cut and pasted this SO code snippet from my browser into my editor (TextWrangler). When I loaded the page it gave me a Syntax/Parse error (Safari).
After staring at it for about 10 minutes, I ...
0
votes
2answers
59 views
Can I use regex to copy a title to each entry until the next title? (Hyperlinking endnotes in an ebook)
Okay, regex ninjas. I'm trying to devise a pattern to add hyperlinks to endnotes in an ePub ebook XHTML file. The problem is that numbering restarts within each chapter, so I need to add a unique ...
0
votes
2answers
374 views
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 easiest way to replace all the line-breaks with ", ". I have TextWrangler and read that it would do so by ...
0
votes
1answer
234 views
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 the IDLE editor, but I'm wondering about TextWrangler.
The manual lists "Un/Comment ...
0
votes
0answers
136 views
How to paste .rtf text from TextEdit to TextWrangler and convert the formatting for web
I like to type into TextEdit and use .txt files, and if I need formatting, I convert to .rtf so I can see what the formatting will look like.
I need to send .ctp files with formatting ready for web ...
0
votes
2answers
379 views
objective-c source code formatter
I prefer something that will work with Xcode 4, but I need a pretty print formatter for objective-c code on the mac. I have tried Editor > Structure > Re-indent, but nothing happens (I have the code ...
0
votes
2answers
294 views
Using GREP / RegEx to find and replace string
So, I'm trying to migrate a database from Textpattern CMS to something more generic. There are some textpattern-specific commands inside of articles that pull in images. I want to turn these into ...
0
votes
3answers
1k views
need to find and replace using regular expressions in textwrangler - grep, for a csv file
I have this csv file, plain text here: http://pastie.org/1425970
What it looks like in excel: http://cl.ly/3qXk
An example of what I would like it to look like (just using the first row as example): ...
0
votes
2answers
97 views
Why isn't os.walk recognising my variable name?
I've written the following in TextWrangler:
directory = raw_input("See contents of: ")
for root, dirs, files in os.walk(directory):
print root, dirs, files
Unfortunately, when I run it in ...
0
votes
1answer
135 views
Open codeigniter projects with TextWrangler
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?
0
votes
1answer
207 views
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 ...
0
votes
2answers
1k 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 ...
-2
votes
1answer
637 views
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' ...