Ross Goldberg
- Total activity 189
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 53
-
Created Debugging Gradle Test tasks
AnsweredIt looks like Grade Wrapper 4.10 forks Test tasks into new processes. In IntelliJ Ultimate (currently 2018.2.3 RC), I've set breakpoints in code that is run during a Test task, but the Test never s... -
Created How to see non-daemon threads in the debugger
AnsweredHow can I see only the non-daemon threads in the debugger? I want to determine what threads are preventing a Gradle build from completing. -
Created Navigating to Gradle plugin source in debugger
In IntelliJ 2018.2.1 EAP Ultimate, I am debugging a Gradle Wrapper 4.9 build that uses the Gradle Kotlin plugin 1.2.60. Nothing happens when I try to "Jump To Source" from the Variables tab to inst... -
Created Switching VCS log tab between git & hg repos in same project
AnsweredI have a project with multiple modules, some of which use hg, and some of which use git. How can I switch the VCS Log tab between repositories? Right now, I see logs for my hg repos intermingled, b... -
Created What Gradle task is used to build when "Delegate IDE build/run actions to Gradle" is enabled?
AnsweredWhat Gradle task is used to build when "Delegate IDE build/run actions to Gradle" is enabled? Is it `build`? `assemble`? Something else? If I have a composite build, does IntelliJ only directl... -
Created SciView continually re-adds itself to sidebar
AnsweredSciView continually re-adds itself to sidebar. I keep right clicking on it, and clicking on "Remove from Sidebar", which removes it, but it always comes back later. I have not opened any Python p... -
Created Traversing Gradle class hierarchy from Gradle source used for build of my IntelliJ project
AnsweredI'm using a Gradle Wrapper 4.7 Kotlin DSL build for my project. I want to look at the gradle source so I can figure out how it works so I can improve my build. I'm able to use Goto Declaration on ... -
Edited IntelliJ 2018.1.4 keeps reverting to attempting to build with Gradle 4.4
AnsweredWhenever I substantially change a Gradle Wrapper 4.7 build that I use in IntelliJ 2018.1.4 Ultimate (with Oracle Java SDK 10.0.1+10 on macOS 10.13.4), it keeps reverting to attempting to build with... -
Created IntelliJ config files for Gradle project with enabled ExternalStorageConfigurationManager
AnsweredIf a Gradle project has enabled ExternalStorageConfigurationManager (in .idea/misc.xml), it seems to not generate any of the following files, so they presumably no longer need to be in a VCS: *.iml... -
Created Module-level custom dictionaries
AnsweredCan dictionaries be defined in a module (rather than a project)? If so, how? If a dictionary is defined in a module, does it only apply to files in that module, or does it apply to all files in a p...