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
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
Created
December 04, 2006 12:46
or
Community
IntelliJ IDEA Open API and Plugin Development
Icon for lookup item
0 votes
Created
February 20, 2007 09:14
Hello, EugeneWhen i was writing a custom language plugin i remember there was a little problem to find out about what to return from getVariants method. The "official" guide said to return PsiEleme...
Community
IntelliJ IDEA Open API and Plugin Development
ReferenceProvider API
0 votes
Created
November 27, 2006 20:40
Good day!I still cannot get IDEA to uncomment my line comment. It worked once but when i changed parsing of comments it stopped.Can you tell me what are the requirements of psi parsing for uncommen...
Community
IntelliJ IDEA Open API and Plugin Development
Commenter in custom language: comments but not uncomments
0 votes
Created
November 28, 2006 08:15
Yes indeed!I have my only comment as a psi comment in a tree, and it is returned in a tokenset from parser definition.My psi tree looks something like thisParserFile:temp.p ParserClass PsiElement(...
Community
IntelliJ IDEA Open API and Plugin Development
Commenter in custom language: comments but not uncomments
0 votes
Created
April 04, 2007 10:00
Yup!I got the same question.I tried to parse everything outside my embedded code as some token type, then i made it a n InjectionHost and injected HTML into it but it was very poor mostly because t...
Community
IntelliJ IDEA Open API and Plugin Development
Remaining Language API questions
0 votes
«
First
‹
Previous
Next
›
Last
»