Fork me on GitHub
#cursive
<
2018-04-17
>
justinlee01:04:05

hope no one minds, but general intellij question here: can you get get diffs for the whole project instead of file-by-file?

cfleming02:04:13

@lee.justin.m Do you mean diffs of the changes? I do it using the Changes view (View-&gt;Tool Windows-&gt;Version Control-&gt;Local Changes)

cfleming02:04:44

Then Cmd-D after selecting the scope I’m interested in will open a diff view, and I can then move from file to file.

justinlee02:04:59

@cfleming ah yea that’s helpful. i wasn’t using that window. Thanks!

cfleming02:04:01

By default I think prev/next file are mapped to ctrl left/right, and I map ctrl up/down to prev/next change. I use that view all the time, it’s one of my favourite IntelliJ features.

idiomancy11:04:49

for some reason in cursive, every time I try to make an end of line comment, it adds whitespace before the comment -- pushing it right until it's at at least column 60

idiomancy11:04:04

I can't find what setting is responsible for that behavior

agigao14:04:14

@idiomancy I have no idea, but I actually like that )))

idiomancy17:04:18

ugh, it drives me nuts 😄 I could see how one would like it, so it doesn't bother me that the feature exists, I just really need some way to disable it 😆

cfleming21:04:16

@idiomancy Settings-&gt;Editor-&gt;Code Style-&gt;Clojure-&gt;General-&gt;Comment alignment column, set that to 0

idiomancy21:04:21

@cfleming Thanks! Comment alignment, okay cool. Sorry, I went through every comment related search term I could think of, but that wasn't one of them