@Override
 public void setState(@NotNull final FileEditorState state) {
   myAsyncLoader.setEditorState((TextEditorState) state);
 }