Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Chris Gamache
Total activity
16
Last activity
October 28, 2019 15:04
Member since
October 10, 2012 16:42
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
6
Activity overview
Posts (5)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
January 19, 2018 14:54
You're the wizard! Thanks so much. I'm pretty sure this is perfect. I'm going to roll up my sleeves and get to work.
Community
IntelliJ IDEA Open API and Plugin Development
Enumerate annotations on PsiElement
0 votes
Created
January 19, 2018 13:41
Understood. Can you suggest a different design pattern than the one I'm suggesting for tracking the RangeHighlighters for all open documents? Where are the RangeHighlighters applied? Could I create...
Community
IntelliJ IDEA Open API and Plugin Development
Enumerate annotations on PsiElement
0 votes
Created
January 18, 2018 20:38
This is great information! I found out a few things: It turns out that there's a catch... The RangeHighlighter[] highlighters = model.getAllHighlighters(); inspection can only happen in the event d...
Community
IntelliJ IDEA Open API and Plugin Development
Enumerate annotations on PsiElement
0 votes
Created
May 08, 2017 13:01
Right you are. And there's currently no way around it because one will always need to have a literal $value$ in one's command line and the interpreter seems to be very very greedy. Even when I spli...
Community
IntelliJ IDEA Users
How to escape dollar signs in program arguments
0 votes
Created
April 17, 2017 13:50
Thanks. So there wasn't anything I was missing... The feature doesn't exist. I was afraid of that. Per your suggestion, I created a bug report: https://youtrack.jetbrains.com/issue/IDEA-171547 ...
Community
IntelliJ IDEA Users
Editing fixed field data
0 votes