mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 19:28:58 +07:00
IJ-MR-168741 GitOrigin-RevId: 85cd92e193f767333f4acfda8b500f362fd313b3
21 lines
858 B
XML
21 lines
858 B
XML
<idea-plugin>
|
|
<resource-bundle>messages.GitLabBundle</resource-bundle>
|
|
|
|
<dependencies>
|
|
<plugin id="Git4Idea"/>
|
|
</dependencies>
|
|
|
|
<actions>
|
|
<action id="GitLab.Share" class="com.intellij.vcs.gitlab.git.GitLabShareProjectAction"
|
|
icon="com.intellij.vcs.gitlab.icons.GitlabIcons.GitLabLogo">
|
|
<add-to-group group-id="GitLab.Main.Group" anchor="before" relative-to-action="GitLab.Clone"/>
|
|
<add-to-group group-id="Vcs.Import"/>
|
|
<add-to-group group-id="Vcs.ToolbarWidget.ShareProject" relative-to-action="Start.Use.Vcs" anchor="before"/>
|
|
<override-text place="Vcs.Toolbar.Widget"/>
|
|
</action>
|
|
</actions>
|
|
|
|
<extensions defaultExtensionNs="com.intellij">
|
|
<openapi.vcs.changes.ui.shareProjectAction implementation="com.intellij.vcs.gitlab.git.GitLabShareProjectActionProvider"/>
|
|
</extensions>
|
|
</idea-plugin> |