mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
[spellchecker] @ApiStatus.Internal on new apis
GitOrigin-RevId: 27261e07be7ba614a355f339d326dcd384bb7bb0
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2b54e307d2
commit
5ce9a661b3
@@ -9,9 +9,10 @@ import com.intellij.spellchecker.dictionary.ProjectDictionary
|
||||
import com.intellij.spellchecker.state.AppDictionaryState
|
||||
import com.intellij.spellchecker.state.ProjectDictionaryState
|
||||
import com.intellij.spellchecker.util.SpellCheckerBundle
|
||||
import org.jetbrains.annotations.ApiStatus
|
||||
import org.jetbrains.annotations.Nls
|
||||
import java.util.function.Supplier
|
||||
|
||||
@ApiStatus.Internal
|
||||
interface DictionaryLayersProvider {
|
||||
fun getLayers(project: Project): List<DictionaryLayer>
|
||||
|
||||
|
||||
@@ -2,7 +2,9 @@
|
||||
package com.intellij.spellchecker.settings
|
||||
|
||||
import com.intellij.openapi.extensions.ExtensionPointName
|
||||
import org.jetbrains.annotations.ApiStatus
|
||||
|
||||
@ApiStatus.Internal
|
||||
interface BuiltInDictionariesProvider {
|
||||
fun getDictionaries(): List<BuiltInDictionary>
|
||||
|
||||
|
||||
@@ -2,8 +2,10 @@
|
||||
package com.intellij.spellchecker.settings
|
||||
|
||||
import com.intellij.openapi.project.Project
|
||||
import org.jetbrains.annotations.ApiStatus
|
||||
import org.jetbrains.annotations.Nls
|
||||
|
||||
@ApiStatus.Internal
|
||||
interface BuiltInDictionary {
|
||||
fun openDictionaryInEditor(project: Project)
|
||||
val name: @Nls String
|
||||
|
||||
Reference in New Issue
Block a user