Elect86
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
Elect86 created a post, AnsweredDisable Kotlin formatting for multiple variable declaration on the same line
As 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 =... -
Elect86 created a post, AnsweredBest way to implement a typing-time error on DSL missing fields annotated as mandatory
I'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... -
Elect86 created a post, AnsweredHow can I get imgui up and running on linux and clion
Disclaimer: 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... -
Elect86 commented, -
Elect86 created a post, AnsweredNo resource if running from Idea, unless explicitely setting resource dir
Whenever 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... -
Elect86 created a post, AnsweredHow to set up Idea under MacOs
I 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... -
-
-
Elect86 created a post, AnsweredRefresh in gradle window makes module lose marks on src and test directories
I 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 -
Elect86 created a post, AnsweredUnindexed remote maven repositories found.
I 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...