Snapshot idea/141.1532.4 from git://git.jetbrains.org/idea/community.git

Change-Id: I2511752825b530c329f9185aeca60a881b106427
444 files changed
tree: db1b46712e1de790d73e7c2268c8180771063af7
  1. .idea/
  2. bin/
  3. build/
  4. colorSchemes/
  5. community-resources/
  6. community-tests/
  7. images/
  8. java/
  9. jps/
  10. json/
  11. lib/
  12. license/
  13. native/
  14. platform/
  15. plugins/
  16. python/
  17. RegExpSupport/
  18. resources/
  19. resources-en/
  20. samples/
  21. spellchecker/
  22. tools/
  23. updater/
  24. xml/
  25. .gitattributes
  26. .gitignore
  27. build.txt
  28. build.xml
  29. community-main.iml
  30. getPlugins.bat
  31. getPlugins.sh
  32. NOTICE.txt
  33. README.md
  34. test-log.xml
README.md

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. To build and run the code:

  • Run getPlugins.sh / getPlugins.bat from the project root directory to check out additional modules.
  • Make sure you have the Groovy plugin enabled. Parts of IntelliJ IDEA are written in Groovy, and you will get compilation errors if you don't have the plugin enabled.
  • Make sure you have the UI Designer plugin enabled. Most of IntelliJ IDEA‘s UI is built using the UI Designer, and the version you build will not run correctly if you don’t have the plugin enabled.
  • Open the project
  • 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.
  • Use Build | Make 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