ice1000
https://github.com/ice1000
- Total activity 75
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 22
- Subscriptions 21
-
Created 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. -
Created 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... -
-
Edited 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... -
Created 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... -
Created 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...