On 23 Jan 2016, at 20:48, Kendall Conrad wrote:

Yeah, I thought there may have been some weird white space issue. Glad that
worked.

Me too! Thanks again!


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 & " "

That does it!
Thanks!


~aw


Regards,
Vlad







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
"supp...@barebones.com" 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 bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.

--
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: <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 bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.

Reply via email to