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
March 25, 2013 21:24
Great, thanks Denis!
Community
IntelliJ IDEA Open API and Plugin Development
Mapping of keyboard shortcuts to OSX
0 votes
Created
April 09, 2013 07:28
The call you want is PsiDocumentManager.commitDocument(). This will cause the PSI to be rebuilt to reflect the changes you've made directly to the document.
Community
IntelliJ IDEA Open API and Plugin Development
CodeStyleManager.adjustLineIndent is throwing Invalid offset detected
0 votes
Created
April 22, 2013 12:08
Great, thanks very much Dmitry, that's very helpful.
Community
IntelliJ IDEA Open API and Plugin Development
Lifecycle of stub creation
0 votes
Created
April 17, 2013 10:03
Bumping up an old question of mine here, I'm still seeing this - can anyone offer any insight?
Community
IntelliJ IDEA Open API and Plugin Development
Spurious "Dynamic usages" in my Find Usages results
0 votes
Created
April 17, 2013 11:40
Sure, here's an example:Notice that the first two usages are from exactly the same position and the second one doesn't have the symbol highlighted in bold. If I get the full usages in the toolwindo...
Community
IntelliJ IDEA Open API and Plugin Development
Spurious "Dynamic usages" in my Find Usages results
0 votes
Created
April 18, 2013 05:56
Actually, investigating something else entirely I found the solution by chance - my symbols were returning spurious references in some cases.In case anyone is interested, you get a "Dynamic usage" ...
Community
IntelliJ IDEA Open API and Plugin Development
Spurious "Dynamic usages" in my Find Usages results
0 votes
Created
May 28, 2013 11:56
I just found a usage of the short names cache in a test (GroovyStubsTest), which is run from a LightCodeInsightFixtureTestCase. The initialisation of the fixture is basically identical to mine, the...
Community
IntelliJ IDEA Open API and Plugin Development
PsiShortNamesCache not working in test fixture?
0 votes
Created
February 14, 2011 15:38
You should be able to do this, in fact a fair amount of the Scala plugin is written in Scala. Ilya Sergey wrote a paper about it, get it at: http://homepages.fh-regensburg.de/~mpool/mpool08/submiss...
Community
IntelliJ IDEA Open API and Plugin Development
Writing an IDEA Plugin with Scala
0 votes
Created
June 26, 2013 12:00
Hi Alan,The Mock JDK is per project, so IdeaTestUtil.getMockJdk17() returns one that's good for the community plugin. For your own plugin, you'll have to copy the mock JDK files somewhere in your p...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin Testing (Windows)
0 votes
Created
June 27, 2013 23:09
Hmm, I'm not sure about that to be honest - which test class are you using? Mine is derived from LightPlatformCodeInsightTestCase.
Community
IntelliJ IDEA Open API and Plugin Development
Plugin Testing (Windows)
0 votes
«
First
‹
Previous
Next
›
Last
»