This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-02-24
Channels
- # announcements (3)
- # babashka (47)
- # beginners (40)
- # biff (21)
- # calva (12)
- # cider (2)
- # clj-kondo (31)
- # cljsrn (8)
- # clojure (14)
- # clojure-berlin (2)
- # clojure-conj (1)
- # clojure-dev (24)
- # clojure-europe (84)
- # clojure-italy (8)
- # clojure-nl (1)
- # clojure-spec (1)
- # clojure-sweden (2)
- # clojure-uk (2)
- # clojurescript (34)
- # clr (3)
- # community-development (1)
- # cursive (14)
- # datalevin (8)
- # datomic (5)
- # defnpodcast (2)
- # dev-tooling (1)
- # etaoin (4)
- # events (3)
- # fulcro (26)
- # graphql (3)
- # honeysql (6)
- # hyperfiddle (45)
- # lsp (40)
- # malli (1)
- # missionary (1)
- # nbb (18)
- # podcasts-discuss (1)
- # reagent (8)
- # reitit (2)
- # releases (2)
- # ring-swagger (1)
- # scittle (78)
- # shadow-cljs (96)
- # vim (7)
- # xtdb (3)
there is something funky going on w intellij EAPs. when im trying to type at the end of a line, the newly typed space gets trimmed off within less than a second. so if i don't type very fast, all the newly typed spaces are eaten up. once this happens, i have no clear way of getting out of this state yet; i just restart intellij or switch back to the non-eap version... has anyone else experienced something like this?
Perhaps format on save is turned on?
😕 Sometimes when IntelliJ gets this screwed up, I delete my workspace and re-import the project.
i think, i just stumbled on the reason why the automatic space removal phenomena is happening.
somehow the Reader mode
gets turned ON and then this auto-reformat happens seemingly, BUT in reality all the entered spaces are retained and become visible, after i turn the Reader mode
OFF.
does anyone know how to toggle the reader mode from the keyboard?
i can't even find an action for it, just a checkbox in settings...
If you use Cmd-Shift-A to search for actions, you can search for config items and toggle them from there too.
i toggle certain things from the actions menu, but i can see a direct toggle for reader mode.
similar anomaly is when im trying to type into some input field, like Settings
/ Editor
/ Font
/ Size:
, the whole input field gets selected after every keypress, hence new keypresses are just overriding the whole content of the field.
has this happened to anyone else?
I would like to be able to restart my server with a keybinding. Is there any way to send a form to the Cursive REPL with a keybinding without loading it from the editor? I just need to run one function
You can do this with repl commands
Ah, this: https://cursive-ide.com/userguide/repl.html#repl-commands This looks like exactly what I need. Thanks!
i think, i just stumbled on the reason why the automatic space removal phenomena is happening.
somehow the Reader mode
gets turned ON and then this auto-reformat happens seemingly, BUT in reality all the entered spaces are retained and become visible, after i turn the Reader mode
OFF.
does anyone know how to toggle the reader mode from the keyboard?
i can't even find an action for it, just a checkbox in settings...