<?xml version="1.0" encoding="UTF-8"?>
<!--
    IBOSAScriptView.inspector
    IDEInterfaceBuilderCocoa

    Created by Rob Marini on 2010/07/29
    Copyright 2010 Apple Inc. All rights reserved.
-->
<slice>
    <section>
        <sliver title="Tabs">
            <property type="boolean" title="Use Tabs" keyPath="inspectedObjectsController.selection.object.usesTabs"/>
            <property type="number" title="Tab Width" enabledKeyPath="inspectedObjectsController.selection.object.usesTabs" formatStyle="integer" minimum="0" keyPath="inspectedObjectsController.selection.object.tabWidth"/>
        </sliver>
        <sliver title="Wrapping">
            <property type="boolean" title="Wraps Lines" keyPath="inspectedObjectsController.selection.object.wrapsLines"/>
            <property type="boolean" title="Wrap Indents" keyPath="inspectedObjectsController.selection.object.indentsWrappedLines"/>
            <property type="number" title="Indent Width" enabledKeyPath="inspectedObjectsController.selection.object.indentsWrappedLines" formatStyle="integer" minimum="1" keyPath="inspectedObjectsController.selection.object.indentWidth"/>
        </sliver>
    </section>
</slice>
