Fork me on GitHub
#cursive
<
2021-02-05
>
imre15:02:32

Hey @cfleming, sorry for being a nuisance, I kinda feel that the way https://github.com/cursive-ide/cursive/issues/2097 was fixed doesn't work for me. Previously when I was inside a longer string I could move forward/back to get out of it, but now that's gone 😞 I tried move forward out of sexp but that put me outside the sexp that contained the string. Any chance I could either get the old behaviour back or add more structural support for strings?

imre08:02:36

Commented on the gh issue

Kari Marttila15:02:34

I'm not sure if this IntelliJ 2020.3.2 or Cursive 1.10.1-eap2-2020.3 issue. But quite often now it has happened that I have suddenly lost all my project settings (e.g. File -> Project Structure -> Modules: source directories, test directories, excluded directories, and selected deps.edn aliases, in run configuration the project cannot be found etc). I'm considering to go back to the previous IDEA/Cursive configuration. Update: I deleted /.config/Jetbrains and /.cache/Jetbrains and installed a fresh IntellJ 2020.3.2. Let's see if things will be stable now.

Daniel Wellman17:02:16

I just purchased a license of Cursive, thanks for the great product. I love the editor/REPL integration and being able to use the debugger is great. I’m looking forward to learning more ways to be productive!

cursive 9
cfleming03:02:28

Thanks for the kind words, I’m glad it’s helping!

Jeff Evans22:02:15

can the work that is done to recognize project-specific macros outlined here, be shared to the rest of the team, by some exportable/source controlled file? https://cursive-ide.com/userguide/macros.html I didn’t see anything obvious being updated within the project structure or .idea dir when doing so

Jeff Evans23:02:59

Edit: found it under Languages & Frameworks/Clojure/Symbol Resolution