mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
17 lines
622 B
XML
17 lines
622 B
XML
<idea-plugin>
|
|
<id>com.intellij.remoteControl</id>
|
|
<name>IDE Remote Control</name>
|
|
<description>
|
|
Allows opening projects, files and settings through the REST API of the built-in Web server.
|
|
</description>
|
|
<vendor>JetBrains</vendor>
|
|
|
|
<depends>com.intellij.modules.lang</depends>
|
|
|
|
<extensions defaultExtensionNs="com.intellij">
|
|
<httpRequestHandler implementation="org.jetbrains.ide.OpenFileHttpService"/>
|
|
<httpRequestHandler implementation="org.jetbrains.ide.OpenSettingsService"/>
|
|
<httpRequestHandler implementation="org.jetbrains.ide.ProjectSetRequestHandler"/>
|
|
</extensions>
|
|
</idea-plugin>
|