Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Eclipse plugins (including the Mylin Gerrit connector plugin and Egit) do not support a 2.12 Gerrit server, so if you use Eclipse as your development IDE, you must do reviews using the Gerrit web interface.

IDE: IntelliJ

Install Intellj Community Edtion on Linux 

Download

https://www.jetbrains.com/idea/download/#section=linux

Unpack the ideaIC.gz or ideaIU.gz file.

A new instance must not be extracted over an existing one. The target folder must be empty.

tar xfz ideaIC.tar.gz or ideaIU.tar.gz. <new_archive_folder>

The recommended install location according to the filesystem hierarchy standard (FHS) is /opt. For example, it's possible to enter the following command:

sudo tar xf -*.tar.gz -C /opt/

Go to the bin directory, for example

cd opt/-*/binH

Start Intellij

Run idea.sh from the bin subdirectory.

Refer to https://www.jetbrains.com/help/idea/installing-and-launching.html

Installing IntelliJ Community Edition and the Java SDK on Windows

...