<?xml version="1.0" encoding="UTF-8"?>
<!--
   SourceControlFilesInspector.inspector
   IDESourceControlUI

   Created by Eric Dudiak
   Copyright 2016 Apple Inc. All rights reserved.
-->

<slice>
    <section>
        <sliver fullWidth="true">
            <!-- We need the workspace and the workspaceTabController to open URLs in the editor from the inspector, so we perform this magic hackery as it's not available directly from the inspector property -->
            <property type="scm-files" title="Files" placeholderKeyPath="status" workspaceKeyPath="workspace" workspaceTabControllerKeyPath="workspaceTabController" keyPath="inspectedObjectsController.selection.logItem.fileStatuses" logItemKeyPath="inspectedObjectsController.selection.logItem" workingCopyKeyPath="inspectedObjectsController.selection.workingCopy" filePathKeyPath="filePath" titleKeyPath="fileName" statusKeyPath="status" />
        </sliver>
    </section>
</slice>
