This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-02-06
Channels
- # aleph (2)
- # aws (3)
- # bangalore-clj (3)
- # beginners (119)
- # boot (263)
- # cider (13)
- # cljs-dev (16)
- # clojars (2)
- # clojure (114)
- # clojure-austin (1)
- # clojure-chicago (1)
- # clojure-finland (1)
- # clojure-france (24)
- # clojure-italy (6)
- # clojure-russia (28)
- # clojure-serbia (7)
- # clojure-spain (1)
- # clojure-spec (89)
- # clojure-uk (139)
- # clojurescript (216)
- # community-development (3)
- # core-async (135)
- # css (2)
- # cursive (31)
- # datomic (44)
- # emacs (15)
- # hoplon (2)
- # jobs (3)
- # lein-figwheel (14)
- # leiningen (2)
- # lumo (21)
- # off-topic (16)
- # om (7)
- # om-next (1)
- # onyx (53)
- # perun (9)
- # planck (15)
- # portland-or (29)
- # protorepl (2)
- # re-frame (32)
- # reagent (8)
- # ring-swagger (22)
- # rum (51)
- # spacemacs (4)
- # untangled (2)
it it wise for production code (hobby) to use eap builds or can I better use the stable builds ?
and can I open a namespace instead of switching to it. I sometimes need (ns ... ) instead of (in-ns .... ) ?
hello, question: is it possible to search on Cursive REPL output?
@wilkerlucio Yes, you should be able to Tools->REPL->Jump to REPL output pane and then search as normal.
@cfleming humm, after I go to that menu I see the REPL being selected, I tried to cmd+f
but doesn't seems to do anything, and just typing moves the cursor to the REPL input part, what I'm missing?
@wilkerlucio After selecting that, is your caret in the input part or the output part?
after selection on output
same as if I click in any part of the REPL output
cmd+f
?
weird
If I use the jump action, or click in the output pane, and then Cmd-F, I can search there like normal.
cmd-f
doesn't jump to input, it just doesn't do anything
you think it can be different key bind for it?
ups, I think I might have found it
can you please tell me what command is set on your cmd+f
?
Sorry, my bad, I did replaced my cmd+f
to be "Replace..." because it's more convenient overall
Replace probably doesn’t work in a read-only buffer, since you can’t replace anything obviously.
yeah, would be good fallback if it goes to Search when it's not available, but it
its a clear edge case
thanks for staying with me on this @cfleming 🙂