Zhanglei
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 4
-
Zhanglei commented, -
Zhanglei created a post, AnsweredHow 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 commented, -
-
Zhanglei created a post, -
Zhanglei commented, -
Zhanglei created a post, AnsweredHow 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 created a post, AnsweredHow to display custom error message at the commit message panel
At the location of "Specify commit message" in the following figure.