On 07/31/2019, at 08:50, Nestor Aguilera <[email protected]
<mailto:[email protected]>> wrote:
> As I said, it is no big deal as I can always change the global preferences,
> save the file and then change back the global preference.
Hey Nestor,
In that case why don't you just use a BBEdit Text Filter instead of fooling
around with preferences?
#!/usr/bin/env perl -sw
use v5.12;
use utf8;
while (<>) {
s!\h+$!!;
print;
}
Bind it to a keyboard shortcut and use it on-demand.
--
Best Regards,
Chris
--
This is the BBEdit Talk public discussion group. If you have a
feature request or need technical support, please email
"[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <https://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 view this discussion on the web visit
https://groups.google.com/d/msgid/bbedit/4C319E6C-D3B7-49E2-B7D7-96289C0AF3BB%40suddenlink.net.