Ross Goldberg
- 活动总数 189
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 53
-
创建于 Debugging Gradle Test tasks
已回答It 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... -
创建于 How to see non-daemon threads in the debugger
已回答How can I see only the non-daemon threads in the debugger? I want to determine what threads are preventing a Gradle build from completing. -
创建于 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... -
创建于 Switching VCS log tab between git & hg repos in same project
已回答I 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... -
创建于 What Gradle task is used to build when "Delegate IDE build/run actions to Gradle" is enabled?
已回答What 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... -
创建于 SciView continually re-adds itself to sidebar
已回答SciView 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... -
创建于 Traversing Gradle class hierarchy from Gradle source used for build of my IntelliJ project
已回答I'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 ... -
已编辑于 IntelliJ 2018.1.4 keeps reverting to attempting to build with Gradle 4.4
已回答Whenever 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... -
创建于 IntelliJ config files for Gradle project with enabled ExternalStorageConfigurationManager
已回答If 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... -
创建于 Module-level custom dictionaries
已回答Can 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...