Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Peter Gromov
Total activity
2258
Last activity
May 09, 2023 12:44
Member since
July 25, 2008 18:59
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
739
Activity overview
Articles (0)
Posts (3)
Comments (1516)
Sort by recent activity
Recent activity
Votes
Created
June 29, 2012 09:26
It appears that it's actually easier to create LightElement, which is almost the same (don't ask me why we have two). You subclass it, no need to implement anything, and then check instanceof your ...
Community
IntelliJ IDEA Open API and Plugin Development
Documentation for LookupItems
0 votes
Created
June 29, 2012 13:46
I'm not sure I understand this completely, in particular, what element variable is.One should avoid calling setParent, it's too low-level an API, so yes, I don't like it either :)Why didn't addSubT...
Community
IntelliJ IDEA Open API and Plugin Development
Documentation for LookupItems
0 votes
Created
June 29, 2012 15:09
That's really strange because the approach with copying a tag and adding a child to it should work. Perhaps it doesn't work good with incomplete tags. You may try to debug addSubTag, it's not very ...
Community
IntelliJ IDEA Open API and Plugin Development
Documentation for LookupItems
0 votes
Created
July 02, 2012 09:18
Stranger and stranger. Is it possible for you to just share the code so that I could look at the whole picture?BTW have you tried to do all that tag copying/creation in CompletionContributor, and j...
Community
IntelliJ IDEA Open API and Plugin Development
Documentation for LookupItems
0 votes
Created
April 29, 2013 12:32
It doesn't seem to be normal. Are all elements in the list added by your contributor? Does the list appear quickly, or shows calculation progress for some time?
Community
IntelliJ IDEA Open API and Plugin Development
Sort Completion Result elements
0 votes
Created
July 29, 2013 16:07
Could it be that a previous test doesn't call fixture tearDown?
Community
IntelliJ IDEA Open API and Plugin Development
Exception running tests under 13 EAP
0 votes
Created
October 23, 2013 07:48
Do you add DEDENT as the first token in lookAhead method, somewhere in the middle, or the last one?
Community
IntelliJ IDEA Open API and Plugin Development
DEDENT tokens problem
0 votes
Created
November 14, 2013 13:05
You can implement your own TypedHandler and in checkAutoPopup method analyze the context (i.e. you're in a PhpFile, and just typed '>' after '-'), and invoke AutoPopupController.getInstance(project...
Community
IntelliJ IDEA Open API and Plugin Development
I want to add completion with no annotations.
0 votes
Created
November 19, 2013 09:40
Do you mean the pattern commented out? It looks like correct one, if "->" is a single token in PHP. I'd suggest to override "fillCompletionVariants" method in CompletionContributor and check the Ps...
Community
IntelliJ IDEA Open API and Plugin Development
I want to add completion with no annotations.
0 votes
Created
November 21, 2013 08:32
Then, there seems to be another completion contributor before yours that stops the process. You can put a breakpoint to com.intellij.codeInsight.completion.impl.CompletionServiceImpl.CompletionResu...
Community
IntelliJ IDEA Open API and Plugin Development
I want to add completion with no annotations.
0 votes
«
First
‹
Previous
Next
›
Last
»