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
November 09, 2006 08:13
I use the code below to create text field with browse package button:Do Idea libraries contain code like this and provide helper method for text field creation?
Community
IntelliJ IDEA Open API and Plugin Development
Package selector dialog
0 votes
Created
November 08, 2006 14:25
I try to use the TextFieldWithBrowseButton for package selection. The one way is add listener that shows PackageChooserDialog. Is there another way, without adding listener (another component, or m...
Community
IntelliJ IDEA Open API and Plugin Development
Package selector dialog
0 votes
Created
December 19, 2005 15:38
I extended HTML editor that "Go to declaration" feature works for the HTML attribute values (through registering XML attribute value provider and my implementation of the PsiReference.resolve() met...
Community
IntelliJ IDEA Open API and Plugin Development
PsiReference provided by ReferenceProvider ignored during completion if it has same text range as existing reference in XML file?
0 votes
Created
December 12, 2005 18:45
I have registered the PsiReferenceProvider for XML attribute values, and now "Go to declaration" feature works correctly on custom HTML attribute values (using the PsiReference.resolve() method in ...
Community
IntelliJ IDEA Open API and Plugin Development
PsiReference provided by ReferenceProvider ignored during completion if it has same text range as existing reference in XML file?
0 votes
Created
December 09, 2005 11:20
I can't list all possible attributes names for the registerXmlAttributeValueReferenceProvider() call. Can I pass null or empty array as the 1st parameter to inject references to all attribute values?
Community
IntelliJ IDEA Open API and Plugin Development
PsiReference provided by ReferenceProvider ignored during completion if it has same text range as existing reference in XML file?
0 votes
Created
December 09, 2005 07:45
The call below psiElement.getContainingFile().getOriginalFile().getVirtualFile()returns non-null VirtualFile.
Community
IntelliJ IDEA Open API and Plugin Development
can I get the Module Name of current file in Editor ?
0 votes
Created
December 09, 2005 07:21
It will be good to inject PsiReferences into XML attribute values (XML attribute value is Java expression that specifies some Java bean property) for these purposes: 1. Go to declaration (opens me...
Community
IntelliJ IDEA Open API and Plugin Development
PsiReference provided by ReferenceProvider ignored during completion if it has same text range as existing reference in XML file?
0 votes
Created
December 08, 2005 20:48
How to get current virtual file when code completion occurs? I use CompletionData for the code completion. The call below returns null: psiElement.getContainingFile().getVirtualFile()(this call ...
Community
IntelliJ IDEA Open API and Plugin Development
can I get the Module Name of current file in Editor ?
0 votes
Created
December 08, 2005 20:42
Question to Keith Lea: Do you implement XML language from scratch for injecting your PsiReferences to the language? Does injection of PsiReference require own element types (that possible only if u...
Community
IntelliJ IDEA Open API and Plugin Development
PsiReference provided by ReferenceProvider ignored during completion if it has same text range as existing reference in XML file?
0 votes
Created
December 08, 2005 16:42
Does VirtualFile provide search facilities (for example, by extension)? Or do I need to iterate through file tree (using the VirtualFile.getChildren() method) only?
Community
IntelliJ IDEA Open API and Plugin Development
How to get VirtualFile reference to the resource from jar file
0 votes
«
‹
1
2
3
4
5
6
7
›
»