Ross Goldberg
- Total activity 189
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 53
-
Created Creating new Groovy library
How can I create a new Groovy library?In Project Structure > Global Libraries, the + button only allows creating a Java library or one From Maven...Shouldn't I be able to create any type of library... -
Created Re-associate Command-D with Commit Diff instead of VCS Plain Diff
AnsweredHow can I re-associate Command-D (on macOS) with the Commit Diff viewer instead of the VCS Plain Diff viewer? Currently, I can get a Commit Diff viewer by selecting the file I want in the Commit To... -
Edited BNF Live Preview rule ordering issue
AnsweredI'm experiencing a weird rule ordering issue in the BNF Live Preview in IDEA Ultimate 2023.2. The following BNF file is the beginnings of my attempt to model Tcl. { tokens = [ braced_open ... -
Created Grammar-Kit BNF complete syntax
AnsweredIs a complete syntax for the Grammar-Kit BNF file format available anywhere? The existing information seems incomplete & disjoint. -
Created Action (so I can make a keyboard shortcut) to include current chunk in git commit
AnsweredIs there an action (so I can make a keyboard shortcut) to include the current chunk in a git commit? Right now, I have to take my hand off the keyboard to click on the checkbox in the gutter, which... -
Edited TextMate grammar bundle documentation
AnsweredHas JetBrains published any TextMate grammar bundle documentation? I have multiple questions: Does IDEA support Semantic Highlighting, like VS Code? Does that, or does any other IDEA extension to T... -
Edited Diff parts of 2 files
AnsweredIs it possible to diff only parts of files? i.e., I want to diff lines 50-150 of file 1 with lines 84-218 of file 2. The other lines in the files would be excluded from the diff viewer. I know tha... -
Created How to create breakpoint in code used by kapt from a project's Gradle build?
AnsweredI want to debug a Gradle build where I want to create a breakpoint in code from a dependency that is included in the "kapt" configuration, but that is not in any other configuration. I have not fou... -
Created IntelliJ IDEA Favorites tool window
AnsweredIntelliJ IDEA previously had a Favorites tool window. I can no longer find it, but I found the Bookmarks tool window, which seems to have my old favorites listed in it. But the old Favorites let me... -
Created Obtaining a PsiFile from a PsiType
AnsweredHow can a PsiFile be obtained from a PsiType? I assume that the PsiTypes that I will be working with will be PsiClassTypes, if it's easier with the subclass instead of the superclass.