My first ever screencast https://youtu.be/ZhzMoEz4j1k showing my workflow with Atom, Chlorine, and REBL.
Thank you! Was extremely insightful to me.
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!
@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
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.
Thanks that explains that then 🙂.
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...
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