tree: 367be56b933f00849d0d807df2b5e117847013b5 [path history] [tgz]
  1. build/
  2. conda/
  3. gen/
  4. help/
  5. helpers/
  6. ide/
  7. ideCoreSrc/
  8. IntelliLang-python/
  9. openapi/
  10. pluginCore/
  11. pluginJava/
  12. pluginMinor/
  13. pluginResources/
  14. pluginTestResources/
  15. pluginTestSrc/
  16. pydevSrc/
  17. python-common-tests/
  18. python-copyright/
  19. python-grazie/
  20. python-psi-api/
  21. python-psi-impl/
  22. python-rest/
  23. python-sdk/
  24. python-terminal/
  25. resources/
  26. rest/
  27. setup-test-environment/
  28. src/
  29. testData/
  30. testFramework/
  31. testSrc/
  32. thrift/
  33. tools/
  34. .gitignore
  35. build.xml
  36. intellij.pycharm.community.customization.iml
  37. intellij.pycharm.community.iml
  38. intellij.pycharm.community.main.iml
  39. intellij.python.community.impl.iml
  40. intellij.python.community.plugin.main.iml
  41. intellij.python.community.plugin.modules.iml
  42. intellij.python.community.plugin.tests.iml
  43. intellij.python.helpers.iml
  44. intellij.python.pydev.iml
  45. README.md
python/README.md

official JetBrains project

PyCharm Community Edition

The “python” directory in the source repository contains the source code of PyCharm Community Edition and the Python plugin for IntelliJ IDEA Community Edition.

Building and Running

The code is part of the main IntelliJ IDEA Community Edition project and is compiled together with the rest of the codebase. To run PyCharm Community Edition, please use the provided run configuration “PyCharm Community Edition”. To run IntelliJ IDEA with the Python plugin, please use the “IDEA with Python plugin” run configuration.

To run the test suite, use the built-in JUnit test runner and run all tests in the “python-community-tests” module.

Building from the Command Line

To build the distribution archive of PyCharm Community Edition, execute build.xml Ant build script in this directory. The results of the build execution can be found at out/artifacts.

Building the Python Plugin

To build the Python plugin for IntelliJ IDEA Community Edition:

  • Download the .tar.gz distribution of the most recent EAP or release build of IntelliJ IDEA Community Edition;

  • Run the following command:

    ant -Didea.path= -Didea.build.number=<build number of the build you're using> plugin

The .zip file of the built plugin will be placed at distCE/python-community-.SNAPSHOT.zip