sed s/Intellij/IntelliJ/ s/Jetbrains/JetBrains/

This commit is contained in:
Vladislav Rassokhin 2018-02-06 01:20:36 +03:00
parent 104c025799
commit a3d5e656ca
2 changed files with 3 additions and 3 deletions

View File

@ -7,9 +7,9 @@ When your plugin is ready, you can upload it to the [IntelliJ Plugin Repository]
**To get your JetBrains account**
1. Open the [JetBrains Account Center](https://account.jetbrains.com) and click **Create Account**.
2. Fill in all fields in the **Create Jetbrains Account** form that opens and click **Register**.
2. Fill in all fields in the **Create JetBrains Account** form that opens and click **Register**.
**To upload your plugin to Intellij Plugin Repository**
**To upload your plugin to IntelliJ Plugin Repository**
1. [Login to IntelliJ Plugin Repository](https://plugins.jetbrains.com/author/me) with your personal JetBrains account.
2. On your Profile page that opens, click **Add new plugin**.

View File

@ -20,7 +20,7 @@ Products built on the _IntelliJ Platform_ are composable applications, with the
Plugins can extend the platform in lots of ways, from adding a simple menu item to adding support for a complete language, build system and debugger. A lot of the existing functionality in the _IntelliJ Platform_ is written as plugins that can be included or excluded depending on the needs of the end product. See the section on [Plugins](/basics.md) for more details.
The _Intellij Platform_ is a JVM application, written mostly in Java and Kotlin. You should be familiar with these languages, and associated tooling, in order to write plugins for products based on the _IntelliJ Platform_. At this time, it's not possible to extend the _IntelliJ Platform_ in non-JVM languages.
The _IntelliJ Platform_ is a JVM application, written mostly in Java and Kotlin. You should be familiar with these languages, and associated tooling, in order to write plugins for products based on the _IntelliJ Platform_. At this time, it's not possible to extend the _IntelliJ Platform_ in non-JVM languages.
## Open Source