mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 05:09:37 +07:00
made public back for scala
This commit is contained in:
@@ -65,7 +65,8 @@ public class FileStatusMap implements Disposable {
|
||||
}
|
||||
|
||||
@Nullable("null means the file is clean")
|
||||
static TextRange getDirtyTextRange(@NotNull Editor editor, int passId) {
|
||||
// used in scala
|
||||
public static TextRange getDirtyTextRange(@NotNull Editor editor, int passId) {
|
||||
Document document = editor.getDocument();
|
||||
|
||||
FileStatusMap me = DaemonCodeAnalyzerEx.getInstanceEx(editor.getProject()).getFileStatusMap();
|
||||
|
||||
Reference in New Issue
Block a user