Commit Graph

10 Commits

Author SHA1 Message Date
Andrey Vlasovskikh
28ef22103f Extracted intellij.python.community.plugin.modules from intellij.python.community.plugin so that we can run Python plugin without any extra plugins
GitOrigin-RevId: 69a297aec6f59872c860c1da0654e396eae43334
2019-12-16 19:36:07 +00:00
Andrey Vlasovskikh
23d1bdfda5 PY-38593 Put missing Python plugin dependencies into *.plugin modules instead of *.plugin.main so that they are available in both PyCharm and IntelliJ
GitOrigin-RevId: 0bd9d55c1ba924c1dc5a2933f377e2b18162f862
2019-11-19 02:14:39 +00:00
Andrey Vlasovskikh
663729f2b0 Revert "PY-38593 Restored missing PyCharm dependencies for running it within IntelliJ"
This reverts commit c80c439a

GitOrigin-RevId: e28653d978417de0b7e9f5e499e684f6d10d1f00
2019-11-19 02:14:39 +00:00
Andrey Vlasovskikh
6e6315bcdc Removed intellij.python.configure and its contents split between intellij.pycharm.community.customization and intellij.python.community.impl
Module intellij.python.configure used to be included into both PyCharm Customization and Python plugins leading to
duplicate classes in these plugins. Even after removing it from intellij.pycharm.community.customization it was
unclear what should go into intellij.python.configure, since its *.xml was used only in
intellij.pycharm.community.customization while its source code was used either in PyCharm Customization or in
intellij.python.community.impl + PyCharm Customization.

GitOrigin-RevId: 008601cd993cebd22bbfe69f963e53a690691608
2019-11-07 02:40:58 +00:00
Andrey Vlasovskikh
f44cd78344 PY-38593 Restored missing PyCharm dependencies for running it within IntelliJ
intellij.pycharm.community.main couldn't depend on
intellij.python.community.plugin.main because the latter included a dependency
on IntelliJ Community. Actually this dependency was only used in the saved
run configuration for running IntelliJ Community with the Python plugin. I've
created a separate module for that and removed dependencies on IntelliJ from
*.{pycharm,python}.main modules.

GitOrigin-RevId: c80c439a86b2d552ba40aa54714c637f87470067
2019-11-07 02:40:58 +00:00
Gregory.Shrago
2c08d2c1f7 IDEA-CR-53226 drop intellij.python.community.plugin.resources module
Making python community layout similar to python professional.

GitOrigin-RevId: 55316c2c9dcc958c1c2de24df2acc8ef1fe04633
2019-10-09 13:06:32 +00:00
nik
9b6769fc5a IDEA project configuration: remove unused dependencies on intellij.tools.content module 2018-12-05 15:31:26 +03:00
nik
3cc2f4a7aa IDEA project configuration: fix run configuration for Python plugin
Use proper dependencies to run IDEA Community with Python plugin (IDEA-188812).
2018-03-26 11:46:25 +03:00
nik
c9620ce099 IDEA project configuration: the great module rename
Rename all modules in IntelliJ IDEA sources to ensure that they follow a consistent naming scheme.

Update *.iml files.
2018-01-25 12:59:02 +03:00
nik
16410c2321 IDEA project configuration: the great module rename
Rename all modules in IntelliJ IDEA sources to ensure that they follow a consistent naming scheme.

Rename iml files.
2018-01-25 12:59:02 +03:00