console filters: provide update message

This commit is contained in:
anna
2012-02-16 20:23:06 +01:00
parent 3c629f2ee6
commit 62b3260962
5 changed files with 31 additions and 1 deletions
@@ -164,6 +164,11 @@ public class VcsContentAnnotationExceptionFilter implements Filter, FilterMixin
}
}
@Override
public String getUpdateMessage() {
return "Checking recent changes...";
}
private static class LocalChangesCorrector {
private final Map<VirtualFile, UpToDateLineNumberProvider> myRecentlyChanged;
private final Project myProject;