Fork me on GitHub
#cursive
<
2017-03-10
>
danielcompton01:03:27

When I'm entering deps in my project.clj, the autocomplete looks like it's half selected, and then if I press the down arrow it selects the actual dependency. I can tab complete from both, but it was a bit unexpected. Is this to do with how IntelliJ does tab completion and selections?

cfleming03:03:39

@danielcompton I’m not sure - what is not what you’re expecting there?

danielcompton04:03:19

I guess I was expecting the autocomplete suggestion to be in blue like it is when you press the arrow key

danielcompton04:03:45

But it might be like that everywhere

wilkerlucio12:03:29

hello, can someone tell me where can I find that menu with the repositories list to index the dependencies?

yonatanel12:03:32

@wilkerlucio Do you mean ctrl+alt+S and search for "maven" or "repositories"?

wilkerlucio12:03:17

@yonatanel thanks, that is it 🙂

yonatanel12:03:41

@wilkerlucio Intellij just notified me recently that my repositories are not updated, so I remembered where it is :)

kauko16:03:13

Is it possible to define my own grammar for macros I've added?

kauko16:03:44

I found this, but it doesn't quite do it for me

kauko16:03:36

Honestly the built-in defn grammar almost works for me, but not quite!

deas17:03:19

I see stack overflowing during symbol resolution with latest ClojureScript sources. Known issue?

mattsfrey18:03:31

updating to latest and regenerating the stubs seems to have fixed the issue with the lingering notification bar

isak21:03:26

is there a way to turn off the thing where every value in a map gets indented to the same column? this makes behavior doesn't always make sense, and can create massive diffs for small changes

zylox21:03:00

im intested in that too @isak . i think in most cases it makes sense but my team is never going to get on board with it

zylox21:03:36

sure looks like it

isak22:03:53

@shaun-mahood wow this is great, thank you!

yonatanel22:03:46

@kauko What is your grammar?