Ross Goldberg
- 活动总数 189
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 53
-
创建于 Re-associate Command-D with Commit Diff instead of VCS Plain Diff
已回答How 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... -
已编辑于 BNF Live Preview rule ordering issue
已回答I'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 ... -
创建于 Grammar-Kit BNF complete syntax
已回答Is a complete syntax for the Grammar-Kit BNF file format available anywhere? The existing information seems incomplete & disjoint. -
创建于 Action (so I can make a keyboard shortcut) to include current chunk in git commit
已回答Is 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... -
已编辑于 TextMate grammar bundle documentation
已回答Has 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... -
已编辑于 Diff parts of 2 files
已回答Is 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... -
创建于 How to create breakpoint in code used by kapt from a project's Gradle build?
已回答I 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... -
创建于 IntelliJ IDEA Favorites tool window
已回答IntelliJ 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... -
创建于 Obtaining a PsiFile from a PsiType
已回答How 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. -
创建于 Groovy field watchpoints new / old values in condition
已回答In the condition for a Groovy field watchpoint, how can I get the new value and/or the old value? I assume the value of the field will be the old value, but, since there is no explicit setter, the ...