From c78a9ec544979c043da360a90242a4c3ce640a8e Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Fri, 25 Mar 2022 14:02:10 +0100 Subject: [PATCH] plugin_dependencies.md: cleanup --- topics/basics/plugin_structure/plugin_dependencies.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/topics/basics/plugin_structure/plugin_dependencies.md b/topics/basics/plugin_structure/plugin_dependencies.md index 4c10a86e8..85d2effed 100644 --- a/topics/basics/plugin_structure/plugin_dependencies.md +++ b/topics/basics/plugin_structure/plugin_dependencies.md @@ -1,6 +1,6 @@ [//]: # (title: Dependencies) - + A plugin may depend on classes from other plugins, either bundled, third-party, or by the same author. This document describes the syntax for declaring plugin dependencies and optional plugin dependencies. @@ -110,10 +110,10 @@ If the project uses [DevKit](using_dev_kit.md), add the JARs of the plugin on wh > {type="warning"} -To do that, open the Project Structure dialog, select the SDK used in the project, press the + button in the Classpath tab, and select the plugin JAR file(s): -* For bundled plugins, the plugin JAR files are located in plugins/$PLUGINNAME$ or plugins/$PLUGINNAME$/lib under the main installation directory. +To do that, open the Project Structure dialog, select the SDK used in the project, press the + button in the Classpath tab, and select the plugin JAR file(s): +* For bundled plugins, the plugin JAR files are located in plugins/$PLUGIN_NAME$ or plugins/$PLUGIN_NAME$/lib under the main installation directory. If you're not sure which JAR to add, you can add all of them. -* For non-bundled plugins, the plugin JAR files are located in config/plugins/$PLUGINNAME$ or config/plugins/$PLUGINNAME$/lib under the directory specified as Sandbox Home in the IntelliJ Platform Plugin SDK settings. +* For non-bundled plugins, the plugin JAR files are located in config/plugins/$PLUGIN_NAME$ or config/plugins/$PLUGIN_NAME$/lib under the directory specified as Sandbox Home in the IntelliJ Platform Plugin SDK settings.