mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
console filters: provide update message
This commit is contained in:
+5
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user