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
January 21, 2011 09:06
Having thought about this some more, the only way I can see to do this is by making it part of the project configuration. One thing is that when the user changes this config I'll need to either inv...
Community
IntelliJ IDEA Open API and Plugin Development
Switching lexer/parser implementations based on module config?
0 votes
Created
January 26, 2011 13:31
In case anyone is interested, I found the answer in the community source code. See com.intellij.openapi.roots.impl.LanguageLevelProjectExtensionImpl.reloadProjectOnLanguageLevelChange().
Community
IntelliJ IDEA Open API and Plugin Development
Switching lexer/parser implementations based on module config?
0 votes
Created
January 18, 2011 02:55
<shameless bump>Does anyone have any ideas about this?Thanks,Colin
Community
IntelliJ IDEA Open API and Plugin Development
LanguageConsole problems
0 votes
Created
April 29, 2011 08:30
So I got a bit further with this by wrapping the whole test (after calling setUp()) in ApplicationManager.getApplication().invokeLater(), but then it crashes later with an NPE:java.lang.NullPointer...
Community
IntelliJ IDEA Open API and Plugin Development
Using test framework with JUnit 4?
0 votes
Created
April 08, 2011 15:38
I'm actually going to be updating the PsiViewer plugin and releasing an updated version of it shortly, hopefully this weekend.
Community
IntelliJ IDEA Open API and Plugin Development
Lisp custom language plugin
0 votes
Created
March 18, 2011 19:27
This seems to work nicely, here's the code:public class SchemeIdentifierSelectioner implements ExtendWordSelectionHandler{ @Override public boolean canSelect(PsiElement e) { PsiElement parent...
Community
IntelliJ IDEA Open API and Plugin Development
How to add support for new symbol patterns?
0 votes
Created
April 13, 2011 13:15
Implementing a CompletionContributor also worked nicely for the new camel hump matcher.
Community
IntelliJ IDEA Open API and Plugin Development
How to add support for new symbol patterns?
0 votes
Created
May 02, 2011 12:15
Hi Dmitry,"This should be fixed by running the initialization code in the event dispatch thread. The test framework does this by default..."Could you give me a pointer to where this is done? I'd li...
Community
IntelliJ IDEA Open API and Plugin Development
'Write access is allowed from event dispatch thread only' error while running IdeaTestCase
0 votes
Created
May 02, 2011 14:48
Great, thanks Dmitry.
Community
IntelliJ IDEA Open API and Plugin Development
'Write access is allowed from event dispatch thread only' error while running IdeaTestCase
0 votes
Created
May 05, 2011 14:33
I feel like I need popcorn with a story like that :-)Interesting though, thanks - I may end up having to do something similar shortly.Cheers,Colin
Community
IntelliJ IDEA Open API and Plugin Development
Integrating into JUnit results
0 votes
«
First
‹
Previous
Next
›
Last
»