mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 10:17:50 +08:00
Update deploying_plugin.md
This commit is contained in:
parent
2191673fef
commit
b5e62d36cb
@ -3,8 +3,7 @@ title: Deploying a Plugin
|
||||
layout: general
|
||||
---
|
||||
|
||||
To use your custom plugin, it must be built, installed, and then enabled using Plugin Manager.
|
||||
This section outlines steps to deploy your plugins.
|
||||
Before your custom plugin can be used, it must be deployed: built, installed, and then enabled using Plugin Manager.
|
||||
|
||||
To deploy a plugin:
|
||||
|
||||
@ -15,24 +14,22 @@ To deploy a plugin:
|
||||
|
||||

|
||||
|
||||
* If the plugin module does not depend on libraries, the .jar archive will be created.
|
||||
Otherwise, a .zip archive will be created.
|
||||
It will include all the plugin libraries specified in the project settings.
|
||||
* If the plugin module does not depend on any libraries, the .jar archive will be created.
|
||||
Otherwise, a .zip archive will be created. It will include all the plugin libraries specified in the project settings.
|
||||
|
||||

|
||||
|
||||
* Copy the newly created archive file to the *.IntelliJIDEAx0\config\plugins* folder, and then restart Intellij IDEA for changes to take effect.
|
||||
* Copy the newly created archive file to the *.IntelliJIDEAx0\config\plugins* folder, and then restart Intellij IDEA so the changes take effect.
|
||||
To know how to locate your *plugins* directory, refer to [IDE Settings, Caches, Logs, and Plugins](basics/settings_caches_logs.html).
|
||||
|
||||

|
||||
|
||||
* On the main menu, choose **File \| Settings**.
|
||||
The Settings dialog box opens.
|
||||
* In the main menu, select **File \| Settings** to open the Settings dialog box.
|
||||
|
||||
* In the Settings dialog box, under **IDE Settings**, click **Plugins**.
|
||||
|
||||
* In the Plugins area, open the **Installed** tab, and then select the check box next to your plugin name.
|
||||
* In the Plugins area, open the **Installed** tab, and then select the check-box next to your plugin name.
|
||||
|
||||
* When finished, click OK to close the Settings dialog box.
|
||||
|
||||
* For your changes to take effect, restart *Intellij IDEA*.
|
||||
* Restart *Intellij IDEA* so that your changes take effect.
|
||||
|
Loading…
x
Reference in New Issue
Block a user