Sergei Vorobyov
ae7550dccc
IDEA-332234 [NPW] new: added icons for all language generators of new project wizard
...
GitOrigin-RevId: 32c2cc55bc189d8805dffe7dbe8a9ca773a82079
2024-01-05 12:03:33 +00:00
Konstantin Nisht
1e1f6191f7
Revert "[python] Allow modification of python SDK in headless mode for IDEA"
...
This reverts commit c2ed190ada73e46752f4135f864cf279c3c1f2ca.
GitOrigin-RevId: 8e27ea348debb50fc96c12cc5c93a7d2dea65d24
2023-10-19 16:23:05 +00:00
Konstantin Nisht
5011269a9e
[python] Allow modification of python SDK in headless mode for IDEA
...
GitOrigin-RevId: c2ed190ada73e46752f4135f864cf279c3c1f2ca
2023-09-30 18:44:37 +00:00
Konstantin Nisht
485a8e8397
[warmup] IJPL-29: Avoid direct dependencies on intellij.platform.warmup module
...
GitOrigin-RevId: fd3dfed4aec7e2d51bc03efe2b416cfb33a4e0d8
2023-01-02 10:54:56 +00:00
Konstantin Nisht
d57c774ffe
[warmup] IJPL-29: Rename classes to obtain more descriptive names
...
GitOrigin-RevId: b1b1d68a8a4e84da7b1b678574119a5c73876f74
2023-01-02 10:54:49 +00:00
Konstantin Nisht
6e8005776f
[warmup] IJPL-29: Add stub of API for warm-up
...
GitOrigin-RevId: f5cae5ea02e0f21d2fdf82a3fbdcc9f6bea6c291
2023-01-02 10:54:46 +00:00
Dmitry Jemerov
e7511f7713
Delete JRuby and Python framework detectors
...
They're confusing, and their reason for existence is much better served with "No Python/Ruby interpreter configured" editor notifications
GitOrigin-RevId: 4c6705d5aa61476dfaedcf0fe79f56caa2833823
2022-01-07 10:13:20 +00:00
Dmitry.Krasilschikov
4841ada34b
NPW IDEA-285493 fixed order for languages
...
GitOrigin-RevId: 06ddf0e815e4b9a1dfaf9d3fd81fc1db5419e46b
2022-01-03 17:02:39 +00:00
Dmitry.Krasilschikov
7263e04455
New Project Wizard: IDEA-285493 let's fixate languages order
...
GitOrigin-RevId: 694ed2074c21a422c9fd0f3da0b4577c321dc460
2021-12-22 17:09:21 +00:00
Andrey Vlasovskikh
ca954ebf09
PY-50536 [NPW] Added New Python project wizard for IntelliJ
...
GitOrigin-RevId: ef728d8ec331182f18ee19948d96dd7e3c89291f
2021-10-12 16:06:33 +00:00
Andrey Vlasovskikh
48bec77033
PY-38634 Revert registration of PyCharm-specific (vs Python plugin) components
...
During the recent refactoring a Python plugin only file python-community-plugin-core.xml got included
into the Python plugin which is now bundled with PyCharm. It resulted in using Python plugin specific
components that were designed for the UI of IntelliJ, not PyCharm. This change restores the
registration of PyIdeCommonOptionsFormFactory and moves all includes of python-community-plugin-core.xml
to Python plugin specific files.
GitOrigin-RevId: cd8b6d9b68266ca99f206c005ba73a2e77657950
2019-10-21 20:03:52 +00:00
Dmitry Trofimov
bf6cbda222
Setup Python SDK and facet to run inspections on Python projects
...
GitOrigin-RevId: f1b3be8207ae5ed8674ff81ca02fcb26d7b4afe4
2019-09-23 13:02:12 +00:00
nik
1e833720ca
IDEA project configuration: the great module rename
...
Rename all modules in IntelliJ IDEA sources to ensure that they follow a consistent naming scheme.
Update references in code and comments.
2018-01-25 12:59:03 +03:00
Dmitry Trofimov
5b38bb6d95
Fix renamed references
2017-04-04 17:58:12 +02:00
Dmitry Trofimov
6823362cca
Fix Python plugin for Clion (PY-23544)
2017-04-04 15:34:39 +02:00
Alexey Utkin
5b7c5681c5
CPP-7743 rollback PythonFacetType remove
2017-03-02 16:11:32 +03:00
Dmitry Trofimov
30d86b98da
Fix disappearing of Python repository from settings after Clion restart (CPP-7743)
...
Python plugin stored the interpreter setting as a module sdk, which was wiped out with it's order entries by Clion.
The fix is to store the interpreter setting in a facet and reinitialize it after Clion model clearing.
2017-02-15 16:03:33 +01:00
Dmitry Trofimov
7a8710ec70
Show Python packages in sdk settings tab (PY-21270)
2017-01-05 21:10:24 +01:00
Yann Cébron
81d29f9bd5
Plugin descriptors: remove deprecated attribute idea-plugin@version (IDEA-163694)
2016-11-11 17:08:58 +01:00
Dennis Ushakov
b1541b753e
another day, another module component
2016-06-02 16:41:24 +03:00
Alexey Utkin
79408f2821
CPP-434 Split [python-community-plugin] into [python-community-core-plugin] and [python-community-java-plugin] #4 , isolation [PythonConsoleRunnerFactory] as single point export, move [PyForceStepIntoAction] export to owner module
2015-12-15 18:42:17 +03:00
Alexey Utkin
ec996bc56c
CPP-434 buildout isolation and move PyConstructorArgumentComplitionContributor to java-dependent module.
2015-12-14 20:35:59 +03:00
Alexey Utkin
c5c832c994
CPP-434 Split [python-community-plugin] into [python-community-core-plugin] and [python-community-java-plugin]
2015-12-11 13:30:18 +03:00