mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
[pycharm] PY-81494 Fix further flakiness [pycharm] PY-81494 Address feedback [pycharm] PY-81494 Fix flakiness [pycharm] PY-81494 Separate modules [pycharm] PY-81494 Fix tests [pycharm] PY-81494 Change waitFor to awaitExit for coroutines [pycharm] PY-81494 Configuration fixes [pycharm] PY-81494 Add usage statistics [pycharm] PY-81494 Address feedback [pycharm] PY-81494 Add more limit tests [pycharm] PY-81494 Post-rebase fixes [pycharm] PY-81494 Implement logging tests [pycharm] PY-81494 Final design adjustments [pycharm] PY-81494 Refactor flows [pycharm] PY-81494 Add more OutputSection tests [pycharm] PY-81494 Add Toolbar tests [pycharm] PY-81494 Add InterText tests [pycharm] PY-81494 Add FilterActionGroup tests [pycharm] PY-81494 Add EmptyContainerNotice tests [pycharm] PY-81494 Add CollapsibleListSection tests [pycharm] PY-81494 Add ActionIconButton tests [pycharm] PY-81494 Address feedback [pycharm] PY-81494 Address feedback [pycharm] PY-81494 Post-rebase fixes [pycharm] PY-81494 Address initial feedback [pycharm] PY-81494 Fix existing tests & add new to tree [pycharm] PY-81494 Implement copy to clipboard button [pycharm] PY-81494 Amend design [pycharm] PY-81494 Begin implementing output tests [pycharm] PY-81494 Refactor file structure [pycharm] PY-81494 Implement tests for process list [pycharm] PY-81494 wip tests for process list [pycharm] PY-81494 Finishing touches [pycharm] PY-81494 Consolidate list logic in the model [pycharm] PY-81494 Add logging limits [pycharm] PY-81494 Implement open tool window on exec service error [pycharm] PY-81494 Implement open command in terminal [pycharm] PY-81494 Add expansion actions [pycharm] PY-81494 Implement categorization by coroutine names [pycharm] PY-81494 Memorize expansion states between tool window openings [pycharm] PY-81494 Memorize scroll state between tool window openings [pycharm] PY-81494 Introduce collapsible section for process info [pycharm] PY-81494 Implement view setting filtering [pycharm] PY-81494 Refactor process logging to use shared flows [pycharm] PY-81494 Implement tests for ProcessList composable [pycharm] PY-81494 Implement process toolwindow prototype Merge-request: IJ-MR-176106 Merged-by: David Lysenko <david.lysenko@jetbrains.com> GitOrigin-RevId: 16ffe4980f92254afd269f5c65bb5cf4d5d78fc9
82 lines
4.6 KiB
XML
82 lines
4.6 KiB
XML
<!--suppress PluginXmlRegistrationCheck -->
|
|
<idea-plugin url="https://www.jetbrains.com/pycharm/" allow-bundled-update="true">
|
|
<!--Python community support for Pycharm, DS and IC.-->
|
|
<!--Include core Python functionality-->
|
|
|
|
|
|
<id>PythonCore</id>
|
|
<name>Python Community Edition</name>
|
|
|
|
<description><![CDATA[
|
|
The Python plug-in provides smart editing for Python scripts. The feature set of the plugin
|
|
corresponds to PyCharm IDE Community Edition.
|
|
<br>
|
|
<a href="https://blog.jetbrains.com/pycharm">PyCharm blog</a><br>
|
|
<a href="https://forum.jetbrains.com/forum/PyCharm">Discussion forum</a><br>
|
|
<a href="https://youtrack.jetbrains.com/issues/PY">Issue tracker</a><br>
|
|
]]></description>
|
|
|
|
<vendor url="https://www.jetbrains.com/pycharm/">JetBrains</vendor>
|
|
|
|
<dependencies>
|
|
<plugin id="com.intellij.modules.lang"/>
|
|
<plugin id="com.intellij.modules.python-core-capable"/>
|
|
</dependencies>
|
|
|
|
<content namespace="jetbrains">
|
|
<module name="intellij.python.common" loading="required"/>
|
|
<module name="intellij.python.parser" loading="required"/>
|
|
<module name="intellij.python.ast" loading="required"/>
|
|
<module name="intellij.python.syntax.core" loading="required"/>
|
|
<module name="intellij.python.syntax" loading="required"/>
|
|
<module name="intellij.python.psi" loading="required"/>
|
|
<module name="intellij.python.psi.impl" loading="required"/>
|
|
<module name="intellij.python.sdk" loading="required"/>
|
|
<module name="intellij.python.sdk.ui" loading="required"/>
|
|
<module name="intellij.python.pyproject" loading="required"/>
|
|
<module name="intellij.python.sdkConfigurator.common" loading="required"/>
|
|
<module name="intellij.python.sdkConfigurator.backend"/>
|
|
<module name="intellij.python.sdkConfigurator.frontend"/>
|
|
<module name="intellij.python.community.impl.poetry.common" loading="required"/>
|
|
<module name="intellij.python.community.impl.poetry.backend"/>
|
|
<module name="intellij.python.community.impl.uv.common" loading="required"/>
|
|
<module name="intellij.python.community.impl.uv.backend"/>
|
|
<module name="intellij.python.community.impl.pipenv" loading="required"/>
|
|
<module name="intellij.python.community.core.impl" loading="required"/>
|
|
<module name="intellij.python.community.helpersLocator" loading="required"/>
|
|
<module name="intellij.python.community" loading="required"/>
|
|
<module name="intellij.python.community.impl" loading="required"/>
|
|
<module name="intellij.python.community.execService" loading="required"/>
|
|
<module name="intellij.python.community.execService.python" loading="required"/>
|
|
<module name="intellij.python.community.impl.installer" loading="required"/>
|
|
<module name="intellij.python.pydev" loading="required"/>
|
|
<module name="intellij.python.community.impl.venv" loading="required"/>
|
|
<module name="intellij.python.hatch" loading="required"/>
|
|
<module name="intellij.python.community.services.shared" loading="required"/>
|
|
<module name="intellij.python.community.services.internal.impl" loading="required"/>
|
|
<module name="intellij.python.community.services.systemPython" loading="required"/>
|
|
<module name="intellij.python.community.interpreters" loading="required"/>
|
|
<module name="intellij.python.community.aliasProvider" loading="required"/>
|
|
<module name="intellij.python.processOutput" loading="required"/>
|
|
<module name="intellij.python.processOutput.impl"/>
|
|
<!--Mini-IDes support community python only-->
|
|
<module name="intellij.python.community.plugin.minor"/> <!-- Python for Mini-IDEs-->
|
|
<module name="intellij.python.community.plugin.minorRider"/> <!-- Python special support for Rider -->
|
|
<module name="intellij.python.community.communityOnly"/> <!-- Community-specific code-->
|
|
<module name="intellij.commandInterface"/> <!-- used by Django in Prof, by some plugins in community -->
|
|
<module name="intellij.python.community.impl.huggingFace"/>
|
|
<module name="intellij.python.community.plugin.impl"/><!--Python for any IDE except PyCharm -->
|
|
<module name="intellij.python.community.plugin.java"/><!-- Python for Java IDE -->
|
|
<module name="intellij.python.copyright"/>
|
|
<module name="intellij.python.featuresTrainer"/>
|
|
<module name="intellij.python.grazie"/>
|
|
<module name="intellij.python.langInjection"/>
|
|
<module name="intellij.python.markdown"/>
|
|
<module name="intellij.python.ml.features"/>
|
|
<module name="intellij.python.terminal"/>
|
|
<module name="intellij.platform.ide.nonModalWelcomeScreen"/>
|
|
<module name="intellij.platform.ide.nonModalWelcomeScreen.backend"/>
|
|
<module name="intellij.platform.ide.nonModalWelcomeScreen.frontend"/>
|
|
</content>
|
|
</idea-plugin>
|