Files
openide/plugins/gitlab/gitlab-git/resources/intellij.vcs.gitlab.git.xml
Aleksandr Krasilnikovandintellij-monorepo-bot 5b854354ec IJPL-182121 [gh/gl] Place the Share action before the Clone
IJ-MR-168741

GitOrigin-RevId: 85cd92e193f767333f4acfda8b500f362fd313b3
2025-07-15 14:23:49 +00:00

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>