Fork me on GitHub
#announcements
<
2022-01-31
>
flowthing13:01:58

A new version (v0.12.0, still alpha) of Tutkain, a Sublime Text package for interactive Clojure development, is out. Note that this version removes all default key bindings, including indentation on Enter and the small number of ParEdit key bindings Tutkain had enabled by default. For instructions on how to restore those key bindings, see here: https://github.com/eerohele/Tutkain/blob/3412f53c077afb511f39574cbc95f9a323b59fec/messages/0.12.0.txt#L21-L185 Other than that, some highlights: • Support for using a panel instead of a view for REPL output • Panels hide when you press Escape and show up when you evaluate something, so they're useful especially when working on a laptop screen • If you like using inline evaluation results, you might prefer a panel over a regular view • Support for copying evaluation results to clipboard • Support for connecting to a Clojure runtime without spinning up a separate socket channel for editor tooling messages • Pass backchannel: false to tutkain_connect to use • Useful when one socket connection is all you can get (e.g. when connecting over an SSH tunnel) Full changelog: https://github.com/eerohele/Tutkain/blob/master/CHANGELOG.md#0120-alpha---2022-01-30 Documentation: https://tutkain.flowthing.me Follow up in #tutkain (or via GitHub issues).

🎉 6