LineStatusTracker with partial commit feature
Answered
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....
Please sign in to leave a comment.
Nothing can be done until https://youtrack.jetbrains.com/issue/IDEA-189303 is closed.
Why can't it be closed tomorrow? Good question.