xncHung
- 活动总数 11
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 5
-
xncHung 创建了一个帖子, 已回答Paid plugin for AndroidStudio
I am developing a paid plug-in. The main intended platform is Android Studio. However, when I tested the purchase, I found that Android Studio removed the Licensing support plug-in. As a result, us... -
xncHung 创建了一个帖子, 已回答How to localize inspection description html file
I am developing some code inspection, and I found that names and quickFix can be localized by the bundle file which with suffixes.like myBundle_zh_CN.properties, but It seems that the description ... -
-
xncHung 创建了一个帖子, -
xncHung 创建了一个帖子, 已回答In kotlin, how to determine the correspondence between type parameters between subtypes and supertypes
Suppose I have a class like this public class ParamMap<T> extends HashMap<String,T> {} I defined such a type in the code: ParamMap<String>, after I get its KotlinType instance, it must have a super... -
xncHung 创建了一个帖子, 已回答change parameter type and annotation with ChangeSignatureRefactoring
When I use ChangeSignatureRefactoring to change the method signature, I want to change the parameter type and its annotation list, but it seems that modifying the method signature requires ReadActi...