mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 02:04:23 +07:00
(cherry picked from commit bdefb75a59f8b43e048b655490595bf064f711e9) GitOrigin-RevId: b3d9f44193c72a8254d1917e3c5ab18478579c51
40 lines
2.0 KiB
XML
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> |