Alexander Shustanov
- Total activity 70
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 22
-
Created MissingRecentApiInspection does not works with kotlin
AnsweredWe are developing part of our plugin on Kotlin, but MissingRecentApiInspection doesn't support it, so we cannot be sure, that API we are using will be available in future Idea releases. When do yo... -
Created Element from alien project
AnsweredHello! I got very strange exception. I had two opened projects, and when I closed one of them, the second got the exception. java.lang.IllegalArgumentException: Element from alien project: 13295731... -
Created Transitive reference
Hi! Is there any way to create a transitive references? For example, look at the code: <loader id="personsDl">...</loader></filter id="filter" applyTo="personsTable" dataLoader="pers... -
Edited All library snapshots are added to com.intellij.openapi.roots.libraries.Library source roots.
When I start find usages of some class, and the class is used by some library of SNAPSHOT version, idea found lots of duplicated usages, for one for every ever downloaded snapshot. Is it a normal b... -
Created Editor Commit Before Project Close
I do commit at FileEditor state to document atFileEditor.deselectNotify method. When I close a project, deselectNotify is called. In the method I check that project not disposed and not disposing. ... -
Created Smart Pointers Expiration
I just caught a situation when SmartPointer doesnt't return a psi element, but the element is still alive. Is it possible? I store some cached values in the psi element, and value provider uses sma... -
Created DomElement createMockCopy returns DomElement with children being shuffled.
The result of DomElement.createMockCopy has children sorted not in the initial order. It doesn't depends on physical copy or not. -
Created How to make reference be marked as usage, if it has different text from referenced element.
I have some classes, marked with annotation @UiController("classId"), that provided special id for them. The classes can be referenced by this "classId". These references are showed in Usages only... -
Created XmlAttributeValue rename
Hi! I have an xml format, that describes some objects. For example: <?xml version="1.0" encoding="UTF-8" standalone="no"?><views> <view class="Foo" name="foo-view" extends="foo-another-view"> ... -
Created Project model loading and maintenance
Hello! We are developing a plugin that builds a model for project written with some framework. The model is built to provide user simple method to do the framework specific actions with project. So...