2 <extensions defaultExtensionNs="com.intellij">
3 <applicationService serviceInterface="com.intellij.openapi.vcs.actions.VcsContextFactory"
4 serviceImplementation="com.intellij.peer.impl.VcsContextFactoryImpl"/>
6 <applicationService serviceInterface="com.intellij.codeInsight.actions.VcsFacade"
7 serviceImplementation="com.intellij.codeInsight.actions.VcsFacadeImpl" overrides="true"/>
8 <applicationService serviceImplementation="com.intellij.openapi.vcs.actions.AnnotationsSettings"/>
9 <applicationService serviceInterface="com.intellij.vfs.AsyncVfsEventsPostProcessor"
10 serviceImplementation="com.intellij.vfs.AsyncVfsEventsPostProcessorImpl"/>
11 <applicationService serviceInterface="com.intellij.conversion.ConversionService"
12 serviceImplementation="com.intellij.impl.ConversionServiceImpl"/>
14 <projectService serviceInterface="com.intellij.openapi.vcs.changes.ChangeListManager"
15 serviceImplementation="com.intellij.openapi.vcs.changes.ChangeListManagerImpl" preload="notHeadless"/>
17 <projectService serviceInterface="com.intellij.openapi.vcs.AbstractVcsHelper"
18 serviceImplementation="com.intellij.openapi.vcs.impl.AbstractVcsHelperImpl"/>
19 <projectService serviceImplementation="com.intellij.openapi.vcs.IssueNavigationConfiguration"/>
20 <projectService serviceImplementation="com.intellij.openapi.vcs.VcsConfiguration"/>
21 <projectService serviceImplementation="com.intellij.openapi.vcs.contentAnnotation.VcsContentAnnotationSettings"/>
22 <projectService serviceInterface="com.intellij.openapi.vcs.roots.VcsRootDetector"
23 serviceImplementation="com.intellij.openapi.vcs.roots.VcsRootDetectorImpl"/>
24 <projectService serviceImplementation="com.intellij.openapi.vcs.VcsNotifier"/>
25 <projectService serviceInterface="com.intellij.openapi.vcs.changes.patch.PatchBaseDirectoryDetector"
26 serviceImplementation="com.intellij.openapi.vcs.changes.patch.PsiPatchBaseDirectoryDetector"/>
27 <projectService serviceInterface="com.intellij.openapi.vcs.changes.ui.ChangesFileNameDecorator"
28 serviceImplementation="com.intellij.openapi.vcs.changes.ui.WolfChangesFileNameDecorator"/>
29 <projectService serviceInterface="com.intellij.openapi.vcs.CodeSmellDetector"
30 serviceImplementation="com.intellij.openapi.vcs.impl.CodeSmellDetectorImpl"/>
31 <projectService serviceImplementation="com.intellij.openapi.vcs.changes.VcsDirtyScopeVfsListener" />
32 <projectService serviceImplementation="com.intellij.vcs.commit.message.CommitMessageInspectionProfile"/>
33 <projectService serviceInterface="com.intellij.openapi.vcs.contentAnnotation.VcsContentAnnotation"
34 serviceImplementation="com.intellij.openapi.vcs.contentAnnotation.VcsContentAnnotationImpl"/>
35 <projectService serviceInterface="com.intellij.openapi.vcs.changes.VcsAnnotationLocalChangesListener"
36 serviceImplementation="com.intellij.openapi.vcs.changes.VcsAnnotationLocalChangesListenerImpl"/>
37 <projectService serviceImplementation="com.intellij.openapi.vcs.impl.VcsCacheManager"/>
38 <projectService serviceInterface="com.intellij.openapi.vcs.contentAnnotation.ContentAnnotationCache"
39 serviceImplementation="com.intellij.openapi.vcs.contentAnnotation.ContentAnnotationCacheImpl"/>
40 <projectService serviceImplementation="com.intellij.openapi.vcs.changes.ignore.cache.PatternCache"/>
41 <projectService serviceImplementation="com.intellij.openapi.vcs.changes.ignore.cache.IgnorePatternsMatchedFilesCache"/>
42 <projectService serviceInterface="com.intellij.openapi.vcs.changes.IgnoredFileGenerator"
43 serviceImplementation="com.intellij.openapi.vcs.changes.ignore.IgnoredFileGeneratorImpl"/>
44 <projectService serviceImplementation="com.intellij.openapi.vcs.changes.ignore.IgnoredFileGeneratorImpl$IgnoredFileRootStore"/>
45 <projectService serviceInterface="com.intellij.openapi.vcs.changes.VcsIgnoreManager"
46 serviceImplementation="com.intellij.openapi.vcs.changes.VcsIgnoreManagerImpl"/>
48 <projectService serviceInterface="com.intellij.openapi.vcs.ProjectLevelVcsManager"
49 serviceImplementation="com.intellij.openapi.vcs.impl.ProjectLevelVcsManagerImpl"/>
50 <projectService serviceImplementation="com.intellij.openapi.vcs.impl.VcsInitialization"/>
51 <postStartupActivity implementation="com.intellij.openapi.vcs.impl.VcsInitialization$StartUpActivity"/>
53 <projectService serviceInterface="com.intellij.openapi.vcs.FileStatusManager"
54 serviceImplementation="com.intellij.openapi.vcs.impl.FileStatusManagerImpl"
56 <projectService serviceInterface="com.intellij.openapi.vcs.changes.ui.ChangesViewToolWindowManager"
57 serviceImplementation="com.intellij.openapi.vcs.changes.ui.ChangesViewToolWindowManagerImpl"/>
59 <projectService serviceInterface="com.intellij.openapi.vcs.changes.VcsDirtyScopeManager"
60 serviceImplementation="com.intellij.openapi.vcs.changes.VcsDirtyScopeManagerImpl"/>
62 <projectService serviceImplementation="com.intellij.openapi.vcs.changes.shelf.ShelveChangesManager"/>
63 <postStartupActivity implementation="com.intellij.openapi.vcs.changes.shelf.ShelveChangesManager$PostStartupActivity"/>
64 <projectService serviceImplementation="com.intellij.openapi.vcs.changes.shelf.ShelvedChangesViewManager"
65 headlessImplementation=""/>
66 <postStartupActivity implementation="com.intellij.openapi.vcs.changes.shelf.ShelvedChangesViewManager$PostStartupActivity"/>
68 <fileDocumentManagerListener implementation="com.intellij.openapi.vcs.impl.FileStatusManagerImpl$FileStatusManagerDocumentListener"/>
69 <editorFactoryDocumentListener implementation="com.intellij.openapi.vcs.impl.FileStatusManagerImpl$FileStatusManagerDocumentListener"/>
71 <daemon.intentionActionFilter implementation="com.intellij.vcs.commit.message.BaseCommitMessageInspection$EmptyIntentionActionFilter"/>
73 <diff.merge.MergeTool implementation="com.intellij.openapi.vcs.changes.patch.tool.ApplyPatchMergeTool"/>
74 <diff.DiffTool implementation="com.intellij.openapi.vcs.changes.patch.tool.ApplyPatchDiffTool"/>
75 <diff.DiffTool implementation="com.intellij.openapi.vcs.changes.patch.tool.PatchDiffTool"/>
76 <diff.impl.DiffToolSubstitutor implementation="com.intellij.openapi.vcs.changes.actions.diff.lst.LocalChangeListDiffTool$Simple"/>
77 <diff.impl.DiffToolSubstitutor implementation="com.intellij.openapi.vcs.changes.actions.diff.lst.LocalChangeListDiffTool$Unified"/>
79 <diff.actions.ShowDiffAction.ExtensionProvider implementation="com.intellij.openapi.vcs.changes.shelf.DiffShelvedChangesActionProvider"/>
80 <diff.actions.ShowDiffAction.ExtensionProvider implementation="com.intellij.openapi.vcs.update.ShowUpdatedDiffActionProvider"/>
81 <diff.actions.ShowDiffAction.ExtensionProvider implementation="com.intellij.openapi.vcs.history.actions.CompareRevisionsAction"/>
82 <diff.actions.ShowDiffAction.ExtensionProvider implementation="com.intellij.openapi.vcs.changes.actions.diff.ShowDiffFromLocalChangesActionProvider"/>
83 <diff.actions.ShowDiffAction.ExtensionProvider implementation="com.intellij.openapi.vcs.changes.ShowEditorDiffPreviewActionProvider" order="first"/>
84 <diff.actions.ShowDiffAction.ExtensionProvider implementation="com.intellij.openapi.vcs.changes.actions.diff.ShowDiffAction" order="last"/>
86 <openapi.vcs.changes.actions.CreatePatchFromChangesAction.Dialog.ExtensionProvider
87 implementation="com.intellij.openapi.vcs.changes.actions.diff.DiffViewerCreatePatchActionProvider$Dialog"/>
88 <openapi.vcs.changes.actions.CreatePatchFromChangesAction.Clipboard.ExtensionProvider
89 implementation="com.intellij.openapi.vcs.changes.actions.diff.DiffViewerCreatePatchActionProvider$Clipboard"/>
92 <className>com.intellij.vcs.RollbackCurrentLineIntention</className>
93 <category>Other</category>
96 <openapi.vcs.history.actions.ShowDiffAfterWithLocalAction.ExtensionProvider implementation="com.intellij.openapi.vcs.changes.shelf.DiffShelvedChangesWithLocalActionProvider"/>
97 <openapi.vcs.changes.actions.CreatePatchFromChangesAction.Dialog.ExtensionProvider implementation="com.intellij.openapi.vcs.history.actions.CreatePatchFromDirectoryAction"/>
99 <openapi.vcs.history.actions.ShowDiffAfterWithLocalAction.ExtensionProvider implementation="com.intellij.openapi.vcs.history.actions.ShowDiffWithLocalFromTableHistoryAction"/>
101 <openapi.vcs.history.actions.ShowDiffAfterWithLocalAction.ExtensionProvider implementation="com.intellij.openapi.vcs.impl.DiffRepoWithLocalAction"/>
103 <openapi.vcs.history.actions.ShowDiffAfterWithLocalAction.ExtensionProvider implementation="com.intellij.openapi.vcs.changes.actions.ShowDiffWithLocalAction" order="last"/>
104 <openapi.vcs.history.actions.ShowDiffBeforeWithLocalAction.ExtensionProvider
105 implementation="com.intellij.openapi.vcs.changes.actions.ShowDiffWithLocalAction$ShowDiffBeforeWithLocalAction" order="last"/>
107 <openapi.vcs.history.actions.ShowDiffAfterWithLocalAction.ExtensionProvider implementation="com.intellij.openapi.vcs.history.impl.VcsSelectionHistoryDialog$MyDiffAfterWithLocalAction"/>
108 <diff.actions.ShowDiffAction.ExtensionProvider implementation="com.intellij.openapi.vcs.history.impl.VcsSelectionHistoryDialog$MyDiffAction"/>
110 <applicationService serviceInterface="com.intellij.diff.vcs.DiffVcsFacade"
111 serviceImplementation="com.intellij.diff.DiffVcsFacadeImpl"
114 <referenceProviderType key="commentsReferenceProvider"
115 implementationClass="com.intellij.psi.impl.source.resolve.reference.ArbitraryPlaceUrlReferenceProvider"/>
116 <psi.symbolReferenceProvider hostLanguage=""
117 hostElementClass="com.intellij.model.psi.UrlReferenceHost"
118 referenceClass="com.intellij.openapi.paths.UrlReference"
119 targetClass="com.intellij.openapi.paths.UrlSymbol"
120 implementationClass="com.intellij.psi.impl.source.resolve.reference.UrlReferenceProvider"/>
121 <psi.referenceContributor implementation="com.intellij.psi.impl.source.resolve.reference.UrlReferenceContributor"/>
122 <psi.symbolReferenceProvider hostLanguage=""
123 hostElementClass="com.intellij.psi.PsiLiteralValue"
124 referenceClass="com.intellij.openapi.paths.UrlReference"
125 targetClass="com.intellij.openapi.paths.UrlSymbol"
126 implementationClass="com.intellij.psi.impl.source.resolve.reference.LiteralUrlReferenceProvider"/>
128 <selectInTarget implementation="com.intellij.openapi.vcs.changes.SelectInChangesViewTarget"/>
130 <search.projectOptionsTopHitProvider implementation="com.intellij.openapi.vcs.configurable.VcsOptionsTopHitProvider"/>
131 <projectConfigurable groupId="root" groupWeight="45" dynamic="true" key="version.control.main.configurable.name"
132 bundle="messages.VcsBundle"
133 provider="com.intellij.openapi.vcs.configurable.VcsManagerConfigurableProvider"
134 id="project.propVCSSupport.Mappings"/>
135 <colorAndFontPanelFactory implementation="com.intellij.openapi.vcs.actions.VcsColorsPageFactory"/>
136 <colorAndFontDescriptorProvider implementation="com.intellij.openapi.vcs.actions.VcsColorsPageFactory"/>
138 <projectService serviceInterface="com.intellij.openapi.vcs.changes.ChangesViewI"
139 serviceImplementation="com.intellij.openapi.vcs.changes.ChangesViewManager"
140 testServiceImplementation="com.intellij.openapi.vcs.changes.DummyChangesView"/>
141 <projectService serviceInterface="com.intellij.openapi.vcs.changes.ui.ChangesViewContentI"
142 serviceImplementation="com.intellij.openapi.vcs.changes.ui.ChangesViewContentManager"
143 testServiceImplementation="com.intellij.openapi.vcs.changes.ui.DummyChangesViewContentManager"/>
145 <applicationInitializedListener implementation="com.intellij.vcs.commit.NonModalCommitCustomization"/>
147 <toolWindow id="Commit" anchor="left" icon="AllIcons.Toolwindows.ToolWindowCommit"
148 factoryClass="com.intellij.openapi.vcs.changes.ui.CommitToolWindowFactory"/>
150 <toolWindow id="Version Control" anchor="bottom" canCloseContents="true" icon="AllIcons.Toolwindows.ToolWindowChanges"
151 factoryClass="com.intellij.openapi.vcs.changes.ui.ChangesViewToolWindowFactory"/>
153 <changesViewContent tabName="Repository"
154 className="com.intellij.openapi.vcs.changes.committed.CommittedChangesViewManager"
155 predicateClassName="com.intellij.openapi.vcs.changes.committed.CommittedChangesViewManager$VisibilityPredicate"
156 displayNameSupplierClassName="com.intellij.openapi.vcs.changes.committed.CommittedChangesViewManager$DisplayNameSupplier"/>
157 <changesViewContent tabName="Incoming"
158 className="com.intellij.openapi.vcs.changes.committed.IncomingChangesViewProvider"
159 predicateClassName="com.intellij.openapi.vcs.changes.committed.IncomingChangesViewProvider$VisibilityPredicate"
160 displayNameSupplierClassName="com.intellij.openapi.vcs.changes.committed.IncomingChangesViewProvider$DisplayNameSupplier"/>
161 <changesViewContent tabName="Local Changes"
162 className="com.intellij.openapi.vcs.changes.ChangesViewManager$ContentProvider"
163 preloaderClassName="com.intellij.openapi.vcs.changes.ChangesViewManager$ContentPreloader"
164 predicateClassName="com.intellij.openapi.vcs.changes.ChangesViewManager$ContentPredicate"
165 displayNameSupplierClassName="com.intellij.openapi.vcs.changes.ChangesViewManager$DisplayNameSupplier"
166 isInCommitToolWindow="true"/>
168 <statusBarWidgetProvider implementation="com.intellij.openapi.vcs.changes.committed.IncomingChangesIndicatorProvider"/>
169 <editorNotificationProvider implementation="com.intellij.openapi.vcs.changes.committed.OutdatedVersionNotifier"/>
170 <editorTabTitleProvider implementation="com.intellij.openapi.vcs.vfs.VcsFileEditorTabTitleProvider"/>
172 <customizableActionGroupProvider implementation="com.intellij.openapi.vcs.ui.VcsCustomizableActionGroupProvider"/>
174 <changesGroupingPolicy key="directory" id="directory"
175 implementationClass="com.intellij.openapi.vcs.changes.ui.DirectoryChangesGroupingPolicy$Factory"/>
177 <vcs.changes.changesViewModifier implementation="com.intellij.vcs.commit.EditedCommitChangesViewModifier"/>
179 <checkinHandlerFactory implementation="com.intellij.openapi.vcs.checkin.UnresolvedMergeCheckFactory"/>
180 <checkinHandlerFactory implementation="com.intellij.openapi.vcs.checkin.ReformatCheckinHandlerFactory"/>
181 <checkinHandlerFactory implementation="com.intellij.openapi.vcs.checkin.RearrangeCheckinHandlerFactory"/>
182 <checkinHandlerFactory implementation="com.intellij.openapi.vcs.checkin.OptimizeOptionsCheckinHandlerFactory"/>
183 <checkinHandlerFactory implementation="com.intellij.openapi.vcs.checkin.CodeAnalysisCheckinHandlerFactory"/>
184 <checkinHandlerFactory implementation="com.intellij.openapi.vcs.checkin.TodoCheckinHandlerFactory" id="todo"/>
185 <checkinHandlerFactory implementation="com.intellij.openapi.vcs.checkin.CodeCleanupCheckinHandlerFactory" id="codeCleanup"/>
187 <completion.preselectionBehaviourProvider implementation="com.intellij.openapi.vcs.CommitCompletionPreselectionBehaviourProvider"/>
188 <completion.contributor language="TEXT" implementationClass="com.intellij.openapi.vcs.CommitCompletionContributor" id="commitCompletion"
189 order="first, before liveTemplates"/>
190 <completion.contributor language="TEXT" implementationClass="com.intellij.openapi.vcs.changes.ChangeListCompletionContributor"
193 <projectService serviceInterface="com.intellij.openapi.vcs.impl.projectlevelman.AllVcsesI"
194 serviceImplementation="com.intellij.openapi.vcs.impl.projectlevelman.AllVcses"/>
196 <projectService serviceImplementation="com.intellij.openapi.vcs.changes.RemoteRevisionsCache"/>
197 <projectService serviceImplementation="com.intellij.openapi.vcs.VcsFileListenerContextHelper"/>
199 <vcs.fileStatusProvider implementation="com.intellij.openapi.vcs.changes.conflicts.ChangelistConflictFileStatusProvider"/>
200 <writingAccessProvider implementation="com.intellij.openapi.vcs.changes.conflicts.ChangelistConflictAccessProvider"/>
201 <writingAccessProvider implementation="com.intellij.openapi.vcs.changes.shelf.ShelfFileWritingAccessProvider"/>
202 <editorNotificationProvider implementation="com.intellij.openapi.vcs.changes.conflicts.ChangelistConflictNotificationProvider"/>
203 <customFileDropHandler implementation="com.intellij.openapi.vcs.changes.patch.PatchFileDropHandler"/>
205 <handleTypeFactory implementation="com.intellij.openapi.vcs.readOnlyHandler.VcsHandleTypeFactory"/>
207 <keymapExtension implementation="com.intellij.openapi.vcs.impl.VcsKeymapExtension"/>
208 <fileType name="PATCH" implementationClass="com.intellij.openapi.vcs.changes.patch.PatchFileType" fieldName="INSTANCE" extensions="patch;diff" />
209 <virtualFileSystem key="vcs" implementationClass="com.intellij.openapi.vcs.vfs.VcsFileSystem"/>
210 <fileDocumentSynchronizationVetoer implementation="com.intellij.vcs.commit.SaveCommittingDocumentsVetoer"/>
211 <fileDocumentManagerListener implementation="com.intellij.vcs.commit.SaveCommittingDocumentsVetoer"/>
213 <applicationService serviceImplementation="com.intellij.openapi.vcs.VcsApplicationSettings"/>
214 <applicationService serviceInterface="com.intellij.openapi.vcs.impl.CheckinHandlersManager"
215 serviceImplementation="com.intellij.openapi.vcs.impl.CheckinHandlersManagerImpl"/>
216 <pathMacroFilter implementation="com.intellij.openapi.vcs.VcsPathMacroFilter"/>
217 <search.topHitProvider implementation="com.intellij.openapi.vcs.actions.VcsTopHitProvider"/>
218 <actionPromoter implementation="com.intellij.openapi.vcs.actions.VcsActionPromoter"/>
219 <projectSetProcessor implementation="com.intellij.openapi.vcs.VcsProjectSetProcessor"/>
220 <projectSetProcessor implementation="com.intellij.openapi.vcs.OpenProjectSetProcessor"/>
222 <getDataRule key="VCS_VIRTUAL_FILES" implementationClass="com.intellij.openapi.vcs.VcsVirtualFilesRule"/>
223 <getDataRule key="VCS_REVISION_NUMBERS" implementationClass="com.intellij.openapi.vcs.history.VcsRevisionNumberArrayRule"/>
224 <getDataRule key="vcs.ChangesSelection" implementationClass="com.intellij.openapi.vcs.changes.VcsChangesSelectionRule"/>
225 <jbProtocolCommand implementation="com.intellij.openapi.vcs.checkout.JBProtocolCheckoutCommand"/>
226 <diff.DiffExtension implementation="com.intellij.openapi.vcs.actions.AnnotateDiffViewerAction$MyDiffExtension"/>
228 <patch.extension implementation="com.intellij.openapi.diff.impl.patch.BaseRevisionTextPatchEP"/>
229 <patch.extension implementation="com.intellij.openapi.diff.impl.patch.CharsetEP"/>
231 <openapi.vcs.actions.AnnotateToggleAction.Provider implementation="com.intellij.openapi.vcs.actions.AnnotateLocalFileAction$Provider"/>
232 <openapi.vcs.actions.AnnotateToggleAction.Provider implementation="com.intellij.openapi.vcs.actions.AnnotateVcsVirtualFileAction$Provider"/>
233 <openapi.vcs.actions.AnnotateToggleAction.Provider implementation="com.intellij.openapi.vcs.actions.AnnotateDiffViewerAction$Provider" order="first"/>
235 <projectService serviceInterface="com.intellij.openapi.vcs.impl.LineStatusTrackerManagerI"
236 serviceImplementation="com.intellij.openapi.vcs.impl.LineStatusTrackerManager"/>
237 <checkinHandlerFactory implementation="com.intellij.openapi.vcs.impl.LineStatusTrackerManager$CheckinFactory"/>
238 <projectService serviceInterface="com.intellij.openapi.vcs.impl.ActiveChangeListTracker"
239 serviceImplementation="com.intellij.openapi.vcs.impl.ActiveChangeListTrackerImpl"/>
241 <checkoutListener implementation="com.intellij.openapi.vcs.checkout.ProjectCheckoutListener"/>
242 <checkoutListener implementation="com.intellij.openapi.vcs.checkout.ProjectDirCheckoutListener"/>
244 <ignoredFileProvider id="VCS.DefaultIgnoredFileProvider" implementation="com.intellij.openapi.vcs.changes.ChangeListManagerImpl$DefaultIgnoredFileProvider" order="first"/>
245 <ignoredFileProvider implementation="com.intellij.openapi.vcs.changes.ProjectExcludesIgnoredFileProvider" order="after VCS.DefaultIgnoredFileProvider"/>
246 <nonProjectFileWritingAccessExtension implementation="com.intellij.openapi.vcs.changes.IgnoredFileWritingAccessExtension"/>
247 <dateTimeFormatter id="vcs.annotate" name="VCS Annotate" />
248 <dateTimeFormatter id="vcs.log" name="VCS Log" />
250 <statistics.applicationUsagesCollector implementation="com.intellij.openapi.vcs.statistics.VcsApplicationOptionsUsagesCollector"/>
252 <openapi.vcs.ui.cloneDialog.VcsCloneDialogExtension
253 id="com.intellij.util.ui.cloneDialog.RepositoryUrlCloneDialogExtension"
254 implementation="com.intellij.util.ui.cloneDialog.RepositoryUrlCloneDialogExtension"
257 <openapi.vcs.changes.vcsPreservingExecutor implementation="com.intellij.openapi.vcs.changes.DefaultPreservingExecutor" order="last" />
259 <postStartupActivity implementation="com.intellij.platform.PlatformVcsDetector"/>
260 <postStartupActivity implementation="com.intellij.openapi.vcs.update.RestoreUpdateTree$MyStartUpActivity"/>
261 <vcsStartupActivity implementation="com.intellij.openapi.vcs.impl.ProjectLevelVcsManagerImpl$ActivateVcsesStartupActivity"/>
262 <vcsStartupActivity implementation="com.intellij.openapi.vcs.changes.ChangeListManagerImpl$MyStartupActivity"/>
263 <vcsStartupActivity implementation="com.intellij.openapi.vcs.changes.VcsDirtyScopeManagerImpl$MyStartupActivity"/>
264 <vcsStartupActivity implementation="com.intellij.openapi.vcs.impl.LineStatusTrackerManager$MyStartupActivity"/>
265 <vcsStartupActivity implementation="com.intellij.openapi.vcs.roots.VcsRootScanner$DetectRootsStartupActivity"/>
267 <projectService serviceImplementation="com.intellij.openapi.vcs.impl.VcsDirectoryMappingStorage" preload="true"/>
268 <notificationGroup id="Vcs Messages" displayType="TOOL_WINDOW" toolWindowId="Version Control"/>
269 <notificationGroup id="Common Version Control Messages" displayType="TOOL_WINDOW" toolWindowId="Version Control"/>
270 <notificationGroup id="Vcs Important Messages" displayType="STICKY_BALLOON"/>
271 <notificationGroup id="Vcs Notifications" displayType="BALLOON"/>
272 <notificationGroup id="Vcs Silent Notifications" displayType="NONE"/>
273 <projectService serviceInterface="com.intellij.execution.configurations.RunConfigurationVcsSupport"
274 serviceImplementation="com.intellij.impl.RunConfigurationVcsSupportImpl"
277 <checkoutCompletedListener implementation="com.intellij.openapi.vcs.checkout.PlatformProjectCheckoutListener" id="PlatformProjectCheckoutListener"/>
278 <projectService serviceInterface="com.intellij.openapi.vcs.impl.VcsPathPresenter"
279 serviceImplementation="com.intellij.openapi.vcs.impl.PlatformVcsPathPresenter"/>
280 <projectService serviceInterface="com.intellij.openapi.vcs.impl.DefaultVcsRootPolicy"
281 serviceImplementation="com.intellij.openapi.vcs.impl.ModuleDefaultVcsRootPolicy"/>
282 <projectService serviceInterface="com.intellij.ide.todo.TodoViewChangesSupport"
283 serviceImplementation="com.intellij.ide.todo.TodoViewChangesSupportImpl"
286 <searchScopesProvider implementation="com.intellij.vcs.changes.ChangeListsSearchScopeProvider"/>
288 <generalEditorOptionsExtension instance="com.intellij.options.VcsGeneralEditorOptionsExtension" />
290 <modelScopeItemPresenter implementation="com.intellij.analysis.VcsScopeItemPresenter" id="vcs_scope" order="after module_scope" />
292 <customScopesProvider implementation="com.intellij.vcs.changes.ChangeListsScopesProvider" order="last"/>
294 <checkinHandlerFactory implementation="com.intellij.tools.ExternalToolsCheckinHandlerFactory"/>
295 <findInProjectExtension implementation="com.intellij.vcs.changes.ChangeListsFindInProjectExtension" />
296 <silentChangeVetoer implementation="com.intellij.codeInsight.daemon.VcsSilentChangeVetoer" />
298 <statistics.projectUsagesCollector implementation="com.intellij.openapi.vcs.statistics.VcsOptionsUsagesCollector"/>
299 <statistics.projectUsagesCollector implementation="com.intellij.openapi.vcs.statistics.VcsUsagesCollector"/>
300 <statistics.notificationIdsHolder implementation="com.intellij.openapi.vcs.VcsNotificationIdsHolder"/>
302 <diff.editor.diffRequestProcessorEditorCustomizer implementation="com.intellij.openapi.vcs.changes.ShowDiffInEditorTooltipInstaller"/>
303 <registryKey key="patch.context.line.count" defaultValue="3" description="Number of context lines for creating patches"/>
306 <extensions defaultExtensionNs="org.jetbrains">
307 <webServerRootsProvider implementation="com.intellij.openapi.vcs.impl.VcsRootWebServerRootsProvider" order="last"/>
310 <applicationListeners>
311 <listener class="com.intellij.openapi.vcs.changes.patch.PatchClipboardListener"
312 topic="com.intellij.openapi.application.ApplicationActivationListener"/>
313 <listener class="com.intellij.openapi.vcs.configurable.VcsOptionsTopHitProviderBase$InitMappingsListenerActivity"
314 topic="com.intellij.openapi.project.ProjectManagerListener"/>
315 <listener class="com.intellij.openapi.vcs.changes.VcsIgnoreFilesChecker"
316 topic="com.intellij.openapi.project.ProjectManagerListener"/>
317 <listener class="com.intellij.openapi.vcs.impl.VcsInitialization$ShutDownProjectListener"
318 topic="com.intellij.openapi.project.ProjectManagerListener"/>
319 </applicationListeners>
322 <listener class="com.intellij.openapi.vcs.changes.committed.OutdatedVersionNotifier$IncomingChangesListener"
323 topic="com.intellij.openapi.vcs.changes.committed.CommittedChangesListener"/>
324 <listener class="com.intellij.impl.VcsModuleAttachListener"
325 topic="com.intellij.platform.ModuleAttachListener"/>
326 <listener class="com.intellij.vcs.changes.ChangeListScopeViewUpdater"
327 topic="com.intellij.openapi.vcs.changes.ChangeListListener"/>
328 <listener class="com.intellij.vcs.changes.ChangeListScopeViewUpdater$InitialRefresh"
329 topic="com.intellij.openapi.vcs.changes.LocalChangeListsLoadedListener"/>