mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
(no message)
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
<idea-version min="4.0" max="4.0"/>
|
||||
|
||||
<application-components>
|
||||
<component>
|
||||
<implementation-class>com.qintsoft.svn4idea.SvnApplicationSettings</implementation-class>
|
||||
<option name="workspace" value="true"/>
|
||||
</component>
|
||||
</application-components>
|
||||
|
||||
<project-components>
|
||||
@@ -13,14 +17,18 @@
|
||||
<implementation-class>com.qintsoft.svn4idea.SvnVcs</implementation-class>
|
||||
<option name="workspace" value="true"/>
|
||||
</component>
|
||||
<component>
|
||||
<implementation-class>com.qintsoft.svn4idea.SvnConfiguration</implementation-class>
|
||||
<option name="workspace" value="true"/>
|
||||
</component>
|
||||
</project-components>
|
||||
|
||||
<actions>
|
||||
|
||||
<group id="SubversionFileGroup">
|
||||
<separator/>
|
||||
<add-to-group group-id="FileMenu" anchor="before" relative-to-action="ExportToHTML"/>
|
||||
<action id="Svn.CheckoutProject" class="com.qintsoft.svn4idea.actions.CheckoutAction" text="Check Out from Subversion..." description="Get a copy of files from a Subversion repository"/>
|
||||
<separator/>
|
||||
</group>
|
||||
|
||||
|
||||
<action id="Subversion.ShowDiffAction" class="com.qintsoft.svn4idea.actions.ShowDiffAction" text="Show Diff..." description="Show difference with Subversion base version"/>
|
||||
|
||||
<group id="SubversionGlobalGroup" popup="true" text="_Subversion" class="com.qintsoft.svn4idea.actions.SubversionGroup">
|
||||
@@ -28,7 +36,6 @@
|
||||
<!--<action id="Subversion.Refresh" class="com.qintsoft.svn4idea.actions.RefreshAction" text="_Refresh" description="Refresh information from Subversion repository"/>-->
|
||||
<action id="Subversion.ShowFilesInProject" class="com.qintsoft.svn4idea.actions.ShowFilesInProjectAction" text="SvnUp.." description="Run SvnUp on project directory"/>
|
||||
<action id="Subversion.Help" class="com.qintsoft.svn4idea.actions.HelpAction" text="Help.." description="Subversion plugin readme"/>
|
||||
<action id="Subversion.About" class="com.qintsoft.svn4idea.actions.AboutAction" text="About.." description="About Subversion plugin"/>
|
||||
<add-to-group group-id="VcsGroups" anchor="last"/>
|
||||
</group>
|
||||
|
||||
@@ -39,13 +46,20 @@
|
||||
<group id="SubversionGroup">
|
||||
<separator/>
|
||||
<action id="Subversion.Add" class="com.qintsoft.svn4idea.actions.AddAction" text="Add" description="Add the file to Subversion"/>
|
||||
<!--<action id="Subversion.Checkin" class="com.qintsoft.svn4idea.actions.CheckInAction" text="Commit file" description="Commit the file to Subversion"/>-->
|
||||
<reference id="CheckinFiles"/>
|
||||
<reference id="UpdateFiles"/>
|
||||
<reference id="Vcs.ShowTabbedFileHistory"/>
|
||||
<!--
|
||||
<action id="Subversion.Update" class="com.qintsoft.svn4idea.actions.UpdateAction" text="Update file" description="Update the file from Subversion"/>
|
||||
-->
|
||||
<action id="Subversion.Revert" class="com.qintsoft.svn4idea.actions.RevertAction" text="Revert file" description="Revert file to repository state"/>
|
||||
<action id="Subversion.Resolved" class="com.qintsoft.svn4idea.actions.ResolveAction" text="Resolved confilct" description="Tell Subversion that the conflict has been resolved"/>
|
||||
<!--<action id="Subversion.Resolved" class="com.qintsoft.svn4idea.actions.ResolveAction" text="Resolved confilct" description="Tell Subversion that the conflict has been resolved"/>-->
|
||||
<separator/>
|
||||
<reference id="Subversion.ShowDiffAction"/>
|
||||
<!--
|
||||
<action id="Subversion.ShowDiffExented" class="com.qintsoft.svn4idea.actions.ShowDiffExtendedAction" text="Show Diff extented..." description="Show difference with selection of Subversion revision"/>
|
||||
-->
|
||||
<separator/>
|
||||
<add-to-group group-id="SubversionFilePopupGroup" anchor="last"/>
|
||||
<add-to-group group-id="SubversionGlobalGroup" anchor="last"/>
|
||||
|
||||
Reference in New Issue
Block a user