Re: Open your files in your editor of choice (BBEdit version :)

2018-07-24 Thread Christopher Stone
On 07/24/2018, at 17:35, @lbutlr mailto:krem...@kreme.com>> wrote: > I have a script that does, I think, the same thing: Hey Lewis, It does. > Is there a reason to return an error? It's polite to provide at least basic error-handling in publicly posted scripts, although I'm guilty of not

Re: Open your files in your editor of choice (BBEdit version :)

2018-07-24 Thread @lbutlr
On 24 Jul 2018, at 14:26, Christopher Stone wrote: > > set appID to "com.apple.TextEdit" > > tell application "Finder" > set finderSelectionList to selection as alias list > if length of finderSelectionList = 0 then error "No files were selected > in the Finder!" > > open

Re: Open your files in your editor of choice (BBEdit version :)

2018-07-24 Thread Jean-Christophe Helary
Thank you Chris :) Jean-Christophe > On Jul 25, 2018, at 5:26, Christopher Stone > wrote: > > On 07/22/2018, at 04:20, Jean-Christophe Helary > wrote: >> Some trivial AppleScript almost 100% provided by Chris Stone :) > > > Hey Jean-Christophe, > > If you

Re: Google fonts and preview?

2018-07-24 Thread @lbutlr
On 24 Jul 2018, at 14:49, Sam Hathaway wrote: > Short answer is change the http to https. Argh! Of course. This is what I get for cutting and pasting! Thanks so much, I would have beat my head on this for days! -- This is the BBEdit Talk public discussion group. If you have a feature

Re: Google fonts and preview?

2018-07-24 Thread Sam Hathaway
Short answer is change the http to https. Firefox console gives this error: Blocked loading mixed active content “http://fonts.googleapis.com/css?family=Merienda:400,300,700” Read more about it here:

Google fonts and preview?

2018-07-24 Thread @lbutlr
I made a page today using a google font: .chalk { font-family: 'Merienda', sans-serif !important; } In the BBEdit preview window, this works fine and the places where I set class=“chalk” use the google font as I want. It doesn’t work when I upload it to a web server though, and I can’t

Re: Open your files in your editor of choice (BBEdit version :)

2018-07-24 Thread Christopher Stone
On 07/22/2018, at 04:20, Jean-Christophe Helary mailto:brandel...@gmail.com>> wrote: > Some trivial AppleScript almost 100% provided by Chris Stone :) Hey Jean-Christophe, If you really want a one-size-fits-all approach then this is the way to go:

Re: Why are the Markup-menu-items all greyed out?

2018-07-24 Thread @lbutlr
On 20 Jul 2018, at 09:32, Vlad Ghitulescu wrote: > While editing a HTML-file I suddenly observed that a couple of shortcuts like > CMD-B (for balance) or CMD-/ (for comment/uncomment line) doesn't work > anymore. I first thought that I forgot the right shortcuts so I wanted to > choose them