Revision: 25754 http://sourceforge.net/p/bibdesk/svn/25754 Author: hofman Date: 2021-04-26 16:12:25 +0000 (Mon, 26 Apr 2021) Log Message: ----------- Unlocalize BDSKCustomCiteDrawer.xib
Modified Paths: -------------- trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj Added Paths: ----------- trunk/bibdesk/BDSKCustomCiteDrawer.xib Removed Paths: ------------- trunk/bibdesk/de.lproj/BDSKCustomCiteDrawer.xib trunk/bibdesk/en.lproj/BDSKCustomCiteDrawer.xib trunk/bibdesk/fr.lproj/BDSKCustomCiteDrawer.xib Copied: trunk/bibdesk/BDSKCustomCiteDrawer.xib (from rev 25753, trunk/bibdesk/en.lproj/BDSKCustomCiteDrawer.xib) =================================================================== --- trunk/bibdesk/BDSKCustomCiteDrawer.xib (rev 0) +++ trunk/bibdesk/BDSKCustomCiteDrawer.xib 2021-04-26 16:12:25 UTC (rev 25754) @@ -0,0 +1,62 @@ +<?xml version="1.0" encoding="UTF-8"?> +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="17701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> + <dependencies> + <deployment identifier="macosx"/> + <development version="8000" identifier="xcode"/> + <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="17701"/> + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> + </dependencies> + <objects> + <customObject id="-2" userLabel="File's Owner" customClass="BDSKCustomCiteDrawerController"> + <connections> + <outlet property="tableView" destination="27" id="33"/> + <outlet property="view" destination="26" id="3jP-4b-7hN"/> + </connections> + </customObject> + <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> + <customObject id="-3" userLabel="Application" customClass="NSObject"/> + <scrollView focusRingType="none" borderType="none" horizontalLineScroll="18" horizontalPageScroll="10" verticalLineScroll="18" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" id="26"> + <rect key="frame" x="0.0" y="0.0" width="100" height="195"/> + <autoresizingMask key="autoresizingMask" heightSizable="YES"/> + <clipView key="contentView" id="5ut-Dx-qBc"> + <rect key="frame" x="0.0" y="0.0" width="100" height="195"/> + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> + <subviews> + <tableView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" multipleSelection="NO" autosaveColumns="NO" typeSelect="NO" rowHeight="16" id="27" customClass="BDSKTableView"> + <rect key="frame" x="0.0" y="0.0" width="116" height="195"/> + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> + <size key="intercellSpacing" width="3" height="2"/> + <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> + <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/> + <tableColumns> + <tableColumn identifier="citeStrings" width="84" minWidth="84" maxWidth="84" id="28"> + <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left"> + <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/> + <color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/> + </tableHeaderCell> + <textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" id="47"> + <font key="font" metaFont="cellTitle"/> + <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> + <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> + </textFieldCell> + </tableColumn> + </tableColumns> + <connections> + <outlet property="dataSource" destination="-2" id="36"/> + <outlet property="delegate" destination="-2" id="37"/> + </connections> + </tableView> + </subviews> + </clipView> + <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" controlSize="small" horizontal="YES" id="49"> + <rect key="frame" x="-100" y="-100" width="273" height="11"/> + <autoresizingMask key="autoresizingMask"/> + </scroller> + <scroller key="verticalScroller" wantsLayer="YES" verticalHuggingPriority="750" controlSize="small" horizontal="NO" id="48"> + <rect key="frame" x="86" y="0.0" width="14" height="195"/> + <autoresizingMask key="autoresizingMask"/> + </scroller> + <point key="canvasLocation" x="-10" y="156"/> + </scrollView> + </objects> +</document> Modified: trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj =================================================================== --- trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj 2021-04-26 16:11:05 UTC (rev 25753) +++ trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj 2021-04-26 16:12:25 UTC (rev 25754) @@ -477,6 +477,7 @@ CE4476DC2128907100DF38E1 /* DOMNode_BDSKExtensions.m in Sources */ = {isa = PBXBuildFile; fileRef = CE4476DA2128907100DF38E1 /* DOMNode_BDSKExtensions.m */; }; CE44BBA326370CB6008C7833 /* ComplexStringEditor.xib in Resources */ = {isa = PBXBuildFile; fileRef = CE44BBA226370CB6008C7833 /* ComplexStringEditor.xib */; }; CE44BBCE26371AFB008C7833 /* BDSKWebGroupView.xib in Resources */ = {isa = PBXBuildFile; fileRef = CE44BBCD26371AFB008C7833 /* BDSKWebGroupView.xib */; }; + CE44BBD926371DCF008C7833 /* BDSKCustomCiteDrawer.xib in Resources */ = {isa = PBXBuildFile; fileRef = CE44BBD826371DCF008C7833 /* BDSKCustomCiteDrawer.xib */; }; CE4A0E141115ABEF000A95C5 /* BDSKServiceProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = CE4A0E121115ABEF000A95C5 /* BDSKServiceProvider.m */; }; CE51616C22CD4E7D00832F3E /* BDSKDownloadCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = CE51616A22CD4E7D00832F3E /* BDSKDownloadCommand.h */; }; CE51616D22CD4E7D00832F3E /* BDSKDownloadCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = CE51616B22CD4E7D00832F3E /* BDSKDownloadCommand.m */; }; @@ -581,7 +582,6 @@ CEB5D6081072AE360001C135 /* AutoFileProgress.xib in Resources */ = {isa = PBXBuildFile; fileRef = CEB5D5921072AE350001C135 /* AutoFileProgress.xib */; }; CEB5D60A1072AE360001C135 /* BDSKCharacterConversion.xib in Resources */ = {isa = PBXBuildFile; fileRef = CEB5D5961072AE350001C135 /* BDSKCharacterConversion.xib */; }; CEB5D60B1072AE360001C135 /* BDSKCondition.xib in Resources */ = {isa = PBXBuildFile; fileRef = CEB5D5981072AE350001C135 /* BDSKCondition.xib */; }; - CEB5D60C1072AE360001C135 /* BDSKCustomCiteDrawer.xib in Resources */ = {isa = PBXBuildFile; fileRef = CEB5D59A1072AE350001C135 /* BDSKCustomCiteDrawer.xib */; }; CEB5D60D1072AE360001C135 /* BDSKEditor.xib in Resources */ = {isa = PBXBuildFile; fileRef = CEB5D59C1072AE350001C135 /* BDSKEditor.xib */; }; CEB5D60E1072AE360001C135 /* BDSKErrorEditWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = CEB5D59E1072AE350001C135 /* BDSKErrorEditWindow.xib */; }; CEB5D60F1072AE360001C135 /* BDSKErrorPanel.xib in Resources */ = {isa = PBXBuildFile; fileRef = CEB5D5A01072AE350001C135 /* BDSKErrorPanel.xib */; }; @@ -1383,7 +1383,6 @@ CE3D8D7D125E69BB00AE0232 /* de */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = de; path = de.lproj/AutoFileProgress.xib; sourceTree = "<group>"; }; CE3D8D7E125E69BB00AE0232 /* de */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = de; path = de.lproj/BDSKCharacterConversion.xib; sourceTree = "<group>"; }; CE3D8D7F125E69BB00AE0232 /* de */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = de; path = de.lproj/BDSKCondition.xib; sourceTree = "<group>"; }; - CE3D8D80125E69BB00AE0232 /* de */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = de; path = de.lproj/BDSKCustomCiteDrawer.xib; sourceTree = "<group>"; }; CE3D8D81125E69BB00AE0232 /* de */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = de; path = de.lproj/BDSKEditor.xib; sourceTree = "<group>"; }; CE3D8D82125E69BB00AE0232 /* de */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = de; path = de.lproj/BDSKErrorEditWindow.xib; sourceTree = "<group>"; }; CE3D8D83125E69BB00AE0232 /* de */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = de; path = de.lproj/BDSKErrorPanel.xib; sourceTree = "<group>"; }; @@ -1451,6 +1450,7 @@ CE4476DA2128907100DF38E1 /* DOMNode_BDSKExtensions.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DOMNode_BDSKExtensions.m; sourceTree = "<group>"; }; CE44BBA226370CB6008C7833 /* ComplexStringEditor.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ComplexStringEditor.xib; sourceTree = "<group>"; }; CE44BBCD26371AFB008C7833 /* BDSKWebGroupView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = BDSKWebGroupView.xib; sourceTree = "<group>"; }; + CE44BBD826371DCF008C7833 /* BDSKCustomCiteDrawer.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = BDSKCustomCiteDrawer.xib; sourceTree = "<group>"; }; CE452AC00F1EBBD500DA1A5A /* TestBDSKRISParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestBDSKRISParser.h; sourceTree = "<group>"; }; CE4A0E111115ABEF000A95C5 /* BDSKServiceProvider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BDSKServiceProvider.h; sourceTree = "<group>"; }; CE4A0E121115ABEF000A95C5 /* BDSKServiceProvider.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BDSKServiceProvider.m; sourceTree = "<group>"; }; @@ -1624,7 +1624,6 @@ CEB5D5931072AE350001C135 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/AutoFileProgress.xib; sourceTree = "<group>"; }; CEB5D5971072AE350001C135 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/BDSKCharacterConversion.xib; sourceTree = "<group>"; }; CEB5D5991072AE350001C135 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/BDSKCondition.xib; sourceTree = "<group>"; }; - CEB5D59B1072AE350001C135 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/BDSKCustomCiteDrawer.xib; sourceTree = "<group>"; }; CEB5D59D1072AE350001C135 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/BDSKEditor.xib; sourceTree = "<group>"; }; CEB5D59F1072AE350001C135 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/BDSKErrorEditWindow.xib; sourceTree = "<group>"; }; CEB5D5A11072AE350001C135 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/BDSKErrorPanel.xib; sourceTree = "<group>"; }; @@ -1672,7 +1671,6 @@ CEB5D6521072AE950001C135 /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = fr; path = fr.lproj/AutoFileProgress.xib; sourceTree = "<group>"; }; CEB5D6541072AE950001C135 /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = fr; path = fr.lproj/BDSKCharacterConversion.xib; sourceTree = "<group>"; }; CEB5D6551072AE950001C135 /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = fr; path = fr.lproj/BDSKCondition.xib; sourceTree = "<group>"; }; - CEB5D6561072AE950001C135 /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = fr; path = fr.lproj/BDSKCustomCiteDrawer.xib; sourceTree = "<group>"; }; CEB5D6571072AE950001C135 /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = fr; path = fr.lproj/BDSKEditor.xib; sourceTree = "<group>"; }; CEB5D6581072AE950001C135 /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = fr; path = fr.lproj/BDSKErrorEditWindow.xib; sourceTree = "<group>"; }; CEB5D6591072AE950001C135 /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = fr; path = fr.lproj/BDSKErrorPanel.xib; sourceTree = "<group>"; }; @@ -2300,7 +2298,7 @@ CEB5D5921072AE350001C135 /* AutoFileProgress.xib */, CEB5D5961072AE350001C135 /* BDSKCharacterConversion.xib */, CEB5D5981072AE350001C135 /* BDSKCondition.xib */, - CEB5D59A1072AE350001C135 /* BDSKCustomCiteDrawer.xib */, + CE44BBD826371DCF008C7833 /* BDSKCustomCiteDrawer.xib */, CEB5D59C1072AE350001C135 /* BDSKEditor.xib */, CEB5D59E1072AE350001C135 /* BDSKErrorEditWindow.xib */, CEB5D5A01072AE350001C135 /* BDSKErrorPanel.xib */, @@ -4026,6 +4024,7 @@ F9022DC20758088000C3F701 /* AutoFilePreferences.tiff in Resources */, F9022DC30758088000C3F701 /* bibDocIcon.icns in Resources */, F9022DC40758088000C3F701 /* CitationPreferences.tiff in Resources */, + CE44BBD926371DCF008C7833 /* BDSKCustomCiteDrawer.xib in Resources */, F9022DC50758088000C3F701 /* DefaultFieldsPreferences.tiff in Resources */, F9022DC60758088000C3F701 /* DisplayPreferences.tiff in Resources */, CE96BA942200AC3300DC8843 /* ToolbarCitations.tiff in Resources */, @@ -4072,7 +4071,6 @@ CEB5D6081072AE360001C135 /* AutoFileProgress.xib in Resources */, CEB5D60A1072AE360001C135 /* BDSKCharacterConversion.xib in Resources */, CEB5D60B1072AE360001C135 /* BDSKCondition.xib in Resources */, - CEB5D60C1072AE360001C135 /* BDSKCustomCiteDrawer.xib in Resources */, CEA3E4CF23EB217F00533CA7 /* MergeSheet.xib in Resources */, CEB5D60D1072AE360001C135 /* BDSKEditor.xib in Resources */, CEB5D60E1072AE360001C135 /* BDSKErrorEditWindow.xib in Resources */, @@ -4818,16 +4816,6 @@ name = BDSKCondition.xib; sourceTree = "<group>"; }; - CEB5D59A1072AE350001C135 /* BDSKCustomCiteDrawer.xib */ = { - isa = PBXVariantGroup; - children = ( - CEB5D59B1072AE350001C135 /* en */, - CEB5D6561072AE950001C135 /* fr */, - CE3D8D80125E69BB00AE0232 /* de */, - ); - name = BDSKCustomCiteDrawer.xib; - sourceTree = "<group>"; - }; CEB5D59C1072AE350001C135 /* BDSKEditor.xib */ = { isa = PBXVariantGroup; children = ( Deleted: trunk/bibdesk/de.lproj/BDSKCustomCiteDrawer.xib =================================================================== --- trunk/bibdesk/de.lproj/BDSKCustomCiteDrawer.xib 2021-04-26 16:11:05 UTC (rev 25753) +++ trunk/bibdesk/de.lproj/BDSKCustomCiteDrawer.xib 2021-04-26 16:12:25 UTC (rev 25754) @@ -1,62 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="17701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> - <dependencies> - <deployment identifier="macosx"/> - <development version="8000" identifier="xcode"/> - <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="17701"/> - <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> - </dependencies> - <objects> - <customObject id="-2" userLabel="File's Owner" customClass="BDSKCustomCiteDrawerController"> - <connections> - <outlet property="tableView" destination="27" id="33"/> - <outlet property="view" destination="26" id="0gw-wV-gFx"/> - </connections> - </customObject> - <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> - <customObject id="-3" userLabel="Application" customClass="NSObject"/> - <scrollView focusRingType="none" borderType="none" horizontalLineScroll="18" horizontalPageScroll="10" verticalLineScroll="18" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" id="26"> - <rect key="frame" x="0.0" y="0.0" width="100" height="195"/> - <autoresizingMask key="autoresizingMask" heightSizable="YES"/> - <clipView key="contentView" id="WOu-Kg-cjC"> - <rect key="frame" x="0.0" y="0.0" width="100" height="195"/> - <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> - <subviews> - <tableView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" multipleSelection="NO" autosaveColumns="NO" typeSelect="NO" rowHeight="16" id="27" customClass="BDSKTableView"> - <rect key="frame" x="0.0" y="0.0" width="116" height="195"/> - <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> - <size key="intercellSpacing" width="3" height="2"/> - <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> - <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/> - <tableColumns> - <tableColumn identifier="citeStrings" width="84" minWidth="84" maxWidth="84" id="28"> - <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left"> - <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/> - </tableHeaderCell> - <textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" id="47"> - <font key="font" metaFont="cellTitle"/> - <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> - </textFieldCell> - </tableColumn> - </tableColumns> - <connections> - <outlet property="dataSource" destination="-2" id="36"/> - <outlet property="delegate" destination="-2" id="37"/> - </connections> - </tableView> - </subviews> - </clipView> - <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" controlSize="small" horizontal="YES" id="49"> - <rect key="frame" x="-100" y="-100" width="273" height="11"/> - <autoresizingMask key="autoresizingMask"/> - </scroller> - <scroller key="verticalScroller" wantsLayer="YES" verticalHuggingPriority="750" controlSize="small" horizontal="NO" id="48"> - <rect key="frame" x="86" y="0.0" width="14" height="195"/> - <autoresizingMask key="autoresizingMask"/> - </scroller> - <point key="canvasLocation" x="-11" y="142"/> - </scrollView> - </objects> -</document> Deleted: trunk/bibdesk/en.lproj/BDSKCustomCiteDrawer.xib =================================================================== --- trunk/bibdesk/en.lproj/BDSKCustomCiteDrawer.xib 2021-04-26 16:11:05 UTC (rev 25753) +++ trunk/bibdesk/en.lproj/BDSKCustomCiteDrawer.xib 2021-04-26 16:12:25 UTC (rev 25754) @@ -1,62 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="17701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> - <dependencies> - <deployment identifier="macosx"/> - <development version="8000" identifier="xcode"/> - <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="17701"/> - <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> - </dependencies> - <objects> - <customObject id="-2" userLabel="File's Owner" customClass="BDSKCustomCiteDrawerController"> - <connections> - <outlet property="tableView" destination="27" id="33"/> - <outlet property="view" destination="26" id="3jP-4b-7hN"/> - </connections> - </customObject> - <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> - <customObject id="-3" userLabel="Application" customClass="NSObject"/> - <scrollView focusRingType="none" borderType="none" horizontalLineScroll="18" horizontalPageScroll="10" verticalLineScroll="18" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" id="26"> - <rect key="frame" x="0.0" y="0.0" width="100" height="195"/> - <autoresizingMask key="autoresizingMask" heightSizable="YES"/> - <clipView key="contentView" id="5ut-Dx-qBc"> - <rect key="frame" x="0.0" y="0.0" width="100" height="195"/> - <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> - <subviews> - <tableView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" multipleSelection="NO" autosaveColumns="NO" typeSelect="NO" rowHeight="16" id="27" customClass="BDSKTableView"> - <rect key="frame" x="0.0" y="0.0" width="116" height="195"/> - <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> - <size key="intercellSpacing" width="3" height="2"/> - <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> - <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/> - <tableColumns> - <tableColumn identifier="citeStrings" width="84" minWidth="84" maxWidth="84" id="28"> - <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left"> - <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/> - </tableHeaderCell> - <textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" id="47"> - <font key="font" metaFont="cellTitle"/> - <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> - </textFieldCell> - </tableColumn> - </tableColumns> - <connections> - <outlet property="dataSource" destination="-2" id="36"/> - <outlet property="delegate" destination="-2" id="37"/> - </connections> - </tableView> - </subviews> - </clipView> - <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" controlSize="small" horizontal="YES" id="49"> - <rect key="frame" x="-100" y="-100" width="273" height="11"/> - <autoresizingMask key="autoresizingMask"/> - </scroller> - <scroller key="verticalScroller" wantsLayer="YES" verticalHuggingPriority="750" controlSize="small" horizontal="NO" id="48"> - <rect key="frame" x="86" y="0.0" width="14" height="195"/> - <autoresizingMask key="autoresizingMask"/> - </scroller> - <point key="canvasLocation" x="-10" y="156"/> - </scrollView> - </objects> -</document> Deleted: trunk/bibdesk/fr.lproj/BDSKCustomCiteDrawer.xib =================================================================== --- trunk/bibdesk/fr.lproj/BDSKCustomCiteDrawer.xib 2021-04-26 16:11:05 UTC (rev 25753) +++ trunk/bibdesk/fr.lproj/BDSKCustomCiteDrawer.xib 2021-04-26 16:12:25 UTC (rev 25754) @@ -1,62 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="17701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> - <dependencies> - <deployment identifier="macosx"/> - <development version="8000" identifier="xcode"/> - <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="17701"/> - <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> - </dependencies> - <objects> - <customObject id="-2" userLabel="File's Owner" customClass="BDSKCustomCiteDrawerController"> - <connections> - <outlet property="tableView" destination="27" id="33"/> - <outlet property="view" destination="26" id="3jP-4b-7hN"/> - </connections> - </customObject> - <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> - <customObject id="-3" userLabel="Application" customClass="NSObject"/> - <scrollView focusRingType="none" borderType="none" horizontalLineScroll="18" horizontalPageScroll="10" verticalLineScroll="18" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" id="26"> - <rect key="frame" x="0.0" y="0.0" width="100" height="195"/> - <autoresizingMask key="autoresizingMask" heightSizable="YES"/> - <clipView key="contentView" id="5ut-Dx-qBc"> - <rect key="frame" x="0.0" y="0.0" width="100" height="195"/> - <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> - <subviews> - <tableView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" multipleSelection="NO" autosaveColumns="NO" typeSelect="NO" rowHeight="16" id="27" customClass="BDSKTableView"> - <rect key="frame" x="0.0" y="0.0" width="116" height="195"/> - <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> - <size key="intercellSpacing" width="3" height="2"/> - <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> - <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/> - <tableColumns> - <tableColumn identifier="citeStrings" width="84" minWidth="84" maxWidth="84" id="28"> - <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left"> - <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/> - </tableHeaderCell> - <textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" id="47"> - <font key="font" metaFont="cellTitle"/> - <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> - </textFieldCell> - </tableColumn> - </tableColumns> - <connections> - <outlet property="dataSource" destination="-2" id="36"/> - <outlet property="delegate" destination="-2" id="37"/> - </connections> - </tableView> - </subviews> - </clipView> - <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" controlSize="small" horizontal="YES" id="49"> - <rect key="frame" x="-100" y="-100" width="273" height="11"/> - <autoresizingMask key="autoresizingMask"/> - </scroller> - <scroller key="verticalScroller" wantsLayer="YES" verticalHuggingPriority="750" controlSize="small" horizontal="NO" id="48"> - <rect key="frame" x="86" y="0.0" width="14" height="195"/> - <autoresizingMask key="autoresizingMask"/> - </scroller> - <point key="canvasLocation" x="-10" y="156"/> - </scrollView> - </objects> -</document> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Bibdesk-commit mailing list Bibdesk-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bibdesk-commit