-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DrRacket Quickscript of the day #53
Milestone
Comments
EMBARGO removed on approval from Thorsten Blum via slack |
May be worth saying that it removes the trailing spaces in the selected text. (Otherwise one may try it without selecting anything and wonder why it 'fails'.) |
I've just published the script at https://github.com/toblux/quickscript-user-scripts if that helps. |
@pmatos this is PRESS READY now 😀 |
Thanks. Publishing tomorrow.
On 10 June 2021 20:00:24 CEST, Stephen De Gabrielle ***@***.***> wrote:
***@***.*** this is PRESS READY now 😀
…
-- >
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#53 (comment)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DrRacket Quickscript of the day
Quickscript (featured project of issue 38) provides an easy way to extend DrRacket with small Racket scripts to automate some actions in the editor, while avoiding the need to restart DrRacket. In this new section, contributed by Stephen De Gabrielle, we will be highlighting some of the most interesting scripts out there. Do you have a favourite script? Share it with us!
I'd like to thank Thorsten Blum for this weeks quickscript 'Remove trailing whitespace' that removes trailing spaces from the selected text:
published at https://github.com/toblux/quickscript-user-scripts
Installation: you can paste this into a new script via the menu: Scripts > Manage > New
Get started at the Racket Wiki: Quickscript Scripts for DrRacket
Full documentation at https://docs.racket-lang.org/quickscript/.
The text was updated successfully, but these errors were encountered: