src/main/kotlin/org/jetbrains/plugins/feature/suggester/listeners/EditorActionsListener.kt [40:45]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - if (!action.isSupportedAction()) return val editor = event.getData(CommonDataKeys.EDITOR) ?: return val project = event.getData(CommonDataKeys.PROJECT) ?: return val psiFile = event.getData(CommonDataKeys.PSI_FILE) ?: return when (action) { is CopyAction -> { - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/main/kotlin/org/jetbrains/plugins/feature/suggester/listeners/EditorActionsListener.kt [142:147]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - if (!action.isSupportedAction()) return val editor = event.getData(CommonDataKeys.EDITOR) ?: return val project = event.getData(CommonDataKeys.PROJECT) ?: return val psiFile = event.getData(CommonDataKeys.PSI_FILE) ?: return when (action) { is CopyAction -> { - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -