mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 02:07:50 +08:00
file_and_class_choosers.md: remove duplication
This commit is contained in:
parent
4dde8cdd39
commit
096c160f10
@ -42,7 +42,7 @@ Its different methods allow you to specify the scope from which the classes are
|
|||||||
|
|
||||||
For choosing a Java package, you can use the [`PackageChooserDialog`](%gh-ic%/java/java-impl/src/com/intellij/ide/util/PackageChooserDialog.java) class.
|
For choosing a Java package, you can use the [`PackageChooserDialog`](%gh-ic%/java/java-impl/src/com/intellij/ide/util/PackageChooserDialog.java) class.
|
||||||
|
|
||||||
> To use Java-specific components in plugins targeting versions 2019.2+, explicit dependency on the Java plugin is required.
|
> To use Java-specific components, an explicit dependency on the Java plugin is required.
|
||||||
> See the [Modules Specific to Functionality](plugin_compatibility.md#modules-specific-to-functionality) page for details on how to add a dependency to the Java plugin (`com.intellij.modules.java` or `com.intellij.java`).
|
> See [Details](plugin_compatibility.md#java) for details.
|
||||||
>
|
>
|
||||||
{style="note"}
|
{style="note"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user