Fork me on GitHub
#cursive
<
2016-05-03
>
arthur.boyer05:05:01

Is there any way that I can print out a filename and line number to the repl in such a way that it becomes a clickable link? I’m having to use code to find out where functions are that are involved in certain behaviour, and I’d love to be able to spit out a clickable list of links.

cfleming05:05:51

@arthur.boyer: I’ll have to check, but I have a couple of related requests for this - I’ll see if I can get to this shortly.

danielcompton06:05:18

Is it autodetected by IntelliJ?

cfleming07:05:12

No, I provide a filter (regexp matcher, basically)

rauh08:05:25

Doing an auto indent on a multi arity function defined with schema as well as parinfer enabled will mess up the code. Ie pull the function body into the arguments:

rauh08:05:11

Is there any way to configure that behavior? Messes up my entire file.

cfleming08:05:35

@rauh: When you say an auto indent, what do you mean?

rauh08:05:56

Like the ctrl+alt+I keypress, should be called auto-indent lines in Intellij

cfleming08:05:28

I’ll check that case out, thanks.

rauh08:05:32

Which also happens automatically on some input AFAIKT

cfleming08:05:35

Actually, could you file an issue?

cfleming08:05:47

Then I won’t forget.

arthur.boyer17:05:44

@cfleming: Thanks for that. It’s definitely a nice to have rather than a need to have.

danielcompton19:05:44

Is it an intelliJ or Cursive bug that you can’t drag files from one source tree to another?

danielcompton19:05:50

I had a feeling it was an IntelliJ thing

cfleming21:05:05

@danielcompton: You should be able to do that, I think.

cfleming21:05:12

What is the problem when you do?

danielcompton21:05:53

It just gets stuck in the move window, and I can only type Esc to get out of it

danielcompton21:05:31

hmm, I can’t reproduce it on my desktop, and my laptop has an older version of IntelliJ

danielcompton21:05:39

I think that’s the issue