mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 08:06:56 +07:00
33 lines
1.2 KiB
XML
33 lines
1.2 KiB
XML
<idea-plugin package="org.jetbrains.plugins.github" xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
allow-bundled-update="true">
|
|
<name>GitHub</name>
|
|
<id>org.jetbrains.plugins.github</id>
|
|
<vendor>JetBrains</vendor>
|
|
<category>Version Controls</category>
|
|
<description>
|
|
<![CDATA[
|
|
Provides integration with <a href="https://github.com/">GitHub</a>.
|
|
<ul>
|
|
<li>Specify your GitHub account to access all of your repositories from the IDE.</li>
|
|
<li>Clone repositories, create and review pull requests, create gists, and much more.</li>
|
|
</ul>
|
|
<p>To configure, open <b>Settings / Preferences</b> and go to Version Control | GitHub.</p>
|
|
<p>Requires the Git plugin.</p>
|
|
]]>
|
|
</description>
|
|
|
|
<incompatible-with>com.intellij.modules.ultimate</incompatible-with>
|
|
|
|
<dependencies>
|
|
<plugin id="com.intellij.modules.lang"/>
|
|
<plugin id="Git4Idea"/>
|
|
<module name="intellij.platform.collaborationTools"/>
|
|
</dependencies>
|
|
|
|
<extensions defaultExtensionNs="com.intellij">
|
|
<pluginSuggestionProvider implementation="org.jetbrains.plugins.github.GitHubUltimateSuggestionProvider"/>
|
|
</extensions>
|
|
|
|
<xi:include href="/META-INF/github-core-config.xml"/>
|
|
</idea-plugin>
|