"Go Here in Terminal"

2014-10-27 Thread Jan Erik Moström
Is it possible to get BBEdit to use some other app than Terminal, like for example iTerm? = jem -- 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" rather than posting to the group. Follow @bbe

Re: Hoe to run multi file searches as a script or macro

2014-10-27 Thread Dave
I think they made that change in mountain lion, but it could have been lion. When you get your new machine you might want to download the latest gnu grep. Drop me a line if you need help building it with PCRE support. -- This is the BBEdit Talk public discussion group. If you have a feature r

Re: Hoe to run multi file searches as a script or macro

2014-10-27 Thread Dave
The -f option didn't change. I think it's a posix standard. The path to the pattern file has to immediately follow the -f, and the patterns have to be LF-delimited. I've used it in both BSD grep and gnu grep. -- This is the BBEdit Talk public discussion group. If you have a feature request or

Re: Tidy Retired

2014-10-27 Thread Mike Margerum
I use the XML tidy function a lot. Please bring it back. -- 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" rather than posting to the group. Follow @bbedit on Twitter:

Re: Hoe to run multi file searches as a script or macro

2014-10-27 Thread mmb21003200
Using grep works but only one search at a time because of my limited knowledge of regexp ! How do I do a regexp search with multiple finds but excluding certain patterns so for example in Perl I can do print if (/^.*\@thisweek(?!.*\@done).*/); print if (/^.*\@nextweek(?!.*\@done).*/); etc Not

Re: Tidy Retired

2014-10-27 Thread Rich Siegel
On Monday, October 27, 2014, Mike Margerum wrote: I use the XML tidy function a lot. Please bring it back. It's not as though this was a capricious decision. :-) The Tidy support in the OS (which is what we use, because trying to maintain the libraries independently turned out to be a dis

Re: Tidy Retired

2014-10-27 Thread LuKreme
On Oct 27, 2014, at 07:38, Rich Siegel wrote: > maybe even making use of the new ability to put dialog boxes on Unix filters. Oooo, really? I may have to investigate that. -- Taco cat <=> tac ocaT -- This is the BBEdit Talk public discussion group. If you have a feature request or would lik

Emmet support

2014-10-27 Thread Dan Eveland
Hi, Love BBedit. Been using for way too many years. Just upgraded to 11. I'll mention now that BBedit is one of only half-a-dozen apps on my Mac that is not from the app store, and is the only one in that category I don't mind paying for upgrades on. Is there any way to get emmet functionality

Re: Tidy Retired

2014-10-27 Thread Andy Knasinski
I've poked around, but I'm not sure which built-in tools will reflow like tidy did. Please provide more info! On Monday, October 27, 2014 8:38:52 AM UTC-5, Rich Siegel wrote: > > On Monday, October 27, 2014, Mike Margerum > wrote: > > >I use the XML tidy function a lot. Please bring it back.

Re: Tidy Retired

2014-10-27 Thread Maarten Sneep
> On 27 Oct 2014, at 14:38, Rich Siegel wrote: > > On Monday, October 27, 2014, Mike Margerum wrote: > >> I use the XML tidy function a lot. Please bring it back. > > It's not as though this was a capricious decision. :-) The Tidy support in > the OS (which is what we use, because trying to

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: Emmet support

2014-10-27 Thread Rich Siegel
On Monday, October 27, 2014, Dan Eveland wrote: Is there any way to get emmet functionality into BBedit? You'll have to ask the Emmet implementors to do it. They will tell you in reply that BBEdit doesn't support the plug-in features that they need, to which I say that they should be encou

Underlined text

2014-10-27 Thread Lee Hinde
Why is this text underlined? http://f.cl.ly/items/1g1O1i2R380O2K0o2Q0R/Image%202014-10-27%20at%202.43.07%20PM.png and why just some of it? (BBEdit 11, Yosemite) -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email "

Re: Underlined text

2014-10-27 Thread Lee Hinde
it's a spelling alert. Not sure why not all uses are flaggged. On Mon, Oct 27, 2014 at 2:44 PM, Lee Hinde wrote: > Why is this text underlined? > > > http://f.cl.ly/items/1g1O1i2R380O2K0o2Q0R/Image%202014-10-27%20at%202.43.07%20PM.png > > and why just some of it? > > > (BBEdit 11, Yosemite) > -

Re: Tidy Retired

2014-10-27 Thread Rick Gordon
Actually, I believe that an inline block element followed by a return will interpret that as a space, so that something like: Image_1 Image_2 ... would have a space between them, while ... Image_1style="display:inline-block">Image_2 ... would not. Rick Gordon - On 10/27

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: Hoe to run multi file searches as a script or macro

2014-10-27 Thread Dave
grep -RP "@(due|next(-week| month)).+(?!@done)" path > search_results.txt Should find all of them, but only if you have gnu grep with PCRE support. On Monday, October 27, 2014 4:53:57 AM UTC-4, mmb21...@gmail.com wrote: > > > Using grep works but only one search at a time because of my limited >

Re: "Go Here in Terminal"

2014-10-27 Thread Christopher Stone
On Oct 27, 2014, at 03:55, Jan Erik Moström wrote: > > Is it possible to get BBEdit to use some other app than Terminal, like for > example iTerm? __ Hey Jan, Look in the Expert Prefs. -- Best Regards, Chris -- This is the

Re: Hoe to run multi file searches as a script or macro

2014-10-27 Thread Christopher Stone
On Oct 25, 2014, at 21:45, Charlie Garrison wrote: > >> BTW, how do I get commands to run in the Unix worksheet, cmd enter does not >> do anything ? (I need to RTFM). > > Yep, RTFM, cmd-enter does not do anything. Just press enter. ___