Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Add info about published plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
SerVB committed Feb 4, 2021
1 parent 8986f3c commit c8e690d
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions projector-plugin/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
# projector-plugin

This subproject is an IntelliJ plugin for sharing the IDE window using the Projector server.

Please note that it's an experimental technology.

If you want simultaneous collaborative editing, please try [Code With Me](https://www.jetbrains.com/help/idea/code-with-me.html) solution.
Projector doesn't support that.

## Downloading from Plugins Marketplace

The plugin is published here: <https://plugins.jetbrains.com/plugin/16015-projector>. So you can find it in IDE and install it (manual IDE
restart is needed after installation).

## Usage

New menu item `Projector` will appear next to the `Help` in the title bar.

## Building from sources

This will give you a zip file with IntelliJ plugin:
Expand All @@ -16,12 +26,11 @@ This will give you a zip file with IntelliJ plugin:

This command creates a zip file in the `projector-plugin/build/distributions` dir.

## Downloading
## Downloading zip file from releases

Alternatively, you can download the zip file from [releases](https://github.com/JetBrains/projector-server/releases/). Please search for the
latest release starting with `agent-...` and find the plugin in Assets there.

## Usage
## Installing zip file

Install the plugin (the zip file) into IntelliJ IDEA via `Gear Icon | Install plugin from disk...` menu item in Plugins settings. New menu
item `Projector` will appear next to the `Help` in the title bar.
Install the plugin (the zip file) into IntelliJ-based IDE via `Gear Icon | Install plugin from disk...` menu item in Plugins settings.

0 comments on commit c8e690d

Please sign in to comment.