This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-11-10
Channels
- # admin-announcements (1)
- # aleph (1)
- # asami (9)
- # babashka (30)
- # beginners (83)
- # calva (8)
- # cherry (4)
- # cider (4)
- # clj-kondo (15)
- # cljs-dev (11)
- # cljsrn (8)
- # clojure (85)
- # clojure-europe (87)
- # clojure-losangeles (9)
- # clojure-nl (4)
- # clojure-norway (4)
- # clojure-spec (3)
- # clojurescript (12)
- # community-development (5)
- # conjure (1)
- # core-typed (3)
- # datomic (21)
- # docker (13)
- # emacs (13)
- # funcool (1)
- # google-cloud (1)
- # graalvm (12)
- # gratitude (14)
- # holy-lambda (6)
- # introduce-yourself (18)
- # lsp (15)
- # malli (6)
- # matcher-combinators (15)
- # nbb (15)
- # off-topic (37)
- # pathom (31)
- # portal (23)
- # rdf (3)
- # releases (2)
- # reveal (2)
- # sci (4)
- # scittle (3)
- # shadow-cljs (14)
- # squint (2)
- # tools-deps (29)
Happy Thursday, dear Calva friends! https://github.com/BetterThanTomorrow/calva/releases/tag/v2.0.319 • Fix: https://github.com/BetterThanTomorrow/calva/issues/1956 • https://github.com/BetterThanTomorrow/calva/issues/1955http://calva.io/connect • https://github.com/BetterThanTomorrow/calva/issues/1954 • Fix: https://github.com/BetterThanTomorrow/calva/issues/1960
If it’s a Clojure comment with ;
option+shift+arrow keys(to select words from current cursor position) has stopped working for me. Was wondering if it’s a regression from recent calva versions or something wrong in my setup
This could have changed, but must have been quite a while ago, if so. How did it use to work? And how would you want it to work?
option+left arrow moves cursor to a word left, so I’d expect option+shift+left arrow to move the cursor to a word left and select everything between current cursor’s position and the new position(same as the way it behaves if it’s not a comment). I can’t recall if/when it used to work though, I just noticed it today and wondered if there are any changes around that in recent versions
On Mac option+left moves cursor to the left of the form/sexp. And with shift added, it selects. But it shouldn't be bound to a Calva command when the cursor is in comments. Maybe we have a regression. Please file an issue.
here’s the issue - https://github.com/BetterThanTomorrow/calva/issues/1961 let me know if more details need to be added
Yeah. Ctrl+Shift-Left/Right (Linux) are totally broken for comments. Depending on some unclear factor, it either will not move the cursor at all, or will select from the cursor to the beginning/end of the next form found outside of the comment block. Both behaviors are definitely neither expected nor desirable.