Skip to content

Commit

Permalink
Merge pull request #217 from ForNeVeR/rider-update
Browse files Browse the repository at this point in the history
Clarify the requirements for Rider plugin
  • Loading branch information
maxkatz6 authored Nov 25, 2023
2 parents 8d63eb5 + bd1c6df commit 8c0ed6e
Show file tree
Hide file tree
Showing 15 changed files with 5 additions and 55 deletions.
12 changes: 1 addition & 11 deletions docs/reference/jetbrains-rider-ide/jetbrains-rider-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ description: REFERENCE
---

import RiderWelcomeScreenshot from '/img/gitbook-import/assets/jetbrains-rider-setup-1-rider-welcome.png';
import RiderConfigurePluginReposScreenshot from '/img/gitbook-import/assets/jetbrains-rider-setup-2-configure-plugin-repos.png'
import RiderEnterPluginRepoScreenshot from '/img/gitbook-import/assets/jetbrains-rider-setup-3-enter-plugin-repo.png';
import RiderInstallAvaloniaPluginScreenshot from '/img/gitbook-import/assets/jetbrains-rider-setup-4-plugin-install.png';

# JetBrains Rider Setup
Expand Down Expand Up @@ -58,15 +56,7 @@ Once Rider loads you will see the **Welcome to JetBrains Rider** screen.
<img src={RiderWelcomeScreenshot} alt="" />

The **Preferences** screen will open.
- Click the settings (gear wheel) icon and then click **Manage Plugin Repositories...** on the popup menu.

<img src={RiderConfigurePluginReposScreenshot} alt="" />

- In the **Custom Plugin Repositories** dialog, click the plus (+) icon and enter the URL `https://plugins.jetbrains.com/plugins/dev/14839`, and then click **OK**.

<img src={RiderEnterPluginRepoScreenshot} alt="" />

- Back at the Preferences window, click **Marketplace** enter 'Avalonia' in the search. Click **AvaloniaRider** when it appears in the search results pane, then click **Install**.
- Click **Marketplace** enter 'Avalonia' in the search. Click **AvaloniaRider** when it appears in the search results pane, then click **Install**.

<img src={RiderInstallAvaloniaPluginScreenshot} alt="" />

Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ description: REFERENCE
---

import RiderWelcomeScreenshot from '/img/gitbook-import/assets/jetbrains-rider-setup-1-rider-welcome.png';
import RiderConfigurePluginReposScreenshot from '/img/gitbook-import/assets/jetbrains-rider-setup-2-configure-plugin-repos.png'
import RiderEnterPluginRepoScreenshot from '/img/gitbook-import/assets/jetbrains-rider-setup-3-enter-plugin-repo.png';
import RiderInstallAvaloniaPluginScreenshot from '/img/gitbook-import/assets/jetbrains-rider-setup-4-plugin-install.png';

# JetBrains Rider 设置
Expand Down Expand Up @@ -59,15 +57,7 @@ Rider将为您提供 _Avalonia UI_ 最佳的开发体验。它适用于Windows

**Preferences** 窗口将打开。

- 点击设置(齿轮图标),然后在弹出菜单中点击**Manage Plugin Repositories...**

<img src={RiderConfigurePluginReposScreenshot} alt="" />

-**Custom Plugin Repositories**对话框中,点击加号(`+`)图标,输入URL `https://plugins.jetbrains.com/plugins/dev/14839` ,然后点击**OK**

<img src={RiderEnterPluginRepoScreenshot} alt="" />

- 回到 Preferences 窗口,点击**Marketplace**并在搜索框中输入 `Avalonia`。在搜索结果窗格中看到**AvaloniaRider**时,点击**Install**
- 点击**Marketplace**并在搜索框中输入 `Avalonia`。在搜索结果窗格中看到**AvaloniaRider**时,点击**Install**

<img src={RiderInstallAvaloniaPluginScreenshot} alt="" />

Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ title: JetBrains Rider Setup
---

import RiderWelcomePluginsScreenshot from '/img/getting-started/jetbrains-rider-setup/jetbrains-rider-setup-1-rider-welcome.webp';
import RiderConfigurePluginsScreenshot from '/img/getting-started/jetbrains-rider-setup/rider-setup-2-configure-plugin-repos.webp';
import RiderPluginInstallScreenshot from '/img/getting-started/jetbrains-rider-setup/jetbrains-rider-setup-4-plugin-install.webp';

# JetBrains Rider Setup
Expand Down Expand Up @@ -51,11 +50,7 @@ import RiderPluginInstallScreenshot from '/img/getting-started/jetbrains-rider-s

<img className="center" src={RiderWelcomePluginsScreenshot} alt="Button group" />

A new Preferences Screen will open up. Click the `Settings` icon as shown and select `Manage Plugin Repositories...`

<img className="center" src={RiderConfigurePluginsScreenshot} alt="Button group" />

Now click on the `Marketplace` tab and search for `Avalonia`. Select `AvaloniaRider` and click `Install`; accept the warning about Third-Party Plugins; once that's done, click the `Restart IDE` button that appears.
A new Preferences Screen will open up. Now click on the `Marketplace` tab and search for `Avalonia`. Select `AvaloniaRider` and click `Install`; accept the warning about Third-Party Plugins; once that's done, click the `Restart IDE` button that appears.

<img className="center" src={RiderPluginInstallScreenshot} alt="Button group" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ title: Setup Development Environment
---

import MusicStoreRiderWelcomeScreenshot from '/img/tutorials/music-store-app/setup-development-environment/rider-welcome.png';
import MusicStoreConfigurePluginReposScreenshot from '/img/tutorials/music-store-app/setup-development-environment/configure-plugin-repos.png';
import MusicStoreEnterPluginRepoScreenshot from '/img/tutorials/music-store-app/setup-development-environment/enter-plugin-repo.png';
import MusicStorePluginInstallScreenshot from '/img/tutorials/music-store-app/setup-development-environment/plugin-install.png';

### Setting up your development environment
Expand Down Expand Up @@ -48,15 +46,7 @@ Examples:

<img className="center" src={MusicStoreRiderWelcomeScreenshot} alt="Rider welcome" />

A new Preferences Screen will open up. Click the `Settings` icon as shown and select `Manage Plugin Repositories...`

<img className="center" src={MusicStoreConfigurePluginReposScreenshot} alt="Configure plugin repos" />

Click the `+` icon and enter the URL `https://plugins.jetbrains.com/plugins/dev/14839`then click `OK`

<img className="center" src={MusicStoreEnterPluginRepoScreenshot} alt="Enter plugin repo" />

Now click on the `Marketplace` tab and search for `Avalonia`. Select `AvaloniaRider` and click `Install` then once that's done, click the `Restart IDE` button that will appear.
A new Preferences Screen will open up. Now click on the `Marketplace` tab and search for `Avalonia`. Select `AvaloniaRider` and click `Install` then once that's done, click the `Restart IDE` button that will appear.

<img className="center" src={MusicStorePluginInstallScreenshot} alt="Plugin install" />

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ title: JetBrains Rider Setup
---

import RiderWelcomePluginsScreenshot from '/img/getting-started/jetbrains-rider-setup/jetbrains-rider-setup-1-rider-welcome.webp';
import RiderConfigurePluginsScreenshot from '/img/getting-started/jetbrains-rider-setup/rider-setup-2-configure-plugin-repos.webp';
import RiderPluginInstallScreenshot from '/img/getting-started/jetbrains-rider-setup/jetbrains-rider-setup-4-plugin-install.webp';

# JetBrains Rider Setup
Expand Down Expand Up @@ -51,11 +50,7 @@ import RiderPluginInstallScreenshot from '/img/getting-started/jetbrains-rider-s

<img className="center" src={RiderWelcomePluginsScreenshot} alt="Button group" />

A new Preferences Screen will open up. Click the `Settings` icon as shown and select `Manage Plugin Repositories...`

<img className="center" src={RiderConfigurePluginsScreenshot} alt="Button group" />

Now click on the `Marketplace` tab and search for `Avalonia`. Select `AvaloniaRider` and click `Install`; accept the warning about Third-Party Plugins; once that's done, click the `Restart IDE` button that appears.
A new Preferences Screen will open up. Now click on the `Marketplace` tab and search for `Avalonia`. Select `AvaloniaRider` and click `Install`; accept the warning about Third-Party Plugins; once that's done, click the `Restart IDE` button that appears.

<img className="center" src={RiderPluginInstallScreenshot} alt="Button group" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ title: Setup Development Environment
---

import MusicStoreRiderWelcomeScreenshot from '/img/tutorials/music-store-app/setup-development-environment/rider-welcome.png';
import MusicStoreConfigurePluginReposScreenshot from '/img/tutorials/music-store-app/setup-development-environment/configure-plugin-repos.png';
import MusicStoreEnterPluginRepoScreenshot from '/img/tutorials/music-store-app/setup-development-environment/enter-plugin-repo.png';
import MusicStorePluginInstallScreenshot from '/img/tutorials/music-store-app/setup-development-environment/plugin-install.png';

### Setting up your development environment
Expand Down Expand Up @@ -48,14 +46,6 @@ Examples:

<img className="center" src={MusicStoreRiderWelcomeScreenshot} alt="Rider welcome" />

A new Preferences Screen will open up. Click the `Settings` icon as shown and select `Manage Plugin Repositories...`

<img className="center" src={MusicStoreConfigurePluginReposScreenshot} alt="Configure plugin repos" />

Click the `+` icon and enter the URL `https://plugins.jetbrains.com/plugins/dev/14839`then click `OK`

<img className="center" src={MusicStoreEnterPluginRepoScreenshot} alt="Enter plugin repo" />

Now click on the `Marketplace` tab and search for `Avalonia`. Select `AvaloniaRider` and click `Install` then once that's done, click the `Restart IDE` button that will appear.

<img className="center" src={MusicStorePluginInstallScreenshot} alt="Plugin install" />
Expand Down

0 comments on commit 8c0ed6e

Please sign in to comment.