opticyclic searches
- Total activity 1105
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 8
- Subscriptions 411
-
Created The Terrible H2 Workflow
AnsweredThis 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-... -
Created Patch Update Several Versions
AnsweredOccasionally 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... -
Created What Is The Best Way To Use One Logging Config In A Multi-Project Gradle Build
AnsweredI 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... -
Created Why Can't I Evaluate Expressions When Debugging Kotlin Tests?
AnsweredI 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... -
Created Are OpenJDK Fixes Being Pushed Upstream?
AnsweredIt 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... -
Created 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... -
Created Why Are Projects Opening In The Background?
AnsweredWhen 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... -
Edited New Commit Dialog Is Annoying
AnsweredPreviously 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... -
Created Is It Possible To Not Reuse A Debug Window Tab?
AnsweredI'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... -
Created 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?