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? -
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... -
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 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 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...