public final class FileStatusMap extends java.lang.Object implements Disposable
Disposable.Parent
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CHANGES_NOT_ALLOWED_DURING_HIGHLIGHTING |
Constructor and Description |
---|
FileStatusMap(Project project) |
Modifier and Type | Method and Description |
---|---|
void |
assertAllDirtyScopesAreNull(Document document) |
void |
dispose()
Usually not invoked directly, see class javadoc.
|
static TextRange |
getDirtyTextRange(Editor editor,
int passId) |
TextRange |
getFileDirtyScope(Document document,
int passId) |
static void |
log(java.lang.Object... info) |
void |
markFileUpToDate(Document document,
int passId) |
void |
setErrorFoundFlag(Project project,
Document document,
boolean errorFound) |
public static final java.lang.String CHANGES_NOT_ALLOWED_DURING_HIGHLIGHTING
public FileStatusMap(Project project)
public void dispose()
Disposable
dispose
in interface Disposable
public void setErrorFoundFlag(Project project, Document document, boolean errorFound)
public void markFileUpToDate(Document document, int passId)
public TextRange getFileDirtyScope(Document document, int passId)
public void assertAllDirtyScopesAreNull(Document document)
public static void log(java.lang.Object... info)