Yeah, I thought there may have been some weird white space issue. Glad that
worked.
To get the extra space modified this following line near the end of the
script.
set selection to return & white & _char
and add the extra space there like so,
set selection to return & white & _char & " "
~aw
On Saturday, January 23, 2016 at 2:14:07 PM UTC-5, Vlad Ghitulescu wrote:
>
> Hello!
>
>
> On 23 Jan 2016, at 18:28, Kendall Conrad wrote:
>
> > I don't see any obvious reason why it shouldn't be working. My example
> > document looks like yours and I can't reproduce any errors. You might
> > want
> > to compare what you have with what I originally posted to make sure
> > the
> > script wasn't modified in any other ways while copying and pasting,
> > especially the regular expression parts.
>
> I've checked now with the version from Safari (browsing the
> BBEdit-Talk-discussion) and it looks the same.
> I've then put both versions in two separate BBEdit-text-files and made a
> diff… and found a different tab-length.
> So I copied once again the new script, this time from browser and…
> boom! This time it works!
>
> The only little error is that it doesn't put a space on the new line
> after > (see the attachment).
>
>
> Gruß,
> Vlad
>
>
>
--
This is the BBEdit Talk public discussion group. If you have a
feature request or would like to report a problem, please email
"[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>
---
You received this message because you are subscribed to the Google Groups
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].