Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Colin Fleming
Total activity
1477
Last activity
August 28, 2024 19:36
Member since
January 04, 2005 19:45
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
484
Activity overview
Posts (205)
Comments (788)
Sort by recent activity
Recent activity
Votes
Created
April 14, 2014 06:07
BTW this is all documented in the CompletionContributor Javadoc (https://github.com/JetBrains/intellij-community/blob/master/platform/lang-api/src/com/intellij/codeInsight/completion/CompletionCont...
Community
IntelliJ IDEA Open API and Plugin Development
The dreaded "IntellijIdeaRulezzz" string
0 votes
Created
April 14, 2014 06:21
I'm not actually sure when the copy happens if the text of the doc is copied and then it's lexed and parsed, or if the PSI structure is copied and then the identifier is inserted directly in the PS...
Community
IntelliJ IDEA Open API and Plugin Development
The dreaded "IntellijIdeaRulezzz" string
0 votes
Created
April 14, 2014 06:26
I guess in your case, you don't know what a valid identifier looks like, right? Since you're scanning text using a lexer that the user has created. That might make things a little trickier - have y...
Community
IntelliJ IDEA Open API and Plugin Development
The dreaded "IntellijIdeaRulezzz" string
0 votes
Created
April 14, 2014 15:31
FWIW, I've written several language plugins for IntelliJ now and this has never been a problem for me (documentation yes, crazy symbols in my completion logic no). You say that they could insert a ...
Community
IntelliJ IDEA Open API and Plugin Development
The dreaded "IntellijIdeaRulezzz" string
0 votes
Created
July 12, 2015 16:48
Hi Scott,I've never got as far as trying to implement this, but I investigated it a while back. My impression from looking at the code was that the UI is driven by parsing the output from the test ...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
July 13, 2015 06:47
Oh great. Thanks for sharing all your findings back here in the forum, too - it's very helpful.
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
July 13, 2015 14:57
Thanks, Anna. I agree with Scott that the most important first step would be just to describe how this API works at a high level. Is my description above more or less correct?
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
July 13, 2015 17:48
Great, thanks Anna. One thing I wanted to ask - I'm interested in making a test runner driven by a file watcher, so that when files are touched some or all of the tests are re-run. This would all b...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
July 31, 2013 12:50
I've debugged this a little further, but I'm not much closer to figuring out what's going on. I debugged down to StubProcessingHelperBase.processStubsInFile, and when it gets the stub from the plai...
Community
IntelliJ IDEA Open API and Plugin Development
Strange problem with stub indexing
0 votes
Created
August 02, 2013 23:41
At the suggestion of Aleksandr Podkhaliusin I tried adding PsiModificationTracker.MODIFICATION_COUNT to my dependencies, but it didn't work - I still got the same problem.
Community
IntelliJ IDEA Open API and Plugin Development
Strange problem with stub indexing
0 votes
«
First
‹
Previous
Next
›
Last
»