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 <bundleName>messages.LangBundle</bundleName>
94 <categoryKey>intention.category.other</categoryKey>
97 <openapi.vcs.history.actions.ShowDiffAfterWithLocalAction.ExtensionProvider implementation="com.intellij.openapi.vcs.changes.shelf.DiffShelvedChangesWithLocalActionProvider"/>
98 <openapi.vcs.changes.actions.CreatePatchFromChangesAction.Dialog.ExtensionProvider implementation="com.intellij.openapi.vcs.history.actions.CreatePatchFromDirectoryAction"/>
100 <openapi.vcs.history.actions.ShowDiffAfterWithLocalAction.ExtensionProvider implementation="com.intellij.openapi.vcs.history.actions.ShowDiffWithLocalFromTableHistoryAction"/>
102 <openapi.vcs.history.actions.ShowDiffAfterWithLocalAction.ExtensionProvider implementation="com.intellij.openapi.vcs.impl.DiffRepoWithLocalAction"/>
104 <openapi.vcs.history.actions.ShowDiffAfterWithLocalAction.ExtensionProvider implementation="com.intellij.openapi.vcs.changes.actions.ShowDiffWithLocalAction" order="last"/>
105 <openapi.vcs.history.actions.ShowDiffBeforeWithLocalAction.ExtensionProvider
106 implementation="com.intellij.openapi.vcs.changes.actions.ShowDiffWithLocalAction$ShowDiffBeforeWithLocalAction" order="last"/>
108 <openapi.vcs.history.actions.ShowDiffAfterWithLocalAction.ExtensionProvider implementation="com.intellij.openapi.vcs.history.impl.VcsSelectionHistoryDialog$MyDiffAfterWithLocalAction"/>
109 <diff.actions.ShowDiffAction.ExtensionProvider implementation="com.intellij.openapi.vcs.history.impl.VcsSelectionHistoryDialog$MyDiffAction"/>
111 <applicationService serviceInterface="com.intellij.diff.vcs.DiffVcsFacade"
112 serviceImplementation="com.intellij.diff.DiffVcsFacadeImpl"
115 <referenceProviderType key="commentsReferenceProvider"
116 implementationClass="com.intellij.psi.impl.source.resolve.reference.ArbitraryPlaceUrlReferenceProvider"/>
117 <psi.symbolReferenceProvider hostLanguage=""
118 hostElementClass="com.intellij.model.psi.UrlReferenceHost"
119 referenceClass="com.intellij.openapi.paths.UrlReference"
120 targetClass="com.intellij.openapi.paths.UrlSymbol"
121 implementationClass="com.intellij.psi.impl.source.resolve.reference.UrlReferenceProvider"/>
122 <psi.referenceContributor implementation="com.intellij.psi.impl.source.resolve.reference.UrlReferenceContributor"/>
123 <psi.symbolReferenceProvider hostLanguage=""
124 hostElementClass="com.intellij.psi.PsiLiteralValue"
125 referenceClass="com.intellij.openapi.paths.UrlReference"
126 targetClass="com.intellij.openapi.paths.UrlSymbol"
127 implementationClass="com.intellij.psi.impl.source.resolve.reference.LiteralUrlReferenceProvider"/>
129 <selectInTarget implementation="com.intellij.openapi.vcs.changes.SelectInChangesViewTarget"/>
131 <search.projectOptionsTopHitProvider implementation="com.intellij.openapi.vcs.configurable.VcsOptionsTopHitProvider"/>
132 <projectConfigurable groupId="root" groupWeight="45" dynamic="true" key="version.control.main.configurable.name"
133 bundle="messages.VcsBundle"
134 provider="com.intellij.openapi.vcs.configurable.VcsManagerConfigurableProvider"
135 id="project.propVCSSupport.Mappings"/>
136 <colorAndFontPanelFactory implementation="com.intellij.openapi.vcs.actions.VcsColorsPageFactory"/>
137 <colorAndFontDescriptorProvider implementation="com.intellij.openapi.vcs.actions.VcsColorsPageFactory"/>
139 <projectService serviceInterface="com.intellij.openapi.vcs.changes.ChangesViewI"
140 serviceImplementation="com.intellij.openapi.vcs.changes.ChangesViewManager"
141 testServiceImplementation="com.intellij.openapi.vcs.changes.DummyChangesView"/>
142 <projectService serviceInterface="com.intellij.openapi.vcs.changes.ui.ChangesViewContentI"
143 serviceImplementation="com.intellij.openapi.vcs.changes.ui.ChangesViewContentManager"
144 testServiceImplementation="com.intellij.openapi.vcs.changes.ui.DummyChangesViewContentManager"/>
146 <applicationInitializedListener implementation="com.intellij.vcs.commit.NonModalCommitCustomization"/>
148 <toolWindow id="Commit" anchor="left" icon="AllIcons.Toolwindows.ToolWindowCommit"
149 factoryClass="com.intellij.openapi.vcs.changes.ui.CommitToolWindowFactory"/>
151 <toolWindow id="Version Control" anchor="bottom" canCloseContents="true" icon="AllIcons.Toolwindows.ToolWindowChanges"
152 factoryClass="com.intellij.openapi.vcs.changes.ui.ChangesViewToolWindowFactory"/>
154 <changesViewContent tabName="Repository"
155 className="com.intellij.openapi.vcs.changes.committed.CommittedChangesViewManager"
156 predicateClassName="com.intellij.openapi.vcs.changes.committed.CommittedChangesViewManager$VisibilityPredicate"
157 displayNameSupplierClassName="com.intellij.openapi.vcs.changes.committed.CommittedChangesViewManager$DisplayNameSupplier"/>
158 <changesViewContent tabName="Incoming"
159 className="com.intellij.openapi.vcs.changes.committed.IncomingChangesViewProvider"
160 predicateClassName="com.intellij.openapi.vcs.changes.committed.IncomingChangesViewProvider$VisibilityPredicate"
161 displayNameSupplierClassName="com.intellij.openapi.vcs.changes.committed.IncomingChangesViewProvider$DisplayNameSupplier"/>
162 <changesViewContent tabName="Local Changes"
163 className="com.intellij.openapi.vcs.changes.ChangesViewManager$ContentProvider"
164 preloaderClassName="com.intellij.openapi.vcs.changes.ChangesViewManager$ContentPreloader"
165 predicateClassName="com.intellij.openapi.vcs.changes.ChangesViewManager$ContentPredicate"
166 displayNameSupplierClassName="com.intellij.openapi.vcs.changes.ChangesViewManager$DisplayNameSupplier"
167 isInCommitToolWindow="true"/>
169 <statusBarWidgetProvider implementation="com.intellij.openapi.vcs.changes.committed.IncomingChangesIndicatorProvider"/>
170 <editorNotificationProvider implementation="com.intellij.openapi.vcs.changes.committed.OutdatedVersionNotifier"/>
171 <editorTabTitleProvider implementation="com.intellij.openapi.vcs.vfs.VcsFileEditorTabTitleProvider"/>
173 <customizableActionGroupProvider implementation="com.intellij.openapi.vcs.ui.VcsCustomizableActionGroupProvider"/>
175 <changesGroupingPolicy key="directory" id="directory"
176 implementationClass="com.intellij.openapi.vcs.changes.ui.DirectoryChangesGroupingPolicy$Factory"/>
178 <vcs.changes.changesViewModifier implementation="com.intellij.vcs.commit.EditedCommitChangesViewModifier"/>
180 <checkinHandlerFactory implementation="com.intellij.openapi.vcs.checkin.UnresolvedMergeCheckFactory"/>
181 <checkinHandlerFactory implementation="com.intellij.openapi.vcs.checkin.ReformatCheckinHandlerFactory"/>
182 <checkinHandlerFactory implementation="com.intellij.openapi.vcs.checkin.RearrangeCheckinHandlerFactory"/>
183 <checkinHandlerFactory implementation="com.intellij.openapi.vcs.checkin.OptimizeOptionsCheckinHandlerFactory"/>
184 <checkinHandlerFactory implementation="com.intellij.openapi.vcs.checkin.CodeAnalysisCheckinHandlerFactory"/>
185 <checkinHandlerFactory implementation="com.intellij.openapi.vcs.checkin.TodoCheckinHandlerFactory" id="todo"/>
186 <checkinHandlerFactory implementation="com.intellij.openapi.vcs.checkin.CodeCleanupCheckinHandlerFactory" id="codeCleanup"/>
188 <completion.preselectionBehaviourProvider implementation="com.intellij.openapi.vcs.CommitCompletionPreselectionBehaviourProvider"/>
189 <completion.contributor language="TEXT" implementationClass="com.intellij.openapi.vcs.CommitCompletionContributor" id="commitCompletion"
190 order="first, before liveTemplates"/>
191 <completion.contributor language="TEXT" implementationClass="com.intellij.openapi.vcs.changes.ChangeListCompletionContributor"
194 <projectService serviceInterface="com.intellij.openapi.vcs.impl.projectlevelman.AllVcsesI"
195 serviceImplementation="com.intellij.openapi.vcs.impl.projectlevelman.AllVcses"/>
197 <projectService serviceImplementation="com.intellij.openapi.vcs.changes.RemoteRevisionsCache"/>
198 <projectService serviceImplementation="com.intellij.openapi.vcs.VcsFileListenerContextHelper"/>
200 <vcs.fileStatusProvider implementation="com.intellij.openapi.vcs.changes.conflicts.ChangelistConflictFileStatusProvider"/>
201 <writingAccessProvider implementation="com.intellij.openapi.vcs.changes.conflicts.ChangelistConflictAccessProvider"/>
202 <writingAccessProvider implementation="com.intellij.openapi.vcs.changes.shelf.ShelfFileWritingAccessProvider"/>
203 <editorNotificationProvider implementation="com.intellij.openapi.vcs.changes.conflicts.ChangelistConflictNotificationProvider"/>
204 <customFileDropHandler implementation="com.intellij.openapi.vcs.changes.patch.PatchFileDropHandler"/>
206 <handleTypeFactory implementation="com.intellij.openapi.vcs.readOnlyHandler.VcsHandleTypeFactory"/>
208 <keymapExtension implementation="com.intellij.openapi.vcs.impl.VcsKeymapExtension"/>
209 <fileType name="PATCH" implementationClass="com.intellij.openapi.vcs.changes.patch.PatchFileType" fieldName="INSTANCE" extensions="diff;patch" />
210 <virtualFileSystem key="vcs" implementationClass="com.intellij.openapi.vcs.vfs.VcsFileSystem"/>
211 <fileDocumentSynchronizationVetoer implementation="com.intellij.vcs.commit.SaveCommittingDocumentsVetoer"/>
212 <fileDocumentManagerListener implementation="com.intellij.vcs.commit.SaveCommittingDocumentsVetoer"/>
214 <applicationService serviceImplementation="com.intellij.openapi.vcs.VcsApplicationSettings"/>
215 <applicationService serviceInterface="com.intellij.openapi.vcs.impl.CheckinHandlersManager"
216 serviceImplementation="com.intellij.openapi.vcs.impl.CheckinHandlersManagerImpl"/>
217 <pathMacroFilter implementation="com.intellij.openapi.vcs.VcsPathMacroFilter"/>
218 <search.topHitProvider implementation="com.intellij.openapi.vcs.actions.VcsTopHitProvider"/>
219 <actionPromoter implementation="com.intellij.openapi.vcs.actions.VcsActionPromoter"/>
220 <projectSetProcessor implementation="com.intellij.openapi.vcs.VcsProjectSetProcessor"/>
221 <projectSetProcessor implementation="com.intellij.openapi.vcs.OpenProjectSetProcessor"/>
223 <getDataRule key="VCS_VIRTUAL_FILES" implementationClass="com.intellij.openapi.vcs.VcsVirtualFilesRule"/>
224 <getDataRule key="VCS_REVISION_NUMBERS" implementationClass="com.intellij.openapi.vcs.history.VcsRevisionNumberArrayRule"/>
225 <getDataRule key="vcs.ChangesSelection" implementationClass="com.intellij.openapi.vcs.changes.VcsChangesSelectionRule"/>
226 <jbProtocolCommand implementation="com.intellij.openapi.vcs.checkout.JBProtocolCheckoutCommand"/>
227 <diff.DiffExtension implementation="com.intellij.openapi.vcs.actions.AnnotateDiffViewerAction$MyDiffExtension"/>
229 <patch.extension implementation="com.intellij.openapi.diff.impl.patch.BaseRevisionTextPatchEP"/>
230 <patch.extension implementation="com.intellij.openapi.diff.impl.patch.CharsetEP"/>
232 <openapi.vcs.actions.AnnotateToggleAction.Provider implementation="com.intellij.openapi.vcs.actions.AnnotateLocalFileAction$Provider"/>
233 <openapi.vcs.actions.AnnotateToggleAction.Provider implementation="com.intellij.openapi.vcs.actions.AnnotateVcsVirtualFileAction$Provider"/>
234 <openapi.vcs.actions.AnnotateToggleAction.Provider implementation="com.intellij.openapi.vcs.actions.AnnotateDiffViewerAction$Provider" order="first"/>
236 <projectService serviceInterface="com.intellij.openapi.vcs.impl.LineStatusTrackerManagerI"
237 serviceImplementation="com.intellij.openapi.vcs.impl.LineStatusTrackerManager"/>
238 <checkinHandlerFactory implementation="com.intellij.openapi.vcs.impl.LineStatusTrackerManager$CheckinFactory"/>
239 <projectService serviceInterface="com.intellij.openapi.vcs.impl.ActiveChangeListTracker"
240 serviceImplementation="com.intellij.openapi.vcs.impl.ActiveChangeListTrackerImpl"/>
242 <checkoutListener implementation="com.intellij.openapi.vcs.checkout.ProjectCheckoutListener"/>
243 <checkoutListener implementation="com.intellij.openapi.vcs.checkout.ProjectDirCheckoutListener"/>
245 <ignoredFileProvider id="VCS.DefaultIgnoredFileProvider" implementation="com.intellij.openapi.vcs.changes.ChangeListManagerImpl$DefaultIgnoredFileProvider" order="first"/>
246 <ignoredFileProvider implementation="com.intellij.openapi.vcs.changes.ProjectExcludesIgnoredFileProvider" order="after VCS.DefaultIgnoredFileProvider"/>
247 <nonProjectFileWritingAccessExtension implementation="com.intellij.openapi.vcs.changes.IgnoredFileWritingAccessExtension"/>
248 <dateTimeFormatter id="vcs.annotate" name="VCS Annotate" />
249 <dateTimeFormatter id="vcs.log" name="VCS Log" />
251 <statistics.applicationUsagesCollector implementation="com.intellij.openapi.vcs.statistics.VcsApplicationOptionsUsagesCollector"/>
253 <openapi.vcs.ui.cloneDialog.VcsCloneDialogExtension
254 id="com.intellij.util.ui.cloneDialog.RepositoryUrlCloneDialogExtension"
255 implementation="com.intellij.util.ui.cloneDialog.RepositoryUrlCloneDialogExtension"
258 <openapi.vcs.changes.vcsPreservingExecutor implementation="com.intellij.openapi.vcs.changes.DefaultPreservingExecutor" order="last" />
260 <postStartupActivity implementation="com.intellij.platform.PlatformVcsDetector"/>
261 <postStartupActivity implementation="com.intellij.openapi.vcs.update.RestoreUpdateTree$MyStartUpActivity"/>
262 <vcsStartupActivity implementation="com.intellij.openapi.vcs.impl.ProjectLevelVcsManagerImpl$ActivateVcsesStartupActivity"/>
263 <vcsStartupActivity implementation="com.intellij.openapi.vcs.changes.ChangeListManagerImpl$MyStartupActivity"/>
264 <vcsStartupActivity implementation="com.intellij.openapi.vcs.changes.VcsDirtyScopeManagerImpl$MyStartupActivity"/>
265 <vcsStartupActivity implementation="com.intellij.openapi.vcs.impl.LineStatusTrackerManager$MyStartupActivity"/>
266 <vcsStartupActivity implementation="com.intellij.openapi.vcs.roots.VcsRootScanner$DetectRootsStartupActivity"/>
268 <projectService serviceImplementation="com.intellij.openapi.vcs.impl.VcsDirectoryMappingStorage" preload="true"/>
269 <notificationGroup id="Vcs Messages" displayType="TOOL_WINDOW" toolWindowId="Version Control"/>
270 <notificationGroup id="Common Version Control Messages" displayType="TOOL_WINDOW" toolWindowId="Version Control"/>
271 <notificationGroup id="Vcs Important Messages" displayType="STICKY_BALLOON"/>
272 <notificationGroup id="Vcs Notifications" displayType="BALLOON"/>
273 <notificationGroup id="Vcs Silent Notifications" displayType="NONE"/>
274 <projectService serviceInterface="com.intellij.execution.configurations.RunConfigurationVcsSupport"
275 serviceImplementation="com.intellij.impl.RunConfigurationVcsSupportImpl"
278 <checkoutCompletedListener implementation="com.intellij.openapi.vcs.checkout.PlatformProjectCheckoutListener" id="PlatformProjectCheckoutListener"/>
279 <projectService serviceInterface="com.intellij.openapi.vcs.impl.VcsPathPresenter"
280 serviceImplementation="com.intellij.openapi.vcs.impl.PlatformVcsPathPresenter"/>
281 <projectService serviceInterface="com.intellij.openapi.vcs.impl.DefaultVcsRootPolicy"
282 serviceImplementation="com.intellij.openapi.vcs.impl.ModuleDefaultVcsRootPolicy"/>
283 <projectService serviceInterface="com.intellij.ide.todo.TodoViewChangesSupport"
284 serviceImplementation="com.intellij.ide.todo.TodoViewChangesSupportImpl"
287 <searchScopesProvider implementation="com.intellij.vcs.changes.ChangeListsSearchScopeProvider"/>
289 <generalEditorOptionsExtension instance="com.intellij.options.VcsGeneralEditorOptionsExtension" />
291 <modelScopeItemPresenter implementation="com.intellij.analysis.VcsScopeItemPresenter" id="vcs_scope" order="after module_scope" />
293 <customScopesProvider implementation="com.intellij.vcs.changes.ChangeListsScopesProvider" order="last"/>
295 <checkinHandlerFactory implementation="com.intellij.tools.ExternalToolsCheckinHandlerFactory"/>
296 <findInProjectExtension implementation="com.intellij.vcs.changes.ChangeListsFindInProjectExtension" />
297 <silentChangeVetoer implementation="com.intellij.codeInsight.daemon.VcsSilentChangeVetoer" />
299 <statistics.projectUsagesCollector implementation="com.intellij.openapi.vcs.statistics.VcsOptionsUsagesCollector"/>
300 <statistics.projectUsagesCollector implementation="com.intellij.openapi.vcs.statistics.VcsUsagesCollector"/>
301 <statistics.notificationIdsHolder implementation="com.intellij.openapi.vcs.VcsNotificationIdsHolder"/>
303 <diff.editor.diffRequestProcessorEditorCustomizer implementation="com.intellij.openapi.vcs.changes.ShowDiffInEditorTooltipInstaller"/>
304 <diff.editor.diffRequestProcessorEditorCustomizer implementation="com.intellij.diff.editor.DefaultDiffFileEditorCustomizer"/>
305 <registryKey key="patch.context.line.count" defaultValue="3" description="Number of context lines for creating patches"/>
307 <advancedSetting id="vcs.annotations.preload" default="false" bundle="messages.VcsBundle" groupKey="advanced.settings.vcs"/>
308 <advancedSetting id="vcs.process.ignored" default="true" bundle="messages.VcsBundle" groupKey="advanced.settings.vcs"/>
309 <advancedSetting id="vcs.commit.tool.window" default="true" bundle="messages.VcsBundle" groupKey="advanced.settings.vcs"/>
310 <advancedSetting id="vcs.non.modal.commit.toggle.ui" default="false" bundle="messages.VcsBundle" groupKey="advanced.settings.vcs"/>
311 <advancedSetting id="vcs.push.all.with.commits" default="false" bundle="messages.VcsBundle" groupKey="advanced.settings.vcs"/>
314 <extensions defaultExtensionNs="org.jetbrains">
315 <webServerRootsProvider implementation="com.intellij.openapi.vcs.impl.VcsRootWebServerRootsProvider" order="last"/>
318 <applicationListeners>
319 <listener class="com.intellij.openapi.vcs.changes.patch.PatchClipboardListener"
320 topic="com.intellij.openapi.application.ApplicationActivationListener"/>
321 <listener class="com.intellij.openapi.vcs.configurable.VcsOptionsTopHitProviderBase$InitMappingsListenerActivity"
322 topic="com.intellij.openapi.project.ProjectManagerListener"/>
323 <listener class="com.intellij.openapi.vcs.changes.VcsIgnoreFilesChecker"
324 topic="com.intellij.openapi.project.ProjectManagerListener"/>
325 <listener class="com.intellij.openapi.vcs.impl.VcsInitialization$ShutDownProjectListener"
326 topic="com.intellij.openapi.project.ProjectManagerListener"/>
327 </applicationListeners>
330 <listener class="com.intellij.openapi.vcs.changes.committed.OutdatedVersionNotifier$IncomingChangesListener"
331 topic="com.intellij.openapi.vcs.changes.committed.CommittedChangesListener"/>
332 <listener class="com.intellij.impl.VcsModuleAttachListener"
333 topic="com.intellij.platform.ModuleAttachListener"/>
334 <listener class="com.intellij.vcs.changes.ChangeListScopeViewUpdater"
335 topic="com.intellij.openapi.vcs.changes.ChangeListListener"/>
336 <listener class="com.intellij.vcs.changes.ChangeListScopeViewUpdater$InitialRefresh"
337 topic="com.intellij.openapi.vcs.changes.LocalChangeListsLoadedListener"/>