Zhanglei
- 活动总数 19
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 5
-
创建于 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... -
已编辑于 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) -
-
创建于 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()) { ... -
创建于 How to display custom error message at the commit message panel
已回答At the location of "Specify commit message" in the following figure.