toolwindow resize for docked windows
[fedora-idea.git] / platform / platform-resources / src / META-INF / VcsExtensionPoints.xml
blobb024d7cbd9d32d0c681a0f9e43193cf4005e7eff
1 <extensionPoints>
2   <extensionPoint name="checkoutProvider"
3                   interface="com.intellij.openapi.vcs.CheckoutProvider"/>
4   <extensionPoint name="checkoutListener"
5                   interface="com.intellij.openapi.vcs.checkout.CheckoutListener"/>
6   <extensionPoint name="checkoutCompletedListener"
7                   interface="com.intellij.openapi.vcs.checkout.CheckoutListener"/>
9   <extensionPoint name="vcs"
10                   beanClass="com.intellij.openapi.vcs.impl.VcsEP"
11                   area="IDEA_PROJECT"/>
13   <extensionPoint name="checkinHandlerFactory"
14                   interface="com.intellij.openapi.vcs.checkin.CheckinHandlerFactory"
15                   area="IDEA_PROJECT"/>
17   <extensionPoint name="changesViewContent"
18                   beanClass="com.intellij.openapi.vcs.changes.ui.ChangesViewContentEP"
19                   area="IDEA_PROJECT"/>
21   <extensionPoint name="editChangelistSupport"
22                   interface="com.intellij.openapi.vcs.changes.ui.EditChangelistSupport"
23                   area="IDEA_PROJECT"/>
25   <extensionPoint name="vcsSelectionProvider"
26                   interface="com.intellij.vcsUtil.VcsSelectionProvider"/>
28   <!--<extensionPoint name="writingAccessProvider"-->
29                   <!--interface="com.intellij.openapi.vcs.readOnlyHandler.WritingAccessProvider"-->
30                   <!--area="IDEA_PROJECT"/>-->
31   
32   <extensionPoint name="vcs.fileStatusProvider"
33                   interface="com.intellij.openapi.vcs.impl.FileStatusProvider"
34                   area="IDEA_PROJECT"/>
36   <extensionPoint name="vcsPopupProvider"
37                   interface="com.intellij.openapi.vcs.actions.VcsQuickListContentProvider"/>
39 </extensionPoints>