mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-83230
This commit is contained in:
@@ -127,6 +127,7 @@ public class CodeBlockUtil {
|
||||
int offset = editor.getCaretModel().getOffset();
|
||||
final FileType fileType = file.getFileType();
|
||||
HighlighterIterator iterator = ((EditorEx)editor).getHighlighter().createIterator(offset);
|
||||
if (iterator.atEnd()) return -1;
|
||||
|
||||
int depth = 0;
|
||||
Language braceType;
|
||||
|
||||
Reference in New Issue
Block a user