mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
eval language switching in debugger editor, TextWithImports aware of it
This commit is contained in:
@@ -15,7 +15,9 @@
|
||||
*/
|
||||
package com.intellij.debugger.engine.evaluation;
|
||||
|
||||
import com.intellij.openapi.fileTypes.FileType;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
|
||||
public interface TextWithImports {
|
||||
String getText();
|
||||
@@ -30,4 +32,8 @@ public interface TextWithImports {
|
||||
boolean isEmpty();
|
||||
|
||||
String toExternalForm();
|
||||
|
||||
@Nullable
|
||||
FileType getFileType();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user