Zhenyuqiao
- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
Zhenyuqiao commented, -
Zhenyuqiao created a post, AnsweredWhich 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 commented, -
Zhenyuqiao created a post, Answeredplugin can't uninstall on webstorm 2018.3.2
A personal plugin can't uninstall on webstorm, but it's ok for intellij -
Zhenyuqiao created a post, Answeredwhich 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 commented, -
Zhenyuqiao created a post, AnsweredHow 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 commented, -
Zhenyuqiao commented, -
Zhenyuqiao created a post, 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?