Victor Saar
- 活动总数 33
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 12
-
创建于 Plugin suggestion for XML files
已回答Hey, my plugin adds features for a certain framework that is heavily using XML files to serialize database content. The plugin adds certain features to these XML files (language injection, completi... -
创建于 Rename/find usages not working with reference to XML tag
已回答Hey, I have a custom reference pointing to an XmlTag inside of a XML file, for example content.xml. When I try a rename or find usages on the referenced XmlTag it’s not working. When I debug, the r... -
创建于 Which IDEs support frameworks?
已回答In order to use most of the functionality provided by my plugin, users need to add support for my custom framework to their modules. I now tried it on Android Studio for the first time and it seems... -
创建于 Find usage of ID in string literal
已回答Hello, I'm trying to add support for OSGi Declarative Services annotations to my plugin and I'm struggling with a problem with "Find Usages". Java classes are annotated with a @Component annotation... -
创建于 Change to QueryExecutor and RequestResultProcessor interface is not backwards compatible
已回答Hi, I'm trying to make my plugin compatible with the 2018.2 EAP version and I'm stuck with a problem. In the QueryExecutor and RequestResultProcessor interfaces, the first generics parameter change... -
创建于 Custom usage info in Find Usages tool window and popup
I'd like to customize the usage info shown in the Find Usages tool window or popup. I already implemented a custom UsageTypeProvider to show my own text on the first level, e.g. "Usage in XXX", but...