Re: HTML5 support

2018-01-22 Thread jgill
Canvas, translate, fade etc. etc. On Thursday, January 18, 2018 at 5:23:09 AM UTC, Robert wrote: > > I was just creating some quick web pages and noticed that the "HTML Tools" > palette doesn't seem to have HTML5 support. Is that planned? > > -- > Bob > -- This is the BBEdit Talk public

Edit Markup giving me an error

2018-01-22 Thread Gerald Davenport
Hi all. I have procrastinated enough, I am ready to move away from BBEdit 8.7.2 and upgrade, but I have some issue with the trial version. 12.0.2. running on an iMac with 10.13.2 iMac (27-inch, Mid 2011), maxed out on ram. Whenever i right click and want to Edit Markup I get the error attached

Re: Search, start at top and other things

2018-01-22 Thread Bernardo
Thanks for your reply, John. Unfortunately, Applescript editor complains about an expected end of line on the word "search" at the first line... I don't know why. > > *set* PREV_SEARCH_STRING *to* current search strings > >*set* PREV_SEARCH_STRING *to* search string *of*

Re: Edit Markup giving me an error

2018-01-22 Thread Tom Robinson
You should contact support — see the footer :] > On 2018-01-22, at 07:24, Gerald Davenport wrote: > > Hi all. I have procrastinated enough, I am ready to move away from BBEdit > 8.7.2 and upgrade, but I have some issue with the trial version. > > 12.0.2. running on an

Re: Search, start at top and other things

2018-01-22 Thread John Muccigrosso
On Monday, January 22, 2018 at 9:34:40 AM UTC-5, Bernardo wrote: > > Thanks for your reply, John. > Unfortunately, Applescript editor complains about an expected end of line > on the word "search" at the first line... I don't know why. > >> >> *set* PREV_SEARCH_STRING *to* current search

Re: HTML5 support

2018-01-22 Thread Jean-Christophe Helary
> On Jan 22, 2018, at 22:46, Greg Raven wrote: > > Third, I'm not finding either translate or fade as HTML5 elements, and they > don't even sound like elements, IMHO. Are you certain they are not attributes > or CSS? translate is an attribute:

Re: HTML5 support

2018-01-22 Thread Greg Raven
First, not every possibility is in the palette. Some tags need to invoke using other means. Second, canvas works in my version of BBEdit. BBEdit not only recognizes it as a tag in Edit Markup ..., the BBEdit syntax checker also recognizes it as valid. Third, I'm not finding either translate

Re: Search, start at top and other things

2018-01-22 Thread Bernardo
Thanks John. This version works :) property startAtTop : true property wrapAround : false property caseSensitive : false property matchWords : false - tell application "BBEdit" - set