Search in sources :

Example 1 with UpToDateLineNumberProviderImpl

use of com.intellij.openapi.vcs.impl.UpToDateLineNumberProviderImpl in project intellij-community by JetBrains.

the class AnnotateToggleAction method doAnnotate.

public static void doAnnotate(@NotNull final Editor editor, @NotNull final Project project, @Nullable final VirtualFile currentFile, @NotNull final FileAnnotation fileAnnotation, @NotNull final AbstractVcs vcs) {
    UpToDateLineNumberProvider upToDateLineNumberProvider = new UpToDateLineNumberProviderImpl(editor.getDocument(), project);
    doAnnotate(editor, project, currentFile, fileAnnotation, vcs, upToDateLineNumberProvider);
}
Also used : UpToDateLineNumberProvider(com.intellij.openapi.localVcs.UpToDateLineNumberProvider) UpToDateLineNumberProviderImpl(com.intellij.openapi.vcs.impl.UpToDateLineNumberProviderImpl)

Aggregations

UpToDateLineNumberProvider (com.intellij.openapi.localVcs.UpToDateLineNumberProvider)1 UpToDateLineNumberProviderImpl (com.intellij.openapi.vcs.impl.UpToDateLineNumberProviderImpl)1