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
January 06, 2007 11:52
There is HTML inspection that reports about incorrect tags and attributes (Settings / Errors / HTML Inspections / HTML tags and attributes convention).If the attribute is added to the custom attrib...
Community
IntelliJ IDEA Open API and Plugin Development
Adding attributes(on the fly) to html
0 votes
Created
December 28, 2006 09:28
If you don't need to instantiate your class, then PsiClass instance is enough:The PsiClass provides reflection methods like getAllMethods().
Community
IntelliJ IDEA Open API and Plugin Development
Getting java.lang.Class from PsiClass
0 votes
Created
December 27, 2006 07:22
I have a reference provider related question. I need to implement the following:1. Some html tag has custom attributes, and IDE should not highlight them as custom.Should I register an extended Xml...
Community
IntelliJ IDEA Open API and Plugin Development
ReferenceProvider API
0 votes
Created
December 26, 2006 09:42
Seems, I found the page related to the problem:http://www.jetbrains.net/jira/browse/IDEADEV-2335Code for registering own XmlNSDescriptor (extends com.intellij.xml.impl.schema.XmlNSDescriptorImpl):
Community
IntelliJ IDEA Open API and Plugin Development
Adding attributes(on the fly) to html
0 votes
Created
December 04, 2006 10:51
I registered the fixed completion variant from my first message (don't use NotFilter in variant constructor) and if I type "^" symbol in the attribute name then the MyCompletionData.completeReferen...
Community
IntelliJ IDEA Open API and Plugin Development
AutoCompletion popup after custom symbol ?
0 votes
Created
December 04, 2006 09:17
Thanks you for your answer! I investigated this class and now use this code to create public method icon:I have a RowIcon related question. How to produce an empty icon that has size 16 x 16. The p...
Community
IntelliJ IDEA Open API and Plugin Development
Icon for lookup item
0 votes
Created
December 01, 2006 18:11
It's my mistake. Sure, use the variant without NotFilter:
Community
IntelliJ IDEA Open API and Plugin Development
AutoCompletion popup after custom symbol ?
0 votes
Created
December 01, 2006 08:32
Seems, the first and second blocks of code are same... Please explain what you did.
Community
IntelliJ IDEA Open API and Plugin Development
AutoCompletion popup after custom symbol ?
0 votes
Created
November 30, 2006 18:30
Implement your completion data:and register the completion data:
Community
IntelliJ IDEA Open API and Plugin Development
AutoCompletion popup after custom symbol ?
0 votes
Created
November 09, 2006 09:47
If your press Ctrl-Click with mouse on element then IDE:- searches a PsiReferenceProvider instance for this element- constructs PsiReference using reference provider- calls the PsiReference.resolve...
Community
IntelliJ IDEA Open API and Plugin Development
How to imitate "goto declaration"?
0 votes
«
‹
1
2
3
4
5
6
7
›
»