3asm / intellij-community

IntelliJ IDEA Community Edition

Home Page:http://www.jetbrains.com/idea/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IntelliJ IDEA Community Edition official JetBrains project

Building and Running from the IDE

To develop IntelliJ IDEA, you can use either IntelliJ IDEA Community Edition or IntelliJ IDEA Ultimate not older than 2017.2.1. To build and run the code:

  • Run getPlugins.sh / getPlugins.bat from the project root directory to check out additional modules.
  • If this git repository is not on 'master' branch you need to checkout the same branches/tags in android and android/tools-base git repositories.
  • Open the project.
  • If an error notification about a missing required plugin (e.g. Kotlin) is shown enable or install that plugin.
  • Configure a JSDK named "IDEA jdk" (case sensitive), pointing to an installation of JDK 1.6.
  • Unless you're running on a Mac with an Apple JDK, add <JDK_HOME>/lib/tools.jar to the set of "IDEA jdk" jars.
  • Configure a JSDK named "1.8", pointing to an installation of JDK 1.8.
  • Add <JDK_18_HOME>/lib/tools.jar to the set of "1.8" jars.
  • If 'Maven Integration' plugin is disabled add path variable 'MAVEN_REPOSITORY' pointing to '<USER_HOME>/.m2/repository' directory (File | Settings | Appearance & Behavior | Path Variables).
  • Use Build | Build Project to build the code.

To run the IDE from the built code

  • use the provided shared run configuration "IDEA".

To run tests apply these setting to the default JUnit run configuration type:

  • Working dir: <IDEA_HOME>\bin
  • VM parameters: -ea -Xbootclasspath/p:../out/classes/production/boot -Xmx128M -Djava.system.class.loader=com.intellij.util.lang.UrlClassLoader -Didea.config.path=../test-config -Didea.system.path=../test-system

You can find other useful information at http://www.jetbrains.org. Contribute section of that site describes how you can contribute to IntelliJ IDEA.

About

IntelliJ IDEA Community Edition

http://www.jetbrains.com/idea/

License:Apache License 2.0


Languages

Language:Java 81.7%Language:Python 12.4%Language:Kotlin 2.4%Language:Groovy 1.6%Language:HTML 0.9%Language:JavaScript 0.3%Language:C 0.1%Language:CSS 0.1%Language:C++ 0.1%Language:Lex 0.1%Language:XSLT 0.1%Language:Jupyter Notebook 0.0%Language:Shell 0.0%Language:Batchfile 0.0%Language:NSIS 0.0%Language:Roff 0.0%Language:Objective-C 0.0%Language:TeX 0.0%Language:AMPL 0.0%Language:TypeScript 0.0%Language:Protocol Buffer 0.0%Language:J 0.0%Language:Makefile 0.0%Language:Thrift 0.0%Language:CoffeeScript 0.0%Language:CMake 0.0%Language:C# 0.0%Language:Ruby 0.0%Language:Perl 0.0%Language:DTrace 0.0%Language:Smalltalk 0.0%Language:AspectJ 0.0%Language:Visual Basic 0.0%Language:HLSL 0.0%Language:Perl 6 0.0%Language:Erlang 0.0%