Elect86
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
Created Disable Kotlin formatting for multiple variable declaration on the same line
AnsweredAs titled, I'd like this to remain on the same line after code formatting (which instead will put them each one on a single line) var mouseMoved = false; var mouseWheeled = false; var keyChanged =... -
Edited Best way to implement a typing-time error on DSL missing fields annotated as mandatory
AnsweredI'd like to have a typing-time error whenever I don't specify DSL parameters marked as mandatory (via an annotation), like this one (unfortunately Android-only).I tried with a static analyzer (dete... -
Created How can I get imgui up and running on linux and clion
AnsweredDisclaimer: I'm a jvm user, I know barely enough just to set a native program via cmake I'd like to get the imgui glfw-opengl3 example running under Ubuntu (19.10) In Windows is pretty easy, there... -
Edited No resource if running from Idea, unless explicitely setting resource dir
AnsweredWhenever I run from Idea, it cant find any resources. Running from gradle `application` task is fine Specs: - JPMS project- Gradle 5.6.1- Openjdk 11- Idea 2019.3 Investingating, no resources gets c... -
Created How to set up Idea under MacOs
AnsweredI downloaded Idea EAP 2017.3 Ultimate for Mac OS, with a bundled jre. Once I cloned my gradle project, I tried to sync but it was complaining that there was no project SDK. I tried to add the bundl... -
Created Refresh in gradle window makes module lose marks on src and test directories
AnsweredI have a Gradle Project with a Gradle Module. If I press refresh on the module to update the dependencies, I lose marks on both src and test Intellij 2016.3.2 -
Edited Unindexed remote maven repositories found.
AnsweredI keep getting this in Event Log The following repositories used in your gradle projects were not indexed yet: http://dl.bintray.com/kotlin/kotlin-eap-1.1 If yo... -
Edited Kotlin: unresolved reference
AnsweredIntellij 2016.2.5, Kotlin 1.1 M2 I keep getting: > Error:(14, 20) Kotlin: Unresolved reference: register import com.sun.jna.* class OpenVR : Library { companion object { init { ...