Taras Tielkes

- 活动总数 1471
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 552
-
创建于 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... -
创建于 Javadoc request: com.intellij.psi.FileViewProvider
Some more explanation in the "Architectural Overview" would be welcome too. -
创建于 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.... -
创建于 "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? :) -
创建于 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. -
创建于 Demetra API change: PsiFile.createPseudoPhysicalCopy()?
This method is present in the Irida API. Any replacement? -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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