chlorine-clover

About Chlorine for Atom and Clover for VS Code: https://atom.io/packages/chlorine and https://marketplace.visualstudio.com/items?itemName=mauricioszabo.clover
mloughlin 2019-05-09T10:58:26.051400Z

I watched Sean's screencast video and decided to try out Chlorine. I like it so far & I'm excited to try it with REBL - but first i have some newb questions 🙂 Whenever I run chlorine:connect-clojure-socket-repl it creates a new Console pane, and disconnects from the REPL when I re-position the Console pane. How can I move it to the bottom of my Atom window?

seancorfield 2019-05-09T16:20:38.053300Z

You can't at the moment. Mauricio is looking into it. I changed Chlorine to open the console split below and that will become an option you can change in settings.

mloughlin 2019-05-09T17:11:24.054400Z

no big deal then!

mauricio.szabo 2019-05-09T18:45:39.056100Z

Yep, it's mostly because the Ink library (the one that provides the console) doesn't add a handler to close. I'm looking into a workaround (proto-repl does it by extending Console, maybe I'll have to do the same)