Search in sources :

Example 1 with VcsContentAnnotationConfigurable

use of com.intellij.openapi.vcs.configurable.VcsContentAnnotationConfigurable in project intellij-community by JetBrains.

the class UnscrambleDialog method createUIComponents.

private void createUIComponents() {
    myBottomPanel = new JPanel(new BorderLayout());
    if (ProjectLevelVcsManager.getInstance(myProject).hasActiveVcss()) {
        myConfigurable = new VcsContentAnnotationConfigurable(myProject);
        myBottomPanel.add(myConfigurable.createComponent(), BorderLayout.CENTER);
        myConfigurable.reset();
    }
}
Also used : VcsContentAnnotationConfigurable(com.intellij.openapi.vcs.configurable.VcsContentAnnotationConfigurable)

Aggregations

VcsContentAnnotationConfigurable (com.intellij.openapi.vcs.configurable.VcsContentAnnotationConfigurable)1