Commit ba4241e6 authored by Denis Mukhametianov's avatar Denis Mukhametianov Committed by intellij-monorepo-bot
Browse files

[spellchecker] doc for SpellCheckerQuickFixFactory and BuiltInDictionariesProvider

GitOrigin-RevId: e8bf1eb390177ce8f5461aa93f1867c13da5c927
parent c400f3c2
Showing with 7 additions and 0 deletions
+7 -0
......@@ -8,6 +8,9 @@ import com.intellij.psi.PsiElement
import com.intellij.spellchecker.DictionaryLayer
import org.jetbrains.annotations.ApiStatus.Internal
/**
* Extension point for product-wide spellchecking inspection quickfixes customization.
*/
@Internal
interface SpellCheckerQuickFixFactory {
companion object {
......
......@@ -4,6 +4,10 @@ package com.intellij.spellchecker.settings
import com.intellij.openapi.extensions.ExtensionPointName
import org.jetbrains.annotations.ApiStatus
/**
* Extension point for providing built-in spellchecking dictionaries
* that should be displayed and can be edited in `Custom dictionaries` table in spellchecker options page.
*/
@ApiStatus.Internal
interface BuiltInDictionariesProvider {
fun getDictionaries(): List<BuiltInDictionary>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment