This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-01-18
Channels
- # architecture (25)
- # beginners (57)
- # boot (3)
- # cider (38)
- # clara (6)
- # cljsrn (6)
- # clojure (54)
- # clojure-china (4)
- # clojure-greece (1)
- # clojure-italy (3)
- # clojure-romania (1)
- # clojure-russia (7)
- # clojure-spec (68)
- # clojure-uk (46)
- # clojurescript (73)
- # community-development (2)
- # core-async (7)
- # cursive (17)
- # datomic (143)
- # duct (2)
- # emacs (12)
- # events (5)
- # figwheel (3)
- # fulcro (15)
- # hoplon (19)
- # jobs (12)
- # jobs-discuss (85)
- # nginx (3)
- # off-topic (111)
- # onyx (7)
- # other-languages (1)
- # re-frame (30)
- # reagent (19)
- # remote-jobs (1)
- # ring (7)
- # rum (1)
- # shadow-cljs (18)
- # spacemacs (4)
- # specter (4)
- # sql (24)
- # test-check (1)
- # unrepl (10)
- # vim (6)
- # yada (1)
and just to make sure that people don’t think it’s a more general bug here’s a similar example from lein repl
:
user=> “\n lol”
“\n lol”
@niklas.collin You can disable that with Settings->Languages & Frameworks->Clojure->Split and align multi-line strings
It’s part of Cursive output formatting, but it has some issues with shorter strings due to the way the formatting works.
Weird it would work like that, it's ignoring the EOL characters but removing the whitespaces
is cursive (paid) included with when you get the intelliji package? https://www.jetbrains.com/datagrip/buy/#edition=personal i dont see it listed as an integrated development environment
@drewverlee they are separate companies. Two licenses.
@tony.kay so cursive doesn’t depend on having the paid version of intelliji in any way?
@drewverlee From the Getting Started guide for Cursive: First, if you haven't already, download IntelliJ here. If you don't have a licence for the Ultimate Edition, the free Community Edition is fine.
Thanks. @manutter51 i should have caught that.