Taras Tielkes

- Total activity 1471
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 552
-
Created PsiViewer exception
After switching IDEA JDK for a project:-Argument 1 for @NotNull parameter of com/intellij/psi/util/PsiTreeUtil.isAncestor must not be nulljava.lang.IllegalArgumentException: Argument 1 for @NotNull... -
Created Javadoc request: com.intellij.psi.FileViewProvider
Some more explanation in the "Architectural Overview" would be welcome too. -
Created ClassName completion in custom language
Let's assume I have a minimal custom language. The language actually only contains references to Java project/library classes, with some minimal syntax:-{...java.lang.String,...org.foo.Bar,...java.... -
Created "API for supporing XML-based languages"
One before last feature on the list:http://www.jetbrains.com/idea/features/newfeatures.htmlWhat is it? Where is it? :) -
Created Request: minimal language injection example
For instance-an existing language (JavascriptLanguage)-a simple target: all String literals in Java codeSuch an example would be much appreciated. -
Created Demetra API change: PsiFile.createPseudoPhysicalCopy()?
This method is present in the Irida API. Any replacement? -
Created Triggering 'Create Method' intention
1)I'd like to trigger this intention from my own code (from an inspection, I suspect), and supply it all the necessary type information. Any hints how to do such a thing?2)I assume the 'Cannot reso... -
Created Using codeStyleManager.shortenClassReferences for single field only
I'm adding a field to a class, and calling "codeStyleManager.shortenClassReferences(psiClass)" afterwards to move the FQN classname (of the field just added) to the imports list.I'd like to perform... -
Created Disabling buillt-in completions for specific Java string literals
My plugin provides references from specific String literals in Java code to other Psi elements.Completion works fine, with one nuisance:There are three built-in Idea components that contribute qui... -
Created JSPx/TAGx editing impossible in 5.0
Age page of moderate complexity triggers the following bug (or one of its variants):http://www.intellij.net/tracker/idea/viewSCR?publicId=56844