|
@@ -0,0 +1,149 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
|
|
|
+ <dependencies>
|
|
|
+ <deployment identifier="macosx"/>
|
|
|
+ <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
|
|
|
+ <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
|
+ </dependencies>
|
|
|
+ <objects>
|
|
|
+ <customObject id="-2" userLabel="File's Owner" customClass="KMSyncPreferences" customModule="PDF_Master" customModuleProvider="target">
|
|
|
+ <connections>
|
|
|
+ <outlet property="texEditorControls" destination="45" id="54"/>
|
|
|
+ <outlet property="texEditorLabels" destination="40" id="53"/>
|
|
|
+ <outlet property="view" destination="1" id="31"/>
|
|
|
+ </connections>
|
|
|
+ </customObject>
|
|
|
+ <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
|
|
|
+ <customObject id="-3" userLabel="Application"/>
|
|
|
+ <customView id="1">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="428" height="213"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
|
|
|
+ <subviews>
|
|
|
+ <button toolTip="Select this to check for external file changes. Use at your own risk." fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="2">
|
|
|
+ <rect key="frame" x="18" y="177" width="392" height="18"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
|
|
|
+ <buttonCell key="cell" type="check" title="Check for file changes" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="23">
|
|
|
+ <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ </buttonCell>
|
|
|
+ <connections>
|
|
|
+ <binding destination="27" name="value" keyPath="values.SKAutoCheckFileUpdate" id="28"/>
|
|
|
+ </connections>
|
|
|
+ </button>
|
|
|
+ <box verticalHuggingPriority="750" fixedFrame="YES" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="3">
|
|
|
+ <rect key="frame" x="12" y="132" width="404" height="5"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
|
|
|
+ </box>
|
|
|
+ <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="4">
|
|
|
+ <rect key="frame" x="34" y="51" width="73" height="17"/>
|
|
|
+ <autoresizingMask key="autoresizingMask"/>
|
|
|
+ <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Command:" id="22">
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ </textFieldCell>
|
|
|
+ </textField>
|
|
|
+ <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="5">
|
|
|
+ <rect key="frame" x="17" y="107" width="394" height="17"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
|
|
|
+ <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="PDF-TeX Sync support:" id="21">
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ </textFieldCell>
|
|
|
+ </textField>
|
|
|
+ <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="6">
|
|
|
+ <rect key="frame" x="29" y="22" width="78" height="17"/>
|
|
|
+ <autoresizingMask key="autoresizingMask"/>
|
|
|
+ <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Arguments:" id="20">
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ </textFieldCell>
|
|
|
+ </textField>
|
|
|
+ <textField toolTip="Enter the arguments for the command. Use %file to indicate the file to open and %line for the line number" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="7">
|
|
|
+ <rect key="frame" x="112" y="20" width="296" height="22"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
|
|
|
+ <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="19">
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ </textFieldCell>
|
|
|
+ <connections>
|
|
|
+ <accessibilityConnection property="title" destination="6" id="24"/>
|
|
|
+ <binding destination="27" name="value" keyPath="values.SKTeXEditorArguments" id="30"/>
|
|
|
+ </connections>
|
|
|
+ </textField>
|
|
|
+ <popUpButton toolTip="Choose settings for a preset TeX editor, or use custom settings" verticalHuggingPriority="750" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="8">
|
|
|
+ <rect key="frame" x="109" y="75" width="302" height="26"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
|
|
|
+ <popUpButtonCell key="cell" type="push" title="Custom" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="17" id="15">
|
|
|
+ <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ <menu key="menu" id="16">
|
|
|
+ <items>
|
|
|
+ <menuItem isSeparatorItem="YES" id="18">
|
|
|
+ <modifierMask key="keyEquivalentModifierMask" command="YES"/>
|
|
|
+ </menuItem>
|
|
|
+ <menuItem title="Custom" state="on" id="17"/>
|
|
|
+ </items>
|
|
|
+ </menu>
|
|
|
+ </popUpButtonCell>
|
|
|
+ <connections>
|
|
|
+ <accessibilityConnection property="link" destination="9" id="38"/>
|
|
|
+ <accessibilityConnection property="title" destination="10" id="25"/>
|
|
|
+ <action selector="changeTeXEditorPreset:" target="-2" id="58"/>
|
|
|
+ </connections>
|
|
|
+ </popUpButton>
|
|
|
+ <textField toolTip="Enter the command to call your favorite TeX editor" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="9">
|
|
|
+ <rect key="frame" x="112" y="49" width="296" height="22"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
|
|
|
+ <textFieldCell key="cell" lineBreakMode="truncatingMiddle" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="14">
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ </textFieldCell>
|
|
|
+ <connections>
|
|
|
+ <accessibilityConnection property="link" destination="7" id="39"/>
|
|
|
+ <accessibilityConnection property="title" destination="4" id="26"/>
|
|
|
+ <binding destination="27" name="value" keyPath="values.SKTeXEditorCommand" id="29"/>
|
|
|
+ </connections>
|
|
|
+ </textField>
|
|
|
+ <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="10">
|
|
|
+ <rect key="frame" x="60" y="81" width="47" height="17"/>
|
|
|
+ <autoresizingMask key="autoresizingMask"/>
|
|
|
+ <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Preset:" id="13">
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ </textFieldCell>
|
|
|
+ </textField>
|
|
|
+ <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="390" translatesAutoresizingMaskIntoConstraints="NO" id="11">
|
|
|
+ <rect key="frame" x="17" y="143" width="394" height="28"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
|
|
+ <textFieldCell key="cell" controlSize="small" sendsActionOnEndEditing="YES" title="Do not select this when using a script or program that will force a revert." id="12">
|
|
|
+ <font key="font" metaFont="smallSystem"/>
|
|
|
+ <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ </textFieldCell>
|
|
|
+ </textField>
|
|
|
+ </subviews>
|
|
|
+ <point key="canvasLocation" x="-3" y="154"/>
|
|
|
+ </customView>
|
|
|
+ <userDefaultsController representsSharedInstance="YES" id="27"/>
|
|
|
+ <customObject id="40" userLabel="Labels" customClass="SKIBArray">
|
|
|
+ <connections>
|
|
|
+ <outlet property="object1" destination="10" id="49"/>
|
|
|
+ <outlet property="object2" destination="4" id="43"/>
|
|
|
+ <outlet property="object3" destination="6" id="44"/>
|
|
|
+ </connections>
|
|
|
+ </customObject>
|
|
|
+ <customObject id="45" userLabel="Controls" customClass="SKIBArray">
|
|
|
+ <connections>
|
|
|
+ <outlet property="object1" destination="8" id="50"/>
|
|
|
+ <outlet property="object2" destination="9" id="51"/>
|
|
|
+ <outlet property="object3" destination="7" id="52"/>
|
|
|
+ </connections>
|
|
|
+ </customObject>
|
|
|
+ </objects>
|
|
|
+</document>
|