Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Jay
Total activity
165
Last activity
January 17, 2016 19:25
Member since
August 24, 2006 15:27
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
62
Activity overview
Posts (28)
Comments (75)
Sort by recent activity
Recent activity
Votes
Created
August 24, 2006 15:27
haven't written a guide yet,though i'm doing this kind of detective work for a month already so i can try to answer your questions, share sources or help in any other way. So if it'll help you feel...
Community
IntelliJ IDEA Open API and Plugin Development
Simple Language Example
0 votes
Created
September 15, 2006 16:15
higetCanonicalText() Returns the name of the reference target element which does not depend on import statements and other context (for example, the full-qualified name of the class if the refer...
Community
IntelliJ IDEA Open API and Plugin Development
PsiReference and completion
0 votes
Created
December 06, 2006 16:44
Any chance this is possible?I want to write test on psi reference resolve and many resolve implementations use cache at a project-component level.Maybe there's a better way to test resolve ?
Community
IntelliJ IDEA Open API and Plugin Development
Load a project component in LightIdeaTestCase ?
0 votes
Created
December 07, 2006 11:17
Could you explain it please ?
Community
IntelliJ IDEA Open API and Plugin Development
Load a project component in LightIdeaTestCase ?
0 votes
Created
December 07, 2006 14:09
If i get you right then i should add that i run LightIdeaTestCase with "-Didea.plugins.load=false" option declared (otherwise some of the plugins produces fatal error)and in the setUp function i ca...
Community
IntelliJ IDEA Open API and Plugin Development
Load a project component in LightIdeaTestCase ?
0 votes
Created
December 05, 2006 15:39
return your implementation of from your
Community
IntelliJ IDEA Open API and Plugin Development
How to display Hint (Tooltip) for resolved PsiReference on Ctrl + MouseOver
0 votes
Created
November 30, 2006 20:26
I did this:and this:However in the second implementation my custom action in my handler is called while in the first one not. But it still does not popup the completion automatically.
Community
IntelliJ IDEA Open API and Plugin Development
AutoCompletion popup after custom symbol ?
0 votes
Created
December 01, 2006 18:01
The difference is in the filter you pass to CompletionVariant:in the first case it wasand in the second just
Community
IntelliJ IDEA Open API and Plugin Development
AutoCompletion popup after custom symbol ?
0 votes
Created
December 01, 2006 18:40
So the problem is that this variant is processed because it's handler is called instead of the default one,but i cannot pop it up automatically.I tried doingbut to no avail.
Community
IntelliJ IDEA Open API and Plugin Development
AutoCompletion popup after custom symbol ?
0 votes
Created
December 04, 2006 19:37
I can't get it working like this.I get completeReference only after ctrl+space.Could you please post your whole completionData class ?
Community
IntelliJ IDEA Open API and Plugin Development
AutoCompletion popup after custom symbol ?
0 votes
«
First
‹
Previous
Next
›
Last
»