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
February 27, 2009 19:03
Certainly not major, but I'm not sure about bytecode compatibility. For example, make contributors return void instead of boolean.And if we'll require some language context (which is certainly a go...
Community
IntelliJ IDEA Open API and Plugin Development
"IntellijIdeaRulezzz" vs. "xxx" dummy token in 8.1
0 votes
Created
February 17, 2009 09:51
This functionality will be available in IDEA 9. Current OpenAPI allow for such foldings.
Community
IntelliJ IDEA Open API and Plugin Development
Folding anonymous inner classes to closure syntax
0 votes
Created
February 07, 2009 07:18
Dan Cioca wrote:In IDEA 7.0 I used to be able to set the attribute *LookupItem.INSERT_HANDLER_ATTR* to a com.intellij.codeInsight.completion.LookupItem. This gave me the flexibility to define my ow...
Community
IntelliJ IDEA Open API and Plugin Development
How to register an InsertHandler with IDEA 8.0 (Diana)
0 votes
Created
January 26, 2009 12:23
The simplest way is to implement CustomPropertyScopeProvider extension. An example can be found in Velocity plugin sources. You should return scope restricted by Java file type. Note that enabling ...
Community
IntelliJ IDEA Open API and Plugin Development
Find Usages of custom reference problem
0 votes
Created
January 16, 2009 19:51
This problem should be fixed in the next EAP, thank you!
Community
IntelliJ IDEA Open API and Plugin Development
Get available enums as variants in custom reference.
0 votes
Created
January 13, 2009 13:33
The simplest way is to change reference getRangeInElement() method so that it doesn't include the leading $ character, and not mess with prefix matchers at all.
Community
IntelliJ IDEA Open API and Plugin Development
CompletionContributor: how to use withPrefixMatcher?
0 votes
Created
January 26, 2009 12:26
You could create your own CompletionContributor, check the caret position there, somehow extract the prefix from file text, obtain new matcher via CompletionResultSet#withPrefixMatcher() and feed y...
Community
IntelliJ IDEA Open API and Plugin Development
CompletionContributor: how to use withPrefixMatcher?
0 votes
Created
May 06, 2009 18:49
From Spring integration plugin.xml:<dom.fileDescription implementation="com.intellij.spring.SpringDomFileDescription"/>
Community
IntelliJ IDEA Open API and Plugin Development
DomManager and registering DomFileDescription
0 votes
Created
October 15, 2009 17:58
Nobody has needed this until now. I believe that the JAM should hang on a PsiPackage object. As for the pattern, you can create it yourself.
Community
IntelliJ IDEA Open API and Plugin Development
Registering JAM w/ annotation for PsiPackageStatement in package-info.java
0 votes
Created
June 15, 2010 18:49
This doesn't look like a well-formed IDEA DOM interface. Could you post an XML sample of a code which should be completed?
Community
IntelliJ IDEA Open API and Plugin Development
getting Code-completion to work
0 votes
«
First
‹
Previous
Next
›
Last
»