Zhenyuqiao
- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
Created Which API should I use to get the detail for File Encodings?
AnsweredI want to get the global encoding and the project encoding, which API should I use? -
Created plugin can't uninstall on webstorm 2018.3.2
AnsweredA personal plugin can't uninstall on webstorm, but it's ok for intellij -
Created which class can use in older version for com.intellij.openapi.editor.EditorCustomElementRenderer?
AnsweredA 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 ... -
Edited How to get the branch info from commit info(like VcsFullCommitDetails in intellij) through the API provide by git4Idea
AnsweredEvery 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... -
Created 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? -
Created 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 -
Created Can't debug plugin
AnsweredWhen 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 -
Created 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.