protorepl

martinklepsch 2016-12-14T10:01:02.000294Z

Unfortunately @robert-stuttaford's suggestion doesn't work. Also searched the Jason's Gist but there's no such binding in there šŸ˜„

robert-stuttaford 2016-12-14T10:14:12.000295Z

oh my goodness, iā€™m sorry @martinklepsch, itā€™s Alt-Shift-c

robert-stuttaford 2016-12-14T10:14:23.000296Z

i think itā€™s a core atom keybind

robert-stuttaford 2016-12-14T10:14:32.000297Z

or else its part of another plugin

martinklepsch 2016-12-14T10:15:54.000298Z

ha! indeed. Thanks Robert!

torbjornvatn 2016-12-14T11:05:30.000299Z

is there such a thing as a proto-repl leiningen template

robert-stuttaford 2016-12-14T11:13:55.000300Z

all you need is one lein dependency, @torbjornvatn, so i donā€™t think so

torbjornvatn 2016-12-14T12:37:37.000301Z

I see that, but it could include the proto-repl-charts dependency and the [org.clojure/tools.namespace ā€œ0.2.11ā€] in :dev as well

jasongilman 2016-12-14T12:44:45.000303Z

Clearing inline results is part of the Atom Ink package.

jasongilman 2016-12-14T12:47:31.000304Z

@torbjornvatn: I keep thinking I should make one of those. You should also have a dev folder on your classpath with a user.clj.

kwladyka 2016-12-14T16:59:10.000308Z

is any shortcut for jump to definition of function? I am trying atom editor with proto-repl

torbjornvatn 2016-12-14T19:10:46.000310Z

@jasongilman exactly, although Iā€™ve managed without the dev folder. whatā€™s the use case for the functions in user.clj?

jasongilman 2016-12-14T19:22:37.000311Z

@torbjornvatn They're based on the suggestions from Stuart Sierra with Clojure tools namespace. Check this out http://thinkrelevance.com/blog/2013/06/04/clojure-workflow-reloaded

torbjornvatn 2016-12-14T19:24:04.000313Z

aaah, I see.

jasongilman 2016-12-14T19:25:38.000314Z

@kwladyka: cmd-alt-o if you're using a Mac. See keybindings at the bottom here https://github.com/jasongilman/proto-repl

kwladyka 2016-12-14T19:35:04.000316Z

@jasongilman you mean cmd-alt-, o ? doesnā€™t work for me

kwladyka 2016-12-14T19:35:19.000317Z

it open empty file

kwladyka 2016-12-14T19:35:32.000318Z

even if the definition of the function is in the same file when i click it

kwladyka 2016-12-14T20:03:17.000319Z

now i have Error trying to open: NullPointerException

kwladyka 2016-12-14T20:10:18.000320Z

ech i see

kwladyka 2016-12-14T20:10:35.000321Z

proto-repl:open-file-containing-varhas a bug

kwladyka 2016-12-14T20:10:46.000322Z

donā€™t work when space character is in directory