Files
openide/python/python-restructuredtext/resources/intellij.restructuredtext.python.xml
Ilya.Kazakevichandintellij-monorepo-bot 9ad1c77a94 PY-85897 PY-88188: (WIP) Move HelpersAwareTargetEnvironmentRequest to exec service to upload/map helpers from service.
(cherry picked from commit bdefb75a59f8b43e048b655490595bf064f711e9)

GitOrigin-RevId: b3d9f44193c72a8254d1917e3c5ab18478579c51
2026-03-25 21:21:21 +00:00

40 lines
2.0 KiB
XML

<idea-plugin>
<dependencies>
<plugin id="com.intellij.modules.python"/>
<module name="intellij.python.community.execService"/>
</dependencies>
<extensions defaultExtensionNs="com.intellij">
<applicationConfigurable groupId="language" instance="com.intellij.restructuredtext.python.editor.RestConfigurable"
id="restructured.text.topic" bundle="messages.RestBundle" key="configurable.RestConfigurable.display.name"/>
<configurationType implementation="com.intellij.restructuredtext.python.run.RestRunConfigurationType"/>
<runConfigurationProducer implementation="com.intellij.restructuredtext.python.run.docutils.DocutilsConfigurationProducer"/>
<runConfigurationProducer implementation="com.intellij.restructuredtext.python.run.sphinx.SphinxConfigurationProducer"/>
<localInspection language="ReST" shortName="RestRoleInspection" bundle="messages.RestBundle" key="INSP.role.not.defined"
groupKey="INSP.GROUP.rest" enabledByDefault="false" level="WARNING"
implementationClass="com.intellij.restructuredtext.python.inspections.RestRoleInspection"/>
<languageInjector implementation="com.intellij.restructuredtext.python.PyRestDocstringLanguageInjector"/>
<lang.fileViewProviderFactory language="ReST"
implementationClass="com.intellij.restructuredtext.python.RestFileProviderFactory"/>
<lang.substitutor language="TEXT" implementationClass="com.intellij.restructuredtext.python.RestLanguageSubstitutor"/>
<fileEditorProvider implementation="com.intellij.restructuredtext.python.editor.RestSplitEditorProvider"/>
</extensions>
<actions resource-bundle="messages.PythonRestBundle">
<action id="com.intellij.restructuredtext.python.RunSphinxQuickStartAction"
class="com.intellij.restructuredtext.python.RunSphinxQuickStartAction">
<add-to-group group-id="ToolsMenu" anchor="last"/>
</action>
</actions>
</idea-plugin>