Fork me on GitHub
#cursive
<
2017-10-25
>
cfleming02:10:24

@nick319 Hmm, there’s no good solution for that at the moment, sorry. What’s the symbol?

Mudge03:10:17

Well it is a symbol that is used in the custom macro I made:

Mudge03:10:19

(defscripts "root.Test Button" (actionPerformed "This is neat." [event] (println "Just clicked on the button.") (println event))

Mudge03:10:27

The symbol is actionPerformed

Mudge03:10:17

@cfleming I was able to set the indentation level on my defscripts macro but not on the symbols that defscripts uses

danielcompton04:10:20

How is the resolve as meant to work? I'm trying it but nothing happens when I click the button

danielcompton04:10:53

Clicking that row, nothing actually happens

danielcompton04:10:16

ah, I had to resolve it in the actual project, I was clicking on it as a locked library file and nothing was happening