Fork me on GitHub
#cursive
<
2018-05-17
>
wilkerlucio00:05:34

I'm getting a very weird behavior on Cursive, I'm separating my source in a few folders, I moved old code to src/ui, and add src/chrome and src/remote, after I refresh the lein project, the src/ui doesn't appear at all in the navigator, it's like it's gone, but it's there for sure, any idea how that can be?

cfleming00:05:07

@wilkerlucio This seems to be a bug in IntelliJ 2018. It happens when source folders are nested inside each other, so both src and src/ui are marked as either source or test folders.

wilkerlucio00:05:26

I forgot to update the src from the cljsbuilds

cfleming00:05:14

Generally this happens when you have a bunch of source paths for something like cljsbuild, but don’t have a top-level :source-paths [] in your project, since Lein will add src by default there.

wilkerlucio00:05:31

yeah, I just updated the cljsbuild ones and now it's good 🙂

justinlee00:05:42

have there been parinfer fixes in some of the preview builds? suddenly all of the cut and pasting seems rock solid. 👍

cfleming07:05:58

@lee.justin.m There have been some, yeah - I have some more I’m about to release which will be the last parinfer work in a while.

ikitommi12:05:07

Is there a way not to left-pad comments in the end of line when auto-formatting code?

bj20:05:42

@ikitommi yes, in Editor > Code Style > Clojure > General, decrease the Comment Alignment Column value