Questions tagged [bbedit]
BBEdit is a commercial text editor for Mac OS X, targeted towards web developers
19
questions
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?
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&...
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 ...
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, ...
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?
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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)?
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 ...