Mikhail Golubev de6feb7cc5 PY-20785 Do not inject inside f-string fragments which contain named unicode escapes
We cannot decode them properly yet because JDK doesn't offer any
analog of unicodedata.lookup() in Python.
2016-09-26 09:09:23 +03:00
2016-09-23 17:53:53 +03:00
2016-09-22 17:33:02 +03:00
2016-09-25 19:27:04 +02:00
2016-09-15 20:35:09 +03:00

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 15.0. 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 code, use the provided shared run configuration "IDEA".

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

S
Description
No description provided
Readme
5.8 GiB
Languages
Java 55.6%
Kotlin 29.2%
Python 8%
C 3.4%
HTML 1.7%
Other 1.5%