Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Alexei Orishchenko
Follow
New posts
New posts and comments
Total activity
178
Last activity
January 17, 2016 15:27
Member since
October 13, 2005 12:03
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
69
Activity overview
Posts (44)
Comments (65)
Sort by recent activity
Recent activity
Votes
Created
December 08, 2005 15:26
I try to extend HTML editor that some attributes have Java Expression values and support "Go to declaration" and "Error Highlighting" features. Does exist some way to inform HTML parser to parse th...
Community
IntelliJ IDEA Open API and Plugin Development
Custom language for some HTML attribute values
0 votes
Created
December 03, 2005 10:30
I extended HTML attribute completion using the CompletionData class:1. Register the CompletionData instance in the ProjectComponent.initComponent() method:CompletionUtil.registerCompletionData(getH...
Community
IntelliJ IDEA Open API and Plugin Development
HTML Attribute completion
0 votes
Created
November 30, 2005 16:58
How to add HTML attribute completion variants correctly?If register the CompletionData that extends the HtmlCompletionData class and overrides the method: public void completeReference(PsiRefere...
Community
IntelliJ IDEA Open API and Plugin Development
How to override standard completion in XML file?
0 votes
Created
November 30, 2005 07:30
Something is wrong if register the PsiReferenceProvider for XML attribute values: ReferenceProvidersRegistry registry = ReferenceProvidersRegistry.getInstance(_project); registry.regi...
Community
IntelliJ IDEA Open API and Plugin Development
HTML Attribute completion
0 votes
Created
October 13, 2005 15:21
Do you mean the com.intellij.psi.impl.source.resolve.reference.PsiReferenceProvider interface?
Community
IntelliJ IDEA Open API and Plugin Development
Need CompletionVariant help
0 votes
«
‹
2
3
4
5
6
7