LineStatusTracker with partial commit feature
已回答
For one of my Plugins i use com/intellij/openapi/vcs/ex/SimpleLineStatusTracker.class to create own LST instead of the original ones to show changes according to any selected branch or revision
myLineStatusTracker = new SimpleLineStatusTracker(project, document, MyLineStatusMarkerRenderer::new);
Furthermore i must set SHOW_LST_GUTTER_MARKERS to false.
VcsApplicationSettings vcsApplicationSettings = VcsApplicationSettings.getInstance();
vcsApplicationSettings.SHOW_LST_GUTTER_MARKERS = false;
What can i do instead to keep the Partial Commit Checkboxes in combination with my own LST?
I hope it is possible in any way....
请先登录再写评论。
Nothing can be done until https://youtrack.jetbrains.com/issue/IDEA-189303 is closed.
Why can't it be closed tomorrow? Good question.