mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 06:36:56 +07:00
[spellchecker] review fixes: marked SpellCheckerQuickFixFactory @Internal, hide EP_NAME
GitOrigin-RevId: c2a4e79aaa5bba8e43340fd6f2ec544483adc95c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
1339ccbc9a
commit
614720f70b
@@ -6,11 +6,12 @@ import com.intellij.openapi.extensions.ExtensionPointName
|
||||
import com.intellij.openapi.util.TextRange
|
||||
import com.intellij.psi.PsiElement
|
||||
import com.intellij.spellchecker.DictionaryLayer
|
||||
import org.jetbrains.annotations.ApiStatus
|
||||
import org.jetbrains.annotations.ApiStatus.Internal
|
||||
|
||||
@Internal
|
||||
abstract class SpellCheckerQuickFixFactory {
|
||||
companion object {
|
||||
val EP_NAME = ExtensionPointName.create<SpellCheckerQuickFixFactory>("com.intellij.spellchecker.quickFixFactory")
|
||||
private val EP_NAME = ExtensionPointName.create<SpellCheckerQuickFixFactory>("com.intellij.spellchecker.quickFixFactory")
|
||||
|
||||
@JvmStatic
|
||||
fun rename(element: PsiElement): LocalQuickFix {
|
||||
|
||||
Reference in New Issue
Block a user