Elect86
- 活动总数 19
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 8
-
Elect86 创建了一个帖子, 已回答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 =... -
Elect86 创建了一个帖子, 已回答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... -
Elect86 创建了一个帖子, 已回答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... -
Elect86 进行了评论, -
Elect86 创建了一个帖子, 已回答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... -
Elect86 创建了一个帖子, 已回答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... -
-
-
Elect86 创建了一个帖子, 已回答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 -
Elect86 创建了一个帖子, 已回答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...