Ross Goldberg
- Total activity 189
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 53
-
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 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... -
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 Compare any two Mercurial revisions
AnsweredIn IntelliJ, how can I compare any two Mercurial revisions?I want to see a left-hand tree view of all different files between the two revisions, and right-hand pane displaying the differenes for th... -
Created Debugging a Gradle plugin in IntelliJ IDEA
AnsweredHow can I debug a Gradle plugin in IntelliJ IDEA? (current version 2019.3.1) I want to create a breakpoint in plugin code and debug it as it's running. Is there any built-in Gradle or IntelliJ supp... -
Created Temporarily disabling plugins
AnsweredI have around 150 plugins installed, but I've only enabled around 50. Is there any way of temporarily disabling all plugins, but afterwards reenabling only the 50 or so plugins that were previously... -
Edited Lines in the same file in different changelists
AnsweredSometimes, I'm able to get different lines in the same file in different changelists (using the `Move Lines to Another Changelist` action). Other times, I cannot seem to move some lines from one ch... -
Created Java modifier sort order
AnsweredAn IntelliJ Java inspection considers the following modifiers as missorted: private static abstract It wants to reorder them as: private abstract static I much prefer the order that I used.... -
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...