src/main/kotlin/org/arend/actions/mark/ArendMarkTestSourceRootAction.kt [8:15]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun update(e: AnActionEvent) { if (isNotOtherDirectoryType(e)) { e.presentation.isEnabledAndVisible = true super.update(e) } else { e.presentation.isEnabledAndVisible = false } } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/main/kotlin/org/arend/actions/mark/ArendMarkSourceRootAction.kt [8:15]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun update(e: AnActionEvent) { if (isNotOtherDirectoryType(e)) { e.presentation.isEnabledAndVisible = true super.update(e) } else { e.presentation.isEnabledAndVisible = false } } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/main/kotlin/org/arend/actions/mark/ArendMarkBinRootAction.kt [13:20]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun update(e: AnActionEvent) { if (isNotOtherDirectoryType(e)) { e.presentation.isEnabledAndVisible = true super.update(e) } else { e.presentation.isEnabledAndVisible = false } } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -