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 04, 2012 08:58
Which IDEA version are you targeting? 10.5, 11 or 12?If it's for your internal purposes, then you don't need universality. And I'm sure that priority like -1000 will fulfil your needs. OTOH if you ...
Community
IntelliJ IDEA Open API and Plugin Development
Adding to java auto-complete options in the relevant context and at the correct position.
0 votes
Created
June 25, 2012 11:54
Instead of putting an integer as an Object, I'd use PrioritizedLookupElement or user data, and make something else a lookup object. Something, which identifies your item unambiguously. Maybe a your...
Community
IntelliJ IDEA Open API and Plugin Development
Documentation for LookupItems
0 votes
Created
January 28, 2013 09:25
There's no such specific highlighting available currently. There's a more general option. You can annotate your root DomElement with @DefinesXml annotation and then everything in your XML that's no...
Community
IntelliJ IDEA Open API and Plugin Development
Fixed-number(single) SubTag elements
0 votes
Created
January 28, 2013 10:13
I see. Nobody ever needed that and consequently this is not implemented yet. :) Could you please file a feature request?
Community
IntelliJ IDEA Open API and Plugin Development
Fixed-number(single) SubTag elements
0 votes
Created
May 15, 2013 10:58
This is because for some historical reasons, references for XML text inside tags should be registered for XmlTag elements, not the text ones. And better with the tag name given. Sorry for the confu...
Community
IntelliJ IDEA Open API and Plugin Development
XmlPatterns.xmlText pattern won't work when registering PsiReferenceProvider
0 votes
Created
July 30, 2013 09:15
LexerTest was badly structured and assertions to detect such flaws were added in IDEA 13. I've rewritten the test.
Community
IntelliJ IDEA Open API and Plugin Development
Exception running tests under 13 EAP
0 votes
Created
October 22, 2013 19:58
What doesn't work when adding empty tokens to LookAheadLexer? What do you observe?
Community
IntelliJ IDEA Open API and Plugin Development
DEDENT tokens problem
0 votes
Created
October 25, 2013 15:02
It appears that your lexer is restarted from INDENT token position and it doesn't know from the offset only whether it should include IDENT or not. Could you please trace how "start" method is call...
Community
IntelliJ IDEA Open API and Plugin Development
DEDENT tokens problem
0 votes
Created
November 15, 2013 12:58
The list consists of the items you provide in the CompletionContributor. ElementPattern is an implementation detail in your completion contributor that you may choose to use for checking for the co...
Community
IntelliJ IDEA Open API and Plugin Development
I want to add completion with no annotations.
0 votes
Created
November 21, 2013 08:25
Is your code invoked during autopopup completion: if you put a breakpoint there, does it stop?
Community
IntelliJ IDEA Open API and Plugin Development
I want to add completion with no annotations.
0 votes
«
First
‹
Previous
Next
›
Last
»