This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-08-16
Channels
- # announcements (3)
- # beginners (104)
- # boot (18)
- # calva (1)
- # cider (43)
- # cljs-dev (45)
- # cljsrn (2)
- # clojure (29)
- # clojure-dev (10)
- # clojure-europe (2)
- # clojure-italy (117)
- # clojure-nl (17)
- # clojure-spec (56)
- # clojure-uk (41)
- # clojuredesign-podcast (12)
- # clojurescript (35)
- # community-development (6)
- # cursive (27)
- # datomic (12)
- # emacs (9)
- # fulcro (6)
- # graalvm (52)
- # instaparse (6)
- # klipse (3)
- # leiningen (11)
- # lumo (1)
- # off-topic (16)
- # pathom (31)
- # re-frame (10)
- # reagent (26)
- # reitit (3)
- # shadow-cljs (67)
- # sql (4)
- # tools-deps (1)
Is there any way to prevent cursive from wrapping things in the REPL? I never want my code to wrap because I find it very difficult to navigate up and down when it has done, but I can't find out how to prevent it. Note that I'm referring to the editor area of the REPL, not the output
@U9E8C7QRJ so you don't use the REPL in cursive? 😄
There is a Soft-Wrap button that I think defaults to On next to the Debug Mode button (looks like a little green bug) at the top of the REPL window. Turning that off will will disable the line-wrap.
@ULDBA88HY that's for the output, not for the input as @U053032QC asked, right?
ah, yes. I misread. I admit, my input doesn't wrap. I typed in a long string and it just kept going.
mine wraps, the only time it doesn't wrap is when the string has no spaces (obviously)
I must admit I actually have no idea about this, let me know if that option helps @U053032QC, otherwise I’ll investigate to figure out how this works.
seems like vars I define in repl input don't show up in the autocompletion list. But they do if I send the forms that typed in a file :thinking_face:
I think they should, but the process of updating the autocomplete list on the client is asynchronous, so it might depend how fast you type.
Would they not show up if the repl ns is set to be the file? Or is that just doing a refer all so it's accessible from the repl user ns?