user avatar
authored
Name Last commit Last update
.idea Update sqlite-jdbc to 3.20.1
RegExpSupport RegExp: suppress warnings in injected test data
aether-dependency-resolver comment corrected
bin runnerw: use GetLastError as exit code if CreateProcessW fails (IDEA-CR-25052)
build Build scripts: create silent config for windows installation.
colorSchemes CPP-4519 Rollback the serialization name for function call (OC.FUNCTION_CALL -> OC.FUNCTION)
community-guitests [gui-test] Compilation fix
community-resources IDEA artwork: new splash/about for Public Preview (DSGN-4652)
images cleanup
java [java] "exports" quick fix is inapplicable to the default package (IDEA-181646)
jetCheck jetCheck: add substructure shrinking for recursive generators
jps JPS support for external storage of modules
json json schema: simplify match result tree traversing, IDEA-CR-25347
lib [gui-test] Fix NPE on click inside Inspections table
license add new eclipse_license2
native runnerw: use GetLastError as exit code if CreateProcessW fails (IDEA-CR-25052)
platform remove alloy hacks for FrameWrapper
plugins remove alloy and simplify
python Failed tests moved to staging
resources-en remove redundant empty lines (IDEA-181335)
resources create SortContent intention to sort varargs and array initializers
spellchecker Spellchecker: remove pdflib specific words
tools WI-38402 prebuilt indices
uast UAST: Workaround for KT-21025 in `UElement.sourcePsiElement`
update-server-mock [platform] fixes incorrect binding in mock update server
updater
xml
.gitattributes
.gitignore
CONTRIBUTING.md
LICENSE.txt
NOTICE.txt
README.md
build.txt
build.xml
getPlugins.bat
getPlugins.sh
intellij.idea.community.main.iml
test-log.xml

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.5. 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 -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.