tree: a4e7f061eb26e674a7ad03a256ab32949b4d26eb [path history] [tgz]
  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. build_studio.sh
  30. community-main.iml
  31. getPlugins.bat
  32. getPlugins.sh
  33. NOTICE.txt
  34. README.md
  35. 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