mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[spellchecker] RuntimeDictionaryProvider: javadoc
GitOrigin-RevId: 00d0c6e1948b265a81b11aab68c23dfe92642739
This commit is contained in:
committed by
intellij-monorepo-bot
parent
49edad2e6f
commit
bbfa1c8fcf
@@ -1,14 +1,14 @@
|
||||
// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
// Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
package com.intellij.spellchecker.dictionary;
|
||||
|
||||
import com.intellij.openapi.extensions.ExtensionPointName;
|
||||
|
||||
/**
|
||||
* Extension point to provide a spellchecker with additional non file-based dictionaries.
|
||||
* Extension point to provide a spellchecker with additional non-file-based dictionaries.
|
||||
* <p>
|
||||
* Unlike {@link CustomDictionaryProvider} and {@link com.intellij.spellchecker.BundledDictionaryProvider}
|
||||
* that require {@link Dictionary} to have a file representation {@link RuntimeDictionaryProvider} supports
|
||||
* non file-based dictionaries.
|
||||
* non-file-based dictionaries.
|
||||
* <p>
|
||||
* It means that dictionary may be even generated at a runtime, or downloaded from remote server.
|
||||
* <p>
|
||||
|
||||
Reference in New Issue
Block a user