Zhenyuqiao
- 活动总数 23
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 8
-
创建于 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? -
创建于 plugin can't uninstall on webstorm 2018.3.2
已回答A personal plugin can't uninstall on webstorm, but it's ok for intellij -
创建于 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 ... -
已编辑于 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... -
创建于 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? -
创建于 how to delete special file on Ide recent files?
when I use the Search EveryWhere feature, I wan't to filter some file to make my plugin east to use -
创建于 Can't debug plugin
已回答When I debug my plugin , click new project , open exist project or import project , the next window only show loading and can't continue , my intellij version is 2017.3.5 IC-173.4674.33 -
创建于 how to extend the editor to insert temp comment on special code line?
I have write a plugin and I want to add comment on special line for the current open file.