Amyn
Amyn
I don't know if it's related, but on first sync (e.g where you press the Wii U's sync button), my controller has this button layout ``` A X B Y...
@jansorg this doesn't seem to be (or no longer) working? A search for "ideaVersion" or "ideaBranch" across the repo doesn't return any result either...
Sorry, it works fine -- the properties have to be defined in gradle.properties. It then works even when calling a task from within IntelliJ and passing the relevant -P arguments
After @aartiPl 's workaround, getting a different error: ``` % kscript 'println("hello")' [kscript] [ERROR] compilation of scriplet failed [kscript] [ERROR] Command : bash -c kotlinc -d 'C:\Users\amynb\.kscript\cache\jar_b1fe1138a572056a6568211c6db7f553\scriplet.jar' C:\Users\amynb\.kscript\cache\jar_b1fe1138a572056a6568211c6db7f553\Scriplet.kts C:\Users\amynb\.kscript\cache\jar_b1fe1138a572056a6568211c6db7f553\Main_Scriplet.kt [kscript]...
Confirm fixed on 4.0.3 ``` % kscript 'println("hello")' hello ```
Was having this problem and turned out to be caused by #347
But Illustrator and photoshop are not text editors, right? In those cases it would be easy to not use this feature and just delete your plain text from the existing...
Sounds good. I was mainly looking at references support and this is where we need to have the parser create appropriate PsiElements for function calls and function declarations, to be...
Hello, I'd like to work on this feature please.