Skip to main content

Questions tagged [bbedit]

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

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
713 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
237 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
2 votes
1 answer
156 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
375 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
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
0 votes
2 answers
569 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
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
1 answer
728 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
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
1 vote
0 answers
351 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
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
2 votes
3 answers
669 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
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
731 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

15 30 50 per page