@Override
 public void goToLastHighlight() {
   FlooHandler handler = context.getFlooHandler();
   if (handler == null) {
     return;
   }
   handler.editorEventHandler.goToLastHighlight();
 }