Re: Use bbdiff to view differences between branches

2024-04-27 Thread Ted Stresen-Reuter
On Fri, Apr 26, 2024 at 8:51 PM Marshall Clow wrote: > On Apr 26, 2024, at 12:29 PM, Ted Stresen-Reuter > wrote: > > > > but when I execute: > > > > git difftool goodbranch buggybranch > > > > each file is opened in a separate window. It used to be

Use bbdiff to view differences between branches

2024-04-26 Thread Ted Stresen-Reuter
Hi, I've got the following in my .git/config file [diff] tool = bbdiff [difftool "bbdiff"] cmd = bbdiff --wait --resume \"$LOCAL\" \"$REMOTE\" [difftool] prompt = false but when I execute: git difftool goodbranch buggybranch each file is opened in a separate window. It used to be that bbdiff w

Re: Best way to rewrap text?

2022-07-12 Thread Ted Stresen-Reuter
Also, is there any way to get keep Hard Wrap from breaking URLs in markdown format? In other words, if I have a URL that exceeds 72 characters, is there any setting that will keep Hard Wrap from actually splitting the URL? TIA! On Tuesday, July 12, 2022 at 10:35:42 AM UTC+1 Ted Stresen-Reuter

Best way to rewrap text?

2022-07-12 Thread Ted Stresen-Reuter
Hard Wrap is applied to rewrap the text to my settings Doesn't this already exist in BBEdit? If not, what is the shortest path to making this work? TIA Ted Stresen-Reuter -- This is the BBEdit Talk public discussion group. If you have a feature request or need technical support, please ema

Re: Viewing or detecting a BOM in a file

2021-05-11 Thread Ted Stresen-Reuter
Bingo! Thank you Patrick! Ted On Tue, May 11, 2021 at 5:31 PM Patrick Woolsey wrote: > On May 11, 2021, at 12:10, Ted Stresen-Reuter > wrote: > > > I suspect I'm working with files that have.a BOM present but when I open > the file in BBEdit, I'm not seeing the en

Viewing or detecting a BOM in a file

2021-05-11 Thread Ted Stresen-Reuter
Hi, I suspect I'm working with files that have.a BOM present but when I open the file in BBEdit, I'm not seeing the encoding "Unicode (UTF-8, with BOM)". Is there any way to inspect the document in such a way that I can actually see the BOM? Thanks in advance. Ted -- This is the BBEdit Talk p

Re: Reverse order of lines

2021-03-08 Thread Ted Stresen-Reuter
On Mon, Mar 8, 2021 at 6:01 PM Patrick Woolsey wrote: > > [*: Please note that Text -> Sort Lines with "Reverse sort" > enabled will re-sort the whole list into reverse alpha order > rather than just 'flipping' it.] > > Noted! And this was the reason I wrote to the list in the first place. In the

Re: Reverse order of lines

2021-03-08 Thread Ted Stresen-Reuter
t;>> Fusebox for PHP >>> WordPress >>> Laravel >>> React >>> AlpineJS >>> >>> I'd like to end up with a list with the items in the reverse order, so, >>> along the lines of: >>> >>> AlpineJS >>>

Reverse order of lines

2021-03-08 Thread Ted Stresen-Reuter
h the items in the reverse order, so, along the lines of: AlpineJS React Laravel WordPress Fusebox for PHP etc. Note that the sort criteria is the order the lines appear in in the input. Can't BBEdit do this? Thanks in advance. Ted Stresen-Reuter -- This is the BBEdit Talk public discussion

Re: RegEx in JS question

2021-02-24 Thread Ted Stresen-Reuter
a 3rd uppercase character >> [A-Z], followed by a number [0-9], where you want to inserted new text >> between the letters and numbers... >> >> In BBEdit that would be Find: *(AE[A-Z])([0-9])* Replace: >> *\1InsertedNewText\2* >> In JS the same thing is: Some

RegEx in JS question

2021-02-23 Thread Ted Stresen-Reuter
tterns (look aheads, look behinds)? 2. Is there an equivalent that could be used in JavaScript, say, in a node application? Thanks in advance and keep safe in these difficult times. Ted Stresen-Reuter -- This is the BBEdit Talk public discussion group. If you have a feature request or need techni

Re: Getting into BBEdit

2015-03-24 Thread Ted Stresen-Reuter
On Mar 24, 2015, at 2:09 AM, Ben Klebe wrote: > Should I start reading the user manual? It's an excellent read as far as manuals go, so, yes, that would be recommended. I would start by looking at the clippings mechanism. That's where I get most of my productivity boost. Other interesting fea

Re: Missing the "Recent documents" section

2015-02-02 Thread Ted Stresen-Reuter
Thank you Patrick. Found it. On Feb 2, 2015, at 2:58 PM, Patrick Woolsey wrote: > "Sidebar Items" So… "Sidebar" or "Side Bar"? Ted -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email "supp...@barebones.com" rathe

Re: Missing the "Recent documents" section

2015-02-02 Thread Ted Stresen-Reuter
On Feb 2, 2015, at 2:08 PM, Patrick Woolsey wrote: > invoke the Recent popup via its default key shortcut of Control-Shift-A Hi Patrick, Is there a menu item equivalent for this? I seem to have lost the default key shortcut. Thanks, Ted -- This is the BBEdit Talk public discussion group. I

Re: Can't quit BBEdit

2015-01-30 Thread Ted Stresen-Reuter
On Jan 30, 2015, at 5:46 AM, Lawrence San wrote: > I sometimes have trouble quitting BBEdit myself. I know I should go to sleep, > but I just keep coding. :) +1 -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email

Re: Find Files Not Containing (string)

2015-01-12 Thread Ted Stresen-Reuter
On Jan 12, 2015, at 8:57 PM, Rich Siegel wrote: >> Does anyone know how I can find files not containing a given string (using >> multi-file search)? > > The "Exclude Matches" option will do this for you. Thank you! I knew it could't be that hard… FWIW, perhaps you could consider moving that a

Find Files Not Containing (string)

2015-01-12 Thread Ted Stresen-Reuter
I know this must be possible… Does anyone know how I can find files not containing a given string (using multi-file search)? In grep on the command line it's the -v switch (invert match, for lines that is). I know I could craft a script to do it but it seems like something that should be rela

Re: CMD-L whitout CR?

2014-12-02 Thread Ted Stresen-Reuter
Extremely useful. Let's see if I can remember them… On Dec 2, 2014, at 10:13 AM, LuKreme wrote: > ⌃Lcenter the selection in the text area I was unable to get this one to work, but probably because I don't understand what it's supposed to do. Can you elucidate me? TIA Ted -- This is the

Re: How to change "Full Screen" button back to "Zoom" button?

2014-11-10 Thread Ted Stresen-Reuter
On Nov 10, 2014, at 2:09 AM, Rich Siegel wrote: > use the Option key to make the green button zoom I've been using the Mac since OS 6 and either I'm getting old and forgot that I knew this or I just never knew it. Thanks Rich! Ted -- This is the BBEdit Talk public discussion group. If you ha

Re: Tidy Retired

2014-10-27 Thread Ted Stresen-Reuter
On Oct 27, 2014, at 10:37 PM, Rick Gordon wrote: > Image_1 style="display:inline-block">Image_2 > > ... would not. I see. What I was referring to, though, was the space between elements (not inside elements) which, IIRC, used to be a problem (but that was oh so many moons ago, hard for a guy

Re: Tidy Retired

2014-10-27 Thread Ted Stresen-Reuter
On Oct 27, 2014, at 4:57 PM, Andy Knasinski wrote: > I've poked around, but I'm not sure which built-in tools will reflow like > tidy did. Please provide more info! Markup -> Utilities -> Format... It's not exactly the same, I suppose, but it should be good enough. Remember that white space b

Re: Application window hidden under OSX menu bar

2014-10-17 Thread Ted Stresen-Reuter
It's great to share information and I know for a fact that BBEdit support would *LOVE* to receive bug reports on this (rather than having to follow every thread on this list). Be sure to include all the detailed steps required to reproduce the bug and any preconditions along with version numbers