Skip to main content

Questions tagged [bbedit]

BBEdit is a commercial text editor for Mac OS X, targeted towards web developers

Filter by
Sorted by
Tagged with
7 votes
2 answers
7k views

View character encoding of file in BBEdit

I know you can open the current opened file using another character encoding, but how do you view what character encoding, the file is currently opened with?
Tyilo's user avatar
  • 2,747
7 votes
1 answer
15k views

Correct indentation for selected code with BBEdit

Can I correct the indention of selected code (not my whole page) with BBEdit? So if I had this: <div><div><div> <div><div><div><div> </div> </div&...
Evanss's user avatar
  • 1,288
5 votes
2 answers
341 views

Is it possible to mark code so as to add custom entries to BBEdit's "Functions" menu?

I remember back in my CodeWarrior days, it was possible to add entries to the code navigational menu using #pragma mark directives, which made it easy to organize your code file into sections visible ...
devios1's user avatar
  • 725
2 votes
3 answers
667 views

VIM edit directory like BBEdit for Mac

I've recently started to really appreciate the power of VIM. Once you learn how to use it, coding and editing go a lot quicker. My main holdup is that I can't open a directory like a project in VIM, ...
wmarbut's user avatar
  • 123
2 votes
1 answer
288 views

Why do some text editors offer to end your file with a line break? Why is that important?

Why do some text editors such as BBEdit and Textmate offer to end your file with a newline (line break)? Why is that important? Are there any caveats to not ending a file with a line break?
racl101's user avatar
  • 206
2 votes
1 answer
1k views

Is there a way to save/reuse regex search/replace patterns in atom or other Linux text editor?

I use BBedit on Mac OS, which has a great feature that allows you to store and reuse search patterns (including grep/regex patterns) in a popup menu inside the search/replace menu. I'm using Ubuntu ...
Lido's user avatar
  • 31
2 votes
1 answer
154 views

How to disable sandbox access for BBEdit after initially setting up sandbox access?

I installed BBEdit (version 14.6.1 (14D24, 64-bit Intel, sandboxed)) on MacOS 13 (Ventura). In the Application Settings, I allowed "Sandbox Access" - however, I then changed my mind, wanting ...
leanne's user avatar
  • 611
1 vote
1 answer
724 views

How to remove all the extra horizontal scroll space in BBEdit

In BBEdit, it shows so much extra space on the right side of my document, forcing the bottom scroll bar to appear. This is really annoying for me, since whenever I scroll up or down, I inevitably also ...
AmadeusDrZaius's user avatar
1 vote
0 answers
17 views

BBEdit 15 not finding Grep Patterns.xml

Prior BBEdit versions used to have all grep saved patterns written to a Grep Patterns.xml file located in Application Support > BBEdit > Setup > Grep Patterns.xml. However, after the recent ...
DᴀʀᴛʜVᴀᴅᴇʀ's user avatar
1 vote
1 answer
689 views

BBEDIT multi-file search : multiple find&eplace queries simultaneously?

In another thread grep search got the proper use right for the OR argument in a grep search in BBEDIT and so was wondering whether this can be expanded as following : is it possible to have a given ...
istackoverflow's user avatar
1 vote
2 answers
221 views

BBEDIT multi-fil search : how to add "OR" argument in the find window?

Hi trying out latest BBedit on Ventura Apple silicon. Have been wrapping my head around the (im)possibility to search for different strings at once in the find window, in order to have each occurrence ...
istackoverflow's user avatar
1 vote
1 answer
367 views

How does BBEdit define "Predefined symbols" when syntax coloring?

The text editor BBEdit offers syntax coloring options for various categories of source code, including plain text, comments, strings, language keywords, etc. One of the categories is "Predefined ...
thecommexokid's user avatar
1 vote
1 answer
142 views

Searching across multiple documents for common words

I have the lyrics to a song. (.txt) I also have lyrics to 50 other songs. I'm looking for a way to analyse/search those 50 song lyrics with the lyrics to the first song, and find which one of the ...
ioloiol's user avatar
  • 11
1 vote
0 answers
350 views

Show CSS colors with BBEdit?

Can BBEdit show the actual color inline in a CSS or SASS file? Some text editors when you type the following will give the #3399FF a highlight of that color (in this case blue). This can be helpful ...
Evanss's user avatar
  • 1,288
1 vote
1 answer
1k views

How to make curly braces collapsable in BBEdit (TextWrangler) for ruby on rails code?

So I really like how BBEdit allows you to fold blocks of code. But for Ruby code it doesn't recognize curly braces as a place to insert folds automatically. Is it possible to tweak the preferences in ...
lanan's user avatar
  • 111
1 vote
1 answer
729 views

How can I pretty print erb in BBedit indenting rails tags and not just markup?

I want to re-indent my code but the rails tags <% foo %> get aligned to the left with no indentation. What I'm using is: markup > utilities > format > pretty print Does anyone know if there ...
ARD's user avatar
  • 39
0 votes
3 answers
447 views

Mac software Coda and Espresso can't print

Hello I'm currently having problems trying to print from Coda and Espresso. I'm running Snow Leopard on an iMac and MacBook Pro. When I try to print I get this error message. This error will cause ...
user avatar
0 votes
2 answers
564 views

How to divide several pages of text (80.000 words) that i have to divide into 160 characters per page in a text editor?

A have several pages of text (80.000 words) that i have to transform and divide into 160 characters max per page. Any of you can help me do this in BBedit or Sublime Text (Mac)?
Martinelli's user avatar
0 votes
1 answer
185 views

Shortcut comment next to tags in BBedit

In Sublime Text 2 I can create a comment next to a tag by using shortcut alt+cmd+/ which results in something like this: <a href=""></a><!-- --> How can I shortcut comments next ...
DᴀʀᴛʜVᴀᴅᴇʀ's user avatar