editors

Discussion about all editors used for Clojure/ClojureScript
tjg 2015-06-25T14:36:46.001252Z

In Light Table, anyone know how to enable instarepl by default? This sad attempt (in user.behaviors) doesn't seem to work: [:editor.clojure :editor.clj.instarepl]

pataprogramming 2015-06-25T16:29:51.001253Z

Another LightTable question: in the instarepl, compilation errors overlay the bottom of the editing area, this makes that it's impossible to see the text that's underneath...and this is always an issue when you reach the bottom of the window, and start typing.

pataprogramming 2015-06-25T16:30:09.001254Z

Any workarounds for this? Even moving the error box to the right side of the window would improve things.

tjg 2015-06-25T19:41:54.001261Z

Ok, this seems to basically do what I want:

[:editor.clojure :lt.objs.editor.file/on-save :instarepl-current]

tjg 2015-06-25T19:45:24.001264Z

Or perhaps better yet:

[:editor.clojure :lt.objs.editor/on-change :instarepl-current]

pataprogramming 2015-06-25T20:31:55.001265Z

Hm, looks like my issue is a known one, but unfixed. https://github.com/LightTable/LightTable/issues/1586