Zhanglei
- 活动总数 19
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 5
-
Zhanglei 创建了一个帖子, 已回答How to set the minimum width of the Tool Window
I added a JTabbedPane in the Tool Window and set the minimum width of the JTabbedPane, But it did not work.class InsightsPanel(project: Project) : JTabbedPane() { init { this.add("Overv... -
Zhanglei 进行了评论, -
Zhanglei 创建了一个帖子, 已回答How to define the horizontal layout of DefaultTreeCellRenderer.
In the screenshot below, I created a SimpleColoredComponent object in getTreeCellRendererComponent and appended three text segments. Can I right-align the last segment of the text (the author) -
-
-
-
Zhanglei 创建了一个帖子, -
Zhanglei 进行了评论, -
Zhanglei 创建了一个帖子, 已回答How do I use GitLineHandler to retrieve the logs of a user?
I can successfully obtain logs in the following ways. val handler = GitLineHandler(project, repo.root, GitCommand.LOG) val result = Git.getInstance().runCommand(handler) if (result.success()) { ... -
Zhanglei 创建了一个帖子, 已回答How to display custom error message at the commit message panel
At the location of "Specify commit message" in the following figure.