Ross Goldberg
- Total activity 189
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 53
-
Edited IntelliJ Community build error downloading Kotlin plugin
AnsweredHow can I fix the following error when building `master` for IntelliJ Community (on commit eee5627cc76fb5adc1ed445406fb43a9ec1f95d8 from https://github.com/JetBrains/intellij-community) in IntelliJ... -
Edited Implementing `Navigate -> Declaration` action going to declaration for runtime type instead of the compile-time type while debugging
AnsweredI'd like to investigate implementing https://youtrack.jetbrains.com/issue/IDEA-86569, i.e., while debugging, the `Navigate -> Declaration` (⌘B) action should go to the declaration for the actual ru... -
Created Groovy field breakpoint
AnsweredIs it possible to create Groovy field breakpoints? I can't seem to find a way to do it in IntelliJ 2019.2.3 Preview… -
Created Shelving changes without reverting working copy
AnsweredIs there any way to shelve changes without reverting the working copy? If not, would it be hard to add a checkbox for this option in the `Shelve Changes` dialog? -
Edited Source for Gradle plugins
AnsweredI'm debugging a Gradle 5.6 Wrapper build in IntelliJ 2019.2.1. I've included the sources for Gradle itself by using the ALL distribution instead of the BIN distribution, specified by the following... -
Created Is JBR open source? Does JetBrains submit changes to OpenJDK?
AnsweredIs JBR open source? Does JetBrains submit changes to OpenJDK? If some changes are submitted, and others are not submitted, what, in general, are the criteria for submission? If this is the wrong pl... -
Created Changing main toolbar in IU-182.4323.18
AnsweredHow can I remove buttons from the main toolbar in IU-182.4323.18? I went to Preferences > Appearance & Behavior > Menus and Toolbars I opened Main Toolbar, then removed the VCS submenu from it, but... -
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 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 ...