--
This is the BBEdit Talk public discussion group. If you have a feature request or need technical support, please email "sup...@barebones.com" rather than posting here. Follow @bbedit on Twitter: <https://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+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bbedit/97b9fd3b-0139-442b-8cb5-9722c26b3802n%40googlegroups.com.
I'm stumped when it comes to reformatting a text line that begins with a $ symbol. I want to replace the preceding line's line break, followed by the new line's $, with a tab-$.For instance:... 2021$0.23changed to:... 2021 (tab) $0.23
tell front text window's text
replace "2021
\$" using " \$" options {search mode:grep, case sensitive:false, starting at top:true} -- the idea being to take out a line break and replace it with a tab.
end tell
Here's a sample line from my script where things go wrong:tell front text window's text
replace "2021
\$" using " \$" options {search mode:grep, case sensitive:false, starting at top:true} -- the idea being to take out a line break and replace it with a tab.
end tell
I just noticed that you too use T-E+. I sing the praises of it every day and it's a big reason I'm still at Mojave, the last 32-bit compatible version of the OS. I wonder what happened to Tom Bender, the guy behind it. I've found no answer on Google.
--
This is the BBEdit Talk public discussion group. If you have a feature request or need technical support, please email "sup...@barebones.com" rather than posting here. Follow @bbedit on Twitter: <https://twitter.com/bbedit>
---
You received this message because you are subscribed to a topic in the Google Groups "BBEdit Talk" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/bbedit/xoorTiOkSCo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to bbedit+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bbedit/1A9EF0CB-9150-4936-9E11-3B331BAEA1A3%40gmail.com.