user avatar
[hackathon17-ide-presenter] playback added
Sergey Karashevich authored
d9f09e34
Name Last commit Last update
.idea CommunityProjectConsistencyTest test fail fixed
RegExpSupport RegExp: avoid invalid group references (EA-101239)
aether-dependency-resolver aether dependency resolver to use Idea-bundled slf4j-api
bin PY-18154: File signed and instructions how to sign added
build Updating versions of project dependencies: jdkBuild->u152b867.5
colorSchemes Remove font definitions from bundled color schemes
community-resources proper text color for current logo
images filter images by tags
java inline constant: ensure generic inliners are checked during inline constant (IDEA-173345; IDEA-173475)
jps jps model: support excluding file from content roots by pattern (IDEA-127753)
json json schema, correction after rebase to master
lib PY-6311 JSch library version upgraded from 0.0.7 to 0.0.9
license trove5j license with reference to modified source code / change description
native PY-18154: File signed and instructions how to sign added
platform [hackathon17-ide-presenter] playback added
plugins IDEA-170804 Idea does't support @Newify annotation
python Fix isModfifed check for working directory
resources-en [java] "dependency on an automatic module" inspection
resources [java] "dependency on an automatic module" inspection
spellchecker DictionaryTest: skip performance check in coverage build
tools Allow JFlex Lexer debugging using %debug (JetBrains/Grammar-Kit/issues/149)
uast Restore API compatibility by adding a deprecated constructor
update-server-mock [platform] fixes incorrect binding in mock update server
updater Revert: temporary fix to support major IDEA patches 2016.3->2017.1.
xml jsx: introduce new method providing proper presentation for react attributes values
.gitattributes auto cr/lf
.gitignore Manage external dependencies of IntellIJ project sources via Gradle (IDEA-162511)
CONTRIBUTING.md CONTRIBUTING.md: fix typos
LICENSE.txt license should show copyright owner (IDEA-152352)
NOTICE.txt use https
README.md readme updated: now IDEA 2017.1 is required to work on IDEA project
build.txt 2017.2
build.xml build scripts: disable Gradle Daemon when calling Gradle from Ant scripts
community-main.iml [stats-collector] add to community modules.xml
getPlugins.bat android plugin included into community project
getPlugins.sh android plugin included into community project
test-log.xml [tests] SocketLock logging

IntelliJ IDEA Community Edition

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