opticyclic searches
- 活动总数 1105
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 8
- 订阅数 411
-
创建于 The Terrible H2 Workflow
已回答This is my frustrating experience of working with h2 in IDEA and is in someways a follow up to my post from 2015 https://intellij-support.jetbrains.com/hc/en-us/community/posts/206806775-Why-I-Don-... -
创建于 Patch Update Several Versions
已回答Occasionally I forget to patch update the EAP (I know! The shame!) and then I have to download about 500 MB for the new version. Would it be possible to make multiple patches available so that I pa... -
创建于 What Is The Best Way To Use One Logging Config In A Multi-Project Gradle Build
已回答I have a multi-module gradle project and I want to use a single logging config file in all of the modules without copying and pasting. If I use sourceSets in each gradle module to point to the same... -
创建于 Why Can't I Evaluate Expressions When Debugging Kotlin Tests?
已回答I have a gradle multi-project build with a mix of java and kotlin modules. In one of the kotlin modules I have this tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all { kotlinOp... -
创建于 Are OpenJDK Fixes Being Pushed Upstream?
已回答It has been previously stated that the JetBrains runtime fixes bugs in OpenJDK: Please note that using JetBrains Runtime is highly recommended for performance and stability reasons (it fixes many k... -
创建于 How Do We Introduce A Gradle Property?
See the following build.gradle has a missing property "spring_boot_version" repositories { mavenCentral()}dependencies { compile("org.springframework.boot:spring-boot-starter-websocket:$sprin... -
创建于 Why Are Projects Opening In The Background?
已回答When I have a project open and then open another project in a new window it opens the project window in the background and leaves my current project with the focus instead of giving focus to the ne... -
已编辑于 New Commit Dialog Is Annoying
已回答Previously when I would right-click on a file and commit it would only commit that file. Now when I do it it selects other items in the changelist too. The commit dialog doesn't expand the director... -
创建于 Is It Possible To Not Reuse A Debug Window Tab?
已回答I've just run a lot of tests and am now looking at the results in the debug tool window. I want to run some of the failed tests individually but when I do it replaces the output of the debug window... -
创建于 Should There Be ANT Packages In Other Modules?
There are ANT packages in modules compiler-impl, compiler-openapi and java-runtime. Would these be better off refactored into the ant module?