Re: "Go Here in Terminal"

2014-10-28 Thread Jan Erik Moström
Sigh, I searched the manual but I couldn't find anything ... I promise Thanks On Tue, Oct 28, 2014 at 5:30 AM, Christopher Stone wrote: > 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? >

Re: Tidy Retired

2014-10-28 Thread Dave
White-space between elements is a text node, and text nodes are rendered down to a single space by HTML rendering engines. That space will have a width and height corresponding to the font styling of the containing element, and if the containing element is the body or a descendent of the body,

Re: Tidy Retired

2014-10-28 Thread Dave
In HTML, when you're between elements, you're also inside the element that contains them. On Monday, October 27, 2014 7:07:37 PM UTC-4, Gustave Stresen-Reuter wrote: > > On Oct 27, 2014, at 10:37 PM, Rick Gordon > wrote: > > > Image_1 style="display:inline-block">Image_2 > > > > ... would not

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

2014-10-28 Thread Christopher Stone
On Oct 27, 2014, at 18:56, Dave wrote: > 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. __ Has PCRE in (gnu) grep gone live?

Re: Emmet support

2014-10-28 Thread Maarten Sneep
Hi, > On 27 Oct 2014, at 21:12, Rich Siegel wrote: > > 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 encouraged to look at the dialog front-ends > for text

Re: Underlined text

2014-10-28 Thread Greg Raven
I dunno, but it does it on my BBEdit 11 under Yosemite, too. On Monday, October 27, 2014 3:15:34 PM UTC-7, Lee Hinde wrote: > > 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://

Re: "Go Here in Terminal"

2014-10-28 Thread François Schiettecatte
Hi You have to go to Help -> BBEdit Help -> Expert Preferences, and search for Terminal: • The "Run in Terminal" and "Go Here in Terminal" commands will use Apple's "Terminal" application by default. If you would like to use a different one: defaults write com.barebones.bbedit Termina

Re: Underlined text

2014-10-28 Thread François Schiettecatte
Its just the spell checked, you can switch that off in Preferences -> Editor Defaults -> Check spelling as you type. François > On Oct 28, 2014, at 7:22 AM, Greg Raven wrote: > > I dunno, but it does it on my BBEdit 11 under Yosemite, too. > > On Monday, October 27, 2014 3:15:34 PM UTC-7, Lee

Re: "Go Here in Terminal"

2014-10-28 Thread TJ Luoma
1) The easiest way to get the Bundle ID is to use Terminal: defaults read "/Applications/iTerm.app/Contents/Info" CFBundleIdentifier You can use this for any app, just replace "/Applications/iTerm.app" with the path to the app itself, the "/Contents/Info" part stays the same in 99% of th

Re: Underlined text

2014-10-28 Thread LuKreme
On 28 Oct 2014, at 05:30 , François Schiettecatte wrote: > Its just the spell checked, you can switch that off in Preferences -> Editor > Defaults -> Check spelling as you type. Yes, but why aren’t all the incidences of misspelt words underlined? That seems… concerning. A tad. -- We all need

Re: Underlined text

2014-10-28 Thread François Schiettecatte
It checks as you type. F. > On Oct 28, 2014, at 9:35 AM, LuKreme wrote: > > On 28 Oct 2014, at 05:30 , François Schiettecatte > wrote: >> Its just the spell checked, you can switch that off in Preferences -> Editor >> Defaults -> Check spelling as you type. > > Yes, but why aren’t all the i

Re: Emmet support

2014-10-28 Thread Rich Siegel
On Tuesday, October 28, 2014, Maarten Sneep wrote: The user interface in Xcode 6 is shuffled around enough so that I can’t seem to find how to add a referencing outlet to the window. I’m struggling at the step “The window should have its delegate and window properties both bound to the File's

Re: Emmet support

2014-10-28 Thread Maarten Sneep
> On 28 Oct 2014, at 15:51, Rich Siegel wrote: > > On Tuesday, October 28, 2014, Maarten Sneep wrote: > >> The user interface in Xcode 6 is shuffled around enough so that I >> can’t seem to find how to add a referencing outlet to the window. I’m >> struggling at the step “The window should hav

[ANN] Erlang Language Module v1.3

2014-10-28 Thread Paul Guyot
Hello, I'm pleased to announce v1.3 update of the Erlang language module, recompiled for BBEdit 11. You can download it here: https://github.com/pguyot/erlang-bblm/releases/tag/v1.3 Source code is available as well. Changes: • [ENH] Upgraded for BBEdit 11. • [ENH] Updated compl

BBEdit 11 does not reset BBEdit 10 trail period

2014-10-28 Thread wolf
So I have what, a couple of days left to trial a major version upgrade? Reset me, baby. Been riding this pony since at least v6, that I can remember - possibly v5. Sticking at v9 until further notice. v10 annoys me. v11 is a prettier pest. -- This is the BBEdit Talk public discussion group. I

Re: BBEdit 11 does not reset BBEdit 10 trail period

2014-10-28 Thread Rich Siegel
On Tuesday, October 28, 2014, wolf wrote: So I have what, a couple of days left to trial a major version upgrade? The demo period is thirty days long, and is reset for a major version. If you're observing something different, please write to support. R. -- Rich Siegel

Re: javascript OSA script component

2014-10-28 Thread Gregg Thomason
in simple terms does that mean you can't use JavaScript for Automation? (I had some very strange issues trying it out during the beta) On Wednesday, October 22, 2014 9:16:44 PM UTC-4, Rich Siegel wrote: > > On Wednesday, October 22, 2014, Dmitry Markman > > wrote: > > >it looks like that > >

Re: javascript OSA script component

2014-10-28 Thread Rich Siegel
On Tuesday, October 28, 2014, Gregg Thomason wrote: > in simple terms does that mean you can't use JavaScript for Automation? (I > had some very strange issues trying it out during the beta) Correct. R. -- Rich Siegel Bare Bones Software, Inc.

Re: Underlined text

2014-10-28 Thread Lee Hinde
If I was typing 'th'-tab to auto complete, then it would only mark what I'd actually entered... That would explain it. But after I figured it out I did a bunch of 'learning' and so I can't duplicate it. On Tue, Oct 28, 2014 at 6:46 AM, François Schiettecatte < fschietteca...@gmail.com> wrote: >