Elect86
- 活动总数 19
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 8
-
创建于 Disable 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 =... -
已编辑于 Best 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... -
创建于 How 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... -
已编辑于 No 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... -
创建于 How 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... -
创建于 Refresh 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 -
已编辑于 Unindexed 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... -
已编辑于 Kotlin: unresolved reference
已回答Intellij 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 { ...