Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Scott Wells
Follow
New posts
New posts and comments
Total activity
178
Last activity
January 16, 2016 14:22
Member since
March 04, 2013 20:32
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
44
Activity overview
Posts (34)
Comments (100)
Sort by recent activity
Recent activity
Votes
Created
September 08, 2015 19:53
Dmitry, one follow-up question. I've basically been doing what you recommended a few posts back in order to capture some additional configuration information in the project settings step. I'm sti...
Community
IntelliJ IDEA Open API and Plugin Development
Validation for modified project settings step in next project/module wizard?
0 votes
Created
September 01, 2015 14:38
Thanks! That helps tremendously, Dmitry! I'll implement that EP for my plugin as well.
Community
IntelliJ IDEA Open API and Plugin Development
Any way to give a data type for "inner" expressions in MultiplePsiFilesPerDocumentFileViewProvider?
0 votes
Created
September 01, 2015 01:23
Perfect! Thanks, Patrick!
Community
IntelliJ IDEA Open API and Plugin Development
Contextual syntax highlighting not based only on lexer
0 votes
Created
August 31, 2015 22:30
Thanks for confirming, Colin. Now for the follow-on question...do you know if there's any way for an annotator to replace the text attributes completely? In my custom language, some keywords are ...
Community
IntelliJ IDEA Open API and Plugin Development
Contextual syntax highlighting not based only on lexer
0 votes
Created
August 20, 2015 19:00
Anna, is this still a closed API? The users of my plugin are requesting a way to filter the contents of ConsoleViews because I'm basically showing the equivalent of log file output in them with cl...
Community
IntelliJ IDEA Open API and Plugin Development
How to create filtered ConsoleView?
0 votes
Created
August 18, 2015 18:34
Hah! I actually already have one (a referencesSearch EP implementation) and had forgotten about it because it's been so long since I even looked at it! Thanks for the reminder! Let me see if tha...
Community
IntelliJ IDEA Open API and Plugin Development
Reference to a named element using a different name?
0 votes
Created
August 03, 2015 19:30
I pretty much have this working, so I'll mark the question as answered. I never did figure out if I could have my parser use an alternative entry point, but it was pretty easy to set it up for an ...
Community
IntelliJ IDEA Open API and Plugin Development
Embedded source editor for expression from custom language?
0 votes
Created
July 27, 2015 13:55
Ah, okay. I interpreted that as only needing to return line data for executable lines with hits=0/>0 for uncovered/covered respectively. I can definitely do that!
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
July 27, 2015 13:29
Okay, Anna. I have a specific example of that ArrayIndexOutOfBoundsException. In SrcFileAnnotator.createRangeHighlighter(), lines has the following contents:LineNumber 46, Hits 1LineNumber 48, Hi...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
July 27, 2015 13:16
Thanks for the quick response, Anna. I assumed that per-line tests was Java-only right now but I appreciate the confirmation.As for the off-by-one error, I thought that might be the case as well. ...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
«
‹
1
2
3
4
5
6
7
8
›
»