Alexander Shustanov

- 活动总数 70
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 7
- 订阅数 22
-
创建于 MissingRecentApiInspection does not works with kotlin
已回答We 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... -
创建于 Element from alien project
已回答Hello! 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... -
创建于 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... -
已编辑于 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... -
创建于 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. ... -
创建于 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... -
创建于 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. -
创建于 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... -
创建于 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"> ... -
创建于 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...