<?xml version="1.0" encoding="UTF-8"?>
<!--
   IDETextSettingsInspector.inspector
   IDEKit

   Created by Daniel Gobera on 4/5/2010.
   Copyright 2010-2019 Apple Inc. All rights reserved.
-->

<!-- Inspector for per-file text editing settings. -->

<slice>

    <section>
        <sliver title="Text Encoding">
            <property type="custom" class="IDETextSettingsInspectorEncodingsController" nibName="IDETextSettingsInspectorPopupProperty" baseline="7.0" />
        </sliver>
        <sliver title="Line Endings">
            <property type="custom" class="IDETextSettingsInspectorLineEndingsController" nibName="IDETextSettingsInspectorPopupProperty" baseline="7.0" />
        </sliver>
    </section>
    
    <section>
        <sliver title="Indent Using">
            <property type="enumeration" keyPath="inspectedObjectsController.selection.usesTabs">
                <option-group>
                    <option title="Spaces" value="0" />
                    <option title="Tabs" value="1" />
                </option-group>
            </property>
        </sliver>
        <sliver title="Widths">
            <property title="Tab" type="number" formatStyle="integer" minimum='1' keyPath="inspectedObjectsController.selection.tabWidth"/>
            <property title="Indent" type="number" formatStyle="integer" minimum='0' keyPath="inspectedObjectsController.selection.indentWidth"/>
            <property title="Wrap lines" type="boolean" keyPath="inspectedObjectsController.selection.wrapsLines" />
        </sliver>
    </section>

</slice>
