Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit d193a64

Browse files
authored
Adding step about clicking Plugins
PR for eclipse-archived/codewind#2196.
1 parent 1fd5516 commit d193a64

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

docs/_documentations/mdt-intellij-getting-started.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,24 @@ Complete the prerequisites and choose to install Codewind on IntelliJ with eithe
2323
1. From IntelliJ, open either **Preferences** or **Settings**. A new window appears.
2424
- On macOS, go to **Main**>**Preferences**.
2525
- On Windows, go to **File**>**Settings**.
26-
2. Click the **Manage Repositories, Configure Proxy or Install Plugin from Disk** gear icon.
27-
3. From the menu, click the **Manage Plugin Repositories...** gear icon.
28-
4. Click the **+** button.
29-
5. Enter `https://download.eclipse.org/codewind/milestone/0.9.0/updatePlugins.xml`.
30-
6. **For IntelliJ on Linux and Windows:** After you paste the URL, click outside the entry field so that the URL is deselected. If the URL isn't deselected before clicking **OK**, the URL is saved as a blank entry, and an error occurs.
31-
7. Click **OK**.
32-
8. Click the **Marketplace** heading.
33-
9. In the search field, type `codewind`. The `codewind-intellij` plug-in appears. Click **Install**.
26+
2. Click **Plugins**.
27+
3. Click the **Manage Repositories, Configure Proxy or Install Plugin from Disk** gear icon.
28+
4. From the menu, click the **Manage Plugin Repositories...** gear icon.
29+
5. Click the **+** button.
30+
6. Enter `https://download.eclipse.org/codewind/milestone/0.9.0/updatePlugins.xml`.
31+
7. **For IntelliJ on Linux and Windows:** After you paste the URL, click outside the entry field so that the URL is deselected. If the URL isn't deselected before clicking **OK**, the URL is saved as a blank entry, and an error occurs.
32+
8. Click **OK**.
33+
9. Click the **Marketplace** heading.
34+
10. In the search field, type `codewind`. The `codewind-intellij` plug-in appears. Click **Install**.
3435

3536
### Installing Codewind on IntelliJ from the Eclipse Downloads page
3637
1. Go to the [Eclipse Downloads page](https://download.eclipse.org/codewind/milestone/0.9.0/codewind-intellij-0.9.0.zip) and click `codewind-intellij-0.9.0.zip` to download the file.
3738
2. From IntelliJ, open either **Preferences** or **Settings**. A new window appears.
3839
- On macOS, go to **Main**>**Preferences**.
3940
- On Windows, go to **File**>**Settings**.
40-
3. Click the **Manage Repositories, Configure Proxy or Install Plugin from Disk** gear icon. From the menu, click **Install Plugin from Disk...**. A window appears that displays the files on your computer.
41-
4. Choose the `codewind-intellij-0.9.0.zip` file and click **Open**.
41+
3. Click **Plugins**.
42+
4. Click the **Manage Repositories, Configure Proxy or Install Plugin from Disk** gear icon. From the menu, click **Install Plugin from Disk...**. A window appears that displays the files on your computer.
43+
5. Choose the `codewind-intellij-0.9.0.zip` file and click **Open**.
4244

4345
## Creating your first project from a template
4446
1. Start IntelliJ. From the welcome page, click **Create New Project**. The **New Project** window opens.

0 commit comments

Comments
 (0)