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
seancorfield 2019-05-02T03:40:55.015900Z

My first ever screencast https://youtu.be/ZhzMoEz4j1k showing my workflow with Atom, Chlorine, and REBL.

2👍
danieroux 2019-05-02T09:46:48.016600Z

Thank you! Was extremely insightful to me.

2019-05-07T01:32:52.047Z

great to see the new rebl var-related features and the jdbc sql table navigation in action. thanks for taking the time to create and share this!

danieroux 2019-05-02T09:46:48.016600Z

Thank you! Was extremely insightful to me.

seancorfield 2019-05-02T12:43:55.019200Z

@jlmr I have a few mods to Chlorine locally and one change I made was to open the repl pane below instead of to the right. It would be nice if that was an option on the settings page @mauricio.szabo

seancorfield 2019-05-02T12:46:06.021Z

I think it's a bug that you can't drag the pane around without it disconnecting the repl but Atom is a bit odd about the signals it sends there.

jlmr 2019-05-02T13:16:40.021100Z

Thanks that explains that then 🙂.

mauricio.szabo 2019-05-02T14:07:50.023600Z

Well, the disconnection is mostly because the Console tab doesn't have a "onClose" event so I sent it to the panel... but it seems that when you drag the panel Atom destroys it and creates a new one, so...

mauricio.szabo 2019-05-02T14:09:09.024800Z

As for the option, it's a great idea! I'll fix the bug on the console tab and while I'm at it, will work on the option

3👍2💯2