ice1000
https://github.com/ice1000
- 活动总数 75
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 1 名用户
- 投票数 22
- 订阅数 21
-
创建于 How can I get all Kotlin file in a `Project`?
Or more generally, is there an API for getting all `VirtualFile`s which are of the same `FileType`? I have already got a project instance. -
创建于 Where is dist.gant?
I'm watching the 2013 webinar about build developer tools on top of intellij platform (a video of this name is available on YouTube) and it talks about a file called dist.gant which holds the layou... -
-
已编辑于 How can I remove all java or python specific codes in an intellij-community release?
I am a custom language plugin developer, and I have some knowledge about plugin development but limited knowledge on the IntelliJ platform. I want to embed my plugin into a JB IDE and exclude irrel... -
创建于 How can I create an intention action without showing an annotation?
Example: I'm trying to implement Java-like base conversion, and what I've done is to `createInfoAnnotation` and `registerFix`. Pic (why I can't use markdown syntax?): https://files.gitter.im/Juli... -
创建于 What's the relationship between `isMemberInplaceRenameAvailable` and `isInplaceIntroduceAvailable`?
I tried overriding both of them by simply returning `true`, and rename action pops a window up, and if I change `isInplaceIntroduceAvailable` to `false`, the rename action becomes inplace. But I st...