Tagged Questions
BBEdit is a proprietary text editor made by Bare Bones Software available for Mac OS X. It is marketed under the trademark slogan, "It doesn't suck."
13
votes
3answers
7k views
Show SOME invisible/whitespace characters in Eclipse
A long while back I transitioned to doing all my web application development in Eclipse from BBEdit. But I miss one little feature from BBEdit. I used to be able to show invisible characters like tabs ...
4
votes
1answer
66 views
Why is the system beeping when I use AppleScript to set text in BBEdit from TextExpander?
I've written an AppleScript that is designed to fire when TextExpander notices a keystroke. It works fine when run from the AppleScript Editor but under certain conditions it also beeps when run from ...
4
votes
7answers
1k views
Is there a truly universal wildcard in Grep?
Really basic question here. So I'm told that a dot . matches any character EXCEPT a line break. I'm looking for something that matches any character, including line breaks.
All I want to do is to ...
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 ...
2
votes
3answers
310 views
Regular expression remove tag after a paragraph with a given class
Is there a way to select all <br> tags that follow a paragraph with a given class? i.e. <p class="myclass">This is a paragraph</p><br>
There may be other <br> in the ...
1
vote
1answer
103 views
How to ensure BBEdit runs rvm Ruby
I've looked in the BBEdit forums, the RVM documentation and on Stack Overflow - with no joy, so hopefully someone can answer what I hope is a fairly simple question.
Last night I left behind my ...
1
vote
1answer
30 views
How can I pass command line arguments to BBEdit for testing
I'm writing a script that takes command line arguments. Using BBEdit 10.0.1 on Mac OSX 10.6.8, is there a way to setup BBEdit "Run" command so that it passes a set of test arguments?
My goal is to be ...
1
vote
4answers
94 views
Can I find out if an AppleScript object has a certain property?
I'm attempting to script BBEdit to make me feel more at home in coming from TextMate. One thing I need to be able to do is see if an object I have a reference to has a particular property.
For ...
1
vote
2answers
134 views
BBEdit AppleScript for reformatting multiple files
I'm looking to write an Applescript which will utilize BBEdit — loop through a ton of HTML files and autoformat them (so the indentation is easier to read).
So far I have:
tell application "BBEdit"
...
1
vote
2answers
125 views
encoding errors running python from within bbedit
Here's a question that's puzzled me for a long time. I use bbedit to edit python code. Running the code from within the editor, as I understand it, spawns its own python process, runs the code, and ...
1
vote
1answer
78 views
What's a good tool to run a list of regex search-replace patterns against a text file?
I want to invoke the tool via the Textmate 'Filter Through Command' command.
The intention is to replace the BBEdit 'Textfactory' functionality, as larger textfactories tend to become hard to ...
1
vote
1answer
281 views
Add shortcut to BBEdit submenu
Is there a way to add a shortcut to the Markup/Tidy/Reflow Document submenu in BBEdit?
1
vote
1answer
72 views
Timestamps with SVN (using BBedit/Texmate)
Is there a way to auto insert a time stamp into a document (html/css/
js/php/pl/txt) with every commit?
1
vote
6answers
716 views
Help with grep in BBEdit
I'd like to grep the following in BBedit.
Find:
<dc:subject>Knowledge, Mashups, Politics, Reviews, Ratings, Ranking, Statistics</dc:subject>
Replace with:
...
0
votes
1answer
21 views
Applescript running from AppleScript Editor not from the menu using BBEdit
I've read here around but I didn't find any fix for this stupid problem.
BBEdit, the most famous Mac text editor, should be widely scriptable and actually so it is. But,.. using Applescript I was ...
0
votes
1answer
90 views
Texteditor- TextMate versus BBEdit [closed]
Can you recommend a better text editor, the ones that am juggling between are TextMate and BBEdit? My main tasks that am planning to use the text editor is to write scripts, i.e. support for Ruby and ...
0
votes
2answers
98 views
How do I create an AppleScript to loop through a BBEdit document and move a “-” from the end of a number to the beginning?
I have a dirty report file that contains improperly formatted negative numbers. The ultimate goal is to import these to Excel for analysis. I am using BBEdit to clean the report before importing into ...
0
votes
0answers
14 views
BBEdit progressively update command line
Is it possible to use the BBEdit command line tool and update it progressively.
Example: (echo -n "foo"; sleep 3; echo " bar") | bbedit
This will appear after 3 seconds, but I want it to display foo ...
0
votes
0answers
138 views
Best editor for Mac [closed]
I have done some research on all the editors for MAC, here is the list:
BBEdit
Coda
UltraEdit
TextMate
All of those are paid version, Just wondering which one is the best. Anyone can have a ...
0
votes
1answer
48 views
Hide the tab arrow in BBEdit
So I'm trying to make the switch from Textmate to BBEdit and I've gotten past most differences except for one...the little arrows BBEdit puts in to show tab.
For each time I hit tab a little arrow is ...
0
votes
1answer
131 views
Looking for a BBEdit Syntax Coloring plugin for xcconfig files
I'm pretty sure the subject explains it all.
Does anyone know if a beast like this exists anywhere?
I already have a link to the BBEditSDK in the event there isn't.
(I was just hoping I wouldn't have ...
0
votes
0answers
224 views
Grep between two tags in XML
I am trying to make a text factory in BBEdit that can grep between two tags. The tag starts with <Notes> and ends with </Notes>. I need to find that tag and remove the tag plus everything ...
0
votes
1answer
80 views
Extract BBEdit search history into a shell script
I live off the regex search/replace in BBEdit.
At times I cycle through a history of 8-9 search/replaces to convert a file.
Is there anyway to extract the BBEdit search/replace history?
Best would ...
0
votes
1answer
96 views
Need regex help to modify an XML file
I'm trying to modify an XML file which contains elements holding opening times for branches of a business. The XML file is inconsistent because for some branches it has just an opening time and a ...
0
votes
1answer
76 views
How to save local and SFTP copies at the same time in BBedit?
In BBedit I typically Open from SFTP Server..., edit the file, then hit CMD-S to save it to the server. Then I can test my changes. I liked how DreamWeaver gave the option to automatically save the ...
0
votes
2answers
79 views
Removing set of tags from within another set, using regular expressions
I've got a big XML file I'm editing with BBEdit.
Within the XML file, which is a digital recreation of an old diary, is text that is enclosed in note tags.
<note>Example of a ...
0
votes
2answers
85 views
Mac source control option with both working and live repositories being remote?
I've been doing LAMP development for roughly ten years now. I've occasionally used CVS and SVN. I code mostly with BBEdit.
I am trying to setup some sort of source control to manage LAMP web apps. I ...
0
votes
4answers
6k views
Escape double quotes of HTML attributes output by PHP
Often when writing PHP I'll have it output some HTML like this -
echo "<a href="../" title="link title">".$link_text."</a>";
Obviously this won't parse as I need to escape the double ...
-1
votes
4answers
104 views
Regex for removing repeating numbers on different lines
It's perhaps quite simple, but I can't figure it out:
I have a random number (can be 1,2,3 or 4 digits)
It's repeating on a second line:
2131
2131
How can I remove the first number?
EDIT: Sorry I ...