Zhanglei
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 5
-
Created How to set the minimum width of the Tool Window
AnsweredI 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... -
Edited How to define the horizontal layout of DefaultTreeCellRenderer.
AnsweredIn 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) -
-
Created How do I use GitLineHandler to retrieve the logs of a user?
AnsweredI 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()) { ... -
Created How to display custom error message at the commit message panel
AnsweredAt the location of "Specify commit message" in the following figure.