@Nullable
 public static AbstractInplaceIntroducer getActiveIntroducer(@Nullable Editor editor) {
   if (editor == null) return null;
   return editor.getUserData(ACTIVE_INTRODUCE);
 }