Tianshil
- 活动总数 22
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 7
-
-
Tianshil 创建了一个帖子, 已回答How to show a pop up at a specific location of the code editor?
I'm working on a plugin for Android Studio. One feature I want to implement is when the user takes some action for the first time (e.g., apply a quickfix), the plugin can show a pop up at the speci... -
Tianshil 进行了评论, -
Tianshil 创建了一个帖子, 已回答Android Studio plugin modifying the XML layout editor
I want to implement an Android Studio plugin with the following features, can anyone give me some pointers about how to achieve it? (If it's not feasible to implement with the open APIs, what would... -
Tianshil 创建了一个帖子, How to make the error detected by a local inspection tool to prevent compilation?
I have built a local inspection tool that can detect some issues and mark then as error. I hope if such error exists and is detected, the project will not be allowed to compile, just like other syn... -
Tianshil 进行了评论, -
Tianshil 创建了一个帖子, Local inspection invoked in file A, and error registered in file B. Is this possible?
Hi, My plugin has a local inspection tool that can find some issues related to code in other files, and may register the issue on PsiElement in other files. However, I got the following error when ... -
-
-
Tianshil 创建了一个帖子, Is it possible to create a new problem highlight type? (extend the enum class ProblemHighlightType)
Hi! I'm currently working on a plugin for Android Studio. We define a new type of issue and we hope they can be labeled with a specific type of highlight (instead of the current highlight schemes f...