Fork me on GitHub
#protorepl
<
2016-12-14
>
martinklepsch10:12:02

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

robert-stuttaford10:12:12

oh my goodness, i’m sorry @martinklepsch, it’s Alt-Shift-c

robert-stuttaford10:12:23

i think it’s a core atom keybind

robert-stuttaford10:12:32

or else its part of another plugin

martinklepsch10:12:54

ha! indeed. Thanks Robert!

torbjornvatn11:12:30

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

robert-stuttaford11:12:55

all you need is one lein dependency, @torbjornvatn, so i don’t think so

torbjornvatn12:12:37

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

jasongilman12:12:45

Clearing inline results is part of the Atom Ink package.

jasongilman12:12:31

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

kwladyka16:12:10

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

torbjornvatn19:12:46

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

jasongilman19:12:37

@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

jasongilman19:12:38

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

kwladyka19:12:04

@jasongilman you mean cmd-alt-, o ? doesn’t work for me

kwladyka19:12:19

it open empty file

kwladyka19:12:32

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

kwladyka20:12:17

now i have Error trying to open: NullPointerException

kwladyka20:12:35

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

kwladyka20:12:46

don’t work when space character is in directory