Zhenyuqiao
- 活动总数 23
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 8
-
Zhenyuqiao 进行了评论, -
Zhenyuqiao 创建了一个帖子, 已回答Which API should I use to get the detail for File Encodings?
I want to get the global encoding and the project encoding, which API should I use? -
Zhenyuqiao 进行了评论, -
Zhenyuqiao 创建了一个帖子, 已回答plugin can't uninstall on webstorm 2018.3.2
A personal plugin can't uninstall on webstorm, but it's ok for intellij -
Zhenyuqiao 创建了一个帖子, 已回答which class can use in older version for com.intellij.openapi.editor.EditorCustomElementRenderer?
A plugin use com.intellij.openapi.editor.EditorCustomElementRenderer to support special interaction, but I have to support the version IC-2016.2.5 which doesn't has this class , Is there any class ... -
Zhenyuqiao 进行了评论, -
Zhenyuqiao 创建了一个帖子, 已回答How to get the branch info from commit info(like VcsFullCommitDetails in intellij) through the API provide by git4Idea
Every coed commit in git means a VcsFullCommitDetails object in intellij, I want to know the commit associated branch infomation, Is there any API to use? I try to use GitSimpleHandler with GitC... -
Zhenyuqiao 进行了评论, -
Zhenyuqiao 进行了评论, -
Zhenyuqiao 创建了一个帖子, how to make the ColumInfo in com.Intellij.ui.table.TableView width auto resize
I want to drag the column to change the width of the column, I try to use the SetAutoResizeMode method , but it doesn't work. Is there any example?