Revision: 25750 http://sourceforge.net/p/bibdesk/svn/25750 Author: hofman Date: 2021-04-26 14:59:44 +0000 (Mon, 26 Apr 2021) Log Message: ----------- Unlocalize ComplexStringEditor.xib, it contains no localizable terms anymore
Modified Paths: -------------- trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj Added Paths: ----------- trunk/bibdesk/ComplexStringEditor.xib Removed Paths: ------------- trunk/bibdesk/de.lproj/ComplexStringEditor.xib trunk/bibdesk/en.lproj/ComplexStringEditor.xib trunk/bibdesk/fr.lproj/ComplexStringEditor.xib Modified: trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj =================================================================== --- trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj 2021-04-26 14:58:09 UTC (rev 25749) +++ trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj 2021-04-26 14:59:44 UTC (rev 25750) @@ -475,6 +475,7 @@ CE4376F70D24341E00C993CF /* NSViewAnimation_BDSKExtensions.m in Sources */ = {isa = PBXBuildFile; fileRef = CE4376F50D24341E00C993CF /* NSViewAnimation_BDSKExtensions.m */; }; CE4385E90BB81D0500A56987 /* BDSKSearchBookmarkController.m in Sources */ = {isa = PBXBuildFile; fileRef = CE4385E70BB81D0500A56987 /* BDSKSearchBookmarkController.m */; }; CE4476DC2128907100DF38E1 /* DOMNode_BDSKExtensions.m in Sources */ = {isa = PBXBuildFile; fileRef = CE4476DA2128907100DF38E1 /* DOMNode_BDSKExtensions.m */; }; + CE44BBA326370CB6008C7833 /* ComplexStringEditor.xib in Resources */ = {isa = PBXBuildFile; fileRef = CE44BBA226370CB6008C7833 /* ComplexStringEditor.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 */; }; @@ -611,7 +612,6 @@ CEB5D62B1072AE360001C135 /* BibPref_Sharing.xib in Resources */ = {isa = PBXBuildFile; fileRef = CEB5D5D81072AE350001C135 /* BibPref_Sharing.xib */; }; CEB5D62C1072AE360001C135 /* BibPref_TeX.xib in Resources */ = {isa = PBXBuildFile; fileRef = CEB5D5DA1072AE350001C135 /* BibPref_TeX.xib */; }; CEB5D62F1072AE360001C135 /* BookmarksWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = CEB5D5E01072AE350001C135 /* BookmarksWindow.xib */; }; - CEB5D6321072AE360001C135 /* ComplexStringEditor.xib in Resources */ = {isa = PBXBuildFile; fileRef = CEB5D5E61072AE350001C135 /* ComplexStringEditor.xib */; }; CEB5D6331072AE360001C135 /* DocumentInfoWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = CEB5D5E81072AE350001C135 /* DocumentInfoWindow.xib */; }; CEB5D6341072AE360001C135 /* FileMatcher.xib in Resources */ = {isa = PBXBuildFile; fileRef = CEB5D5EA1072AE350001C135 /* FileMatcher.xib */; }; CEB5D6351072AE360001C135 /* FileMatcherConfigSheet.xib in Resources */ = {isa = PBXBuildFile; fileRef = CEB5D5EC1072AE350001C135 /* FileMatcherConfigSheet.xib */; }; @@ -1418,7 +1418,6 @@ CE3D8DA0125E69BB00AE0232 /* de */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/BibTeXKeys.strings; sourceTree = "<group>"; }; CE3D8DA1125E69BB00AE0232 /* de */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = de; path = de.lproj/BookmarkSheet.xib; sourceTree = "<group>"; }; CE3D8DA2125E69BB00AE0232 /* de */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = de; path = de.lproj/BookmarksWindow.xib; sourceTree = "<group>"; }; - CE3D8DA4125E69BB00AE0232 /* de */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = de; path = de.lproj/ComplexStringEditor.xib; sourceTree = "<group>"; }; CE3D8DA5125E69BB00AE0232 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = de; path = de.lproj/Credits.rtf; sourceTree = "<group>"; }; CE3D8DA6125E69BB00AE0232 /* de */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = de; path = de.lproj/DocumentInfoWindow.xib; sourceTree = "<group>"; }; CE3D8DA7125E69BB00AE0232 /* de */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = de; path = de.lproj/FileMatcher.xib; sourceTree = "<group>"; }; @@ -1451,6 +1450,7 @@ CE4385E70BB81D0500A56987 /* BDSKSearchBookmarkController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BDSKSearchBookmarkController.m; sourceTree = "<group>"; }; CE4476D92128907100DF38E1 /* DOMNode_BDSKExtensions.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DOMNode_BDSKExtensions.h; sourceTree = "<group>"; }; 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>"; }; 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>"; }; @@ -1656,7 +1656,6 @@ CEB5D5D91072AE350001C135 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/BibPref_Sharing.xib; sourceTree = "<group>"; }; CEB5D5DB1072AE350001C135 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/BibPref_TeX.xib; sourceTree = "<group>"; }; CEB5D5E11072AE350001C135 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/BookmarksWindow.xib; sourceTree = "<group>"; }; - CEB5D5E71072AE350001C135 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ComplexStringEditor.xib; sourceTree = "<group>"; }; CEB5D5E91072AE350001C135 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/DocumentInfoWindow.xib; sourceTree = "<group>"; }; CEB5D5EB1072AE350001C135 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/FileMatcher.xib; sourceTree = "<group>"; }; CEB5D5ED1072AE350001C135 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/FileMatcherConfigSheet.xib; sourceTree = "<group>"; }; @@ -1706,7 +1705,6 @@ CEB5D6791072AE950001C135 /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = fr; path = fr.lproj/BibPref_Sharing.xib; sourceTree = "<group>"; }; CEB5D67A1072AE950001C135 /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = fr; path = fr.lproj/BibPref_TeX.xib; sourceTree = "<group>"; }; CEB5D67B1072AE950001C135 /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = fr; path = fr.lproj/BookmarksWindow.xib; sourceTree = "<group>"; }; - CEB5D67E1072AE950001C135 /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = fr; path = fr.lproj/ComplexStringEditor.xib; sourceTree = "<group>"; }; CEB5D67F1072AE950001C135 /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = fr; path = fr.lproj/DocumentInfoWindow.xib; sourceTree = "<group>"; }; CEB5D6801072AE950001C135 /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = fr; path = fr.lproj/FileMatcher.xib; sourceTree = "<group>"; }; CEB5D6831072AE950001C135 /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = fr; path = fr.lproj/FileMatcherConfigSheet.xib; sourceTree = "<group>"; }; @@ -2339,7 +2337,7 @@ CEB5D5DA1072AE350001C135 /* BibPref_TeX.xib */, CE1782FB1158EFCB00B2EBDF /* BookmarkSheet.xib */, CEB5D5E01072AE350001C135 /* BookmarksWindow.xib */, - CEB5D5E61072AE350001C135 /* ComplexStringEditor.xib */, + CE44BBA226370CB6008C7833 /* ComplexStringEditor.xib */, CEB5D5E81072AE350001C135 /* DocumentInfoWindow.xib */, CEB5D5EA1072AE350001C135 /* FileMatcher.xib */, CEB5D5EC1072AE350001C135 /* FileMatcherConfigSheet.xib */, @@ -4046,6 +4044,7 @@ 3D4373AD07FB3E960007BA84 /* ToolbarPublicationActions.tiff in Resources */, 3D7C78E2084F4A3A0026D861 /* CrossrefPreferences.tiff in Resources */, F9DE8E56087F81A4006F0427 /* cacheDocIcon.icns in Resources */, + CE44BBA326370CB6008C7833 /* ComplexStringEditor.xib in Resources */, F938408A0906DD1F00FC37F2 /* ScriptHookPreferences.tiff in Resources */, CE2C16F90A0A149E006F0A73 /* ToolbarGroupActions.tiff in Resources */, F963E4500A1D81B000695DDC /* TemplatePreferences.tiff in Resources */, @@ -4109,7 +4108,6 @@ CEB5D62C1072AE360001C135 /* BibPref_TeX.xib in Resources */, CEB5D62F1072AE360001C135 /* BookmarksWindow.xib in Resources */, CE5417E722D5020400867189 /* AuthenticationPanel.xib in Resources */, - CEB5D6321072AE360001C135 /* ComplexStringEditor.xib in Resources */, CEB5D6331072AE360001C135 /* DocumentInfoWindow.xib in Resources */, CEB5D6341072AE360001C135 /* FileMatcher.xib in Resources */, CE66FE0326137F7D003DBFFB /* Assets.xcassets in Resources */, @@ -5142,16 +5140,6 @@ name = BookmarksWindow.xib; sourceTree = "<group>"; }; - CEB5D5E61072AE350001C135 /* ComplexStringEditor.xib */ = { - isa = PBXVariantGroup; - children = ( - CEB5D5E71072AE350001C135 /* en */, - CEB5D67E1072AE950001C135 /* fr */, - CE3D8DA4125E69BB00AE0232 /* de */, - ); - name = ComplexStringEditor.xib; - sourceTree = "<group>"; - }; CEB5D5E81072AE350001C135 /* DocumentInfoWindow.xib */ = { isa = PBXVariantGroup; children = ( Copied: trunk/bibdesk/ComplexStringEditor.xib (from rev 25749, trunk/bibdesk/en.lproj/ComplexStringEditor.xib) =================================================================== --- trunk/bibdesk/ComplexStringEditor.xib (rev 0) +++ trunk/bibdesk/ComplexStringEditor.xib 2021-04-26 14:59:44 UTC (rev 25750) @@ -0,0 +1,53 @@ +<?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="BDSKComplexStringEditor"> + <connections> + <outlet property="backgroundView" destination="54" id="62"/> + <outlet property="expandedValueTextField" destination="58" id="60"/> + <outlet property="window" destination="5" id="21"/> + </connections> + </customObject> + <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> + <customObject id="-3" userLabel="Application" customClass="NSObject"/> + <window allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" hasShadow="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="5" userLabel="Window" customClass="BDSKBorderlessKeyWindow"> + <windowStyleMask key="styleMask" titled="YES"/> + <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> + <rect key="contentRect" x="393" y="362" width="273" height="39"/> + <rect key="screenRect" x="0.0" y="0.0" width="1280" height="775"/> + <value key="minSize" type="size" width="134.14500000000001" height="10"/> + <value key="maxSize" type="size" width="456" height="637"/> + <view key="contentView" id="6"> + <rect key="frame" x="0.0" y="0.0" width="273" height="39"/> + <autoresizingMask key="autoresizingMask"/> + <subviews> + <customView id="54" customClass="BDSKBackgroundView"> + <rect key="frame" x="0.0" y="0.0" width="273" height="39"/> + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> + <subviews> + <textField verticalHuggingPriority="750" id="58" customClass="BDSKScrollableTextField"> + <rect key="frame" x="9" y="14" width="255" height="17"/> + <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/> + <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="left" id="69" customClass="BDSKScrollableTextFieldCell"> + <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> + </subviews> + </customView> + </subviews> + </view> + <connections> + <outlet property="delegate" destination="-2" id="63"/> + </connections> + <point key="canvasLocation" x="139" y="147"/> + </window> + </objects> +</document> Deleted: trunk/bibdesk/de.lproj/ComplexStringEditor.xib =================================================================== --- trunk/bibdesk/de.lproj/ComplexStringEditor.xib 2021-04-26 14:58:09 UTC (rev 25749) +++ trunk/bibdesk/de.lproj/ComplexStringEditor.xib 2021-04-26 14:59:44 UTC (rev 25750) @@ -1,53 +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="BDSKComplexStringEditor"> - <connections> - <outlet property="backgroundView" destination="54" id="62"/> - <outlet property="expandedValueTextField" destination="58" id="60"/> - <outlet property="window" destination="5" id="21"/> - </connections> - </customObject> - <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> - <customObject id="-3" userLabel="Application" customClass="NSObject"/> - <window allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" hasShadow="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="5" userLabel="Window" customClass="BDSKBorderlessKeyWindow"> - <windowStyleMask key="styleMask" titled="YES"/> - <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> - <rect key="contentRect" x="393" y="362" width="273" height="39"/> - <rect key="screenRect" x="0.0" y="0.0" width="1280" height="775"/> - <value key="minSize" type="size" width="134.14500000000001" height="10"/> - <value key="maxSize" type="size" width="456" height="637"/> - <view key="contentView" id="6"> - <rect key="frame" x="0.0" y="0.0" width="273" height="39"/> - <autoresizingMask key="autoresizingMask"/> - <subviews> - <customView id="54" customClass="BDSKBackgroundView"> - <rect key="frame" x="0.0" y="0.0" width="273" height="39"/> - <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> - <subviews> - <textField verticalHuggingPriority="750" id="58" customClass="BDSKScrollableTextField"> - <rect key="frame" x="9" y="14" width="255" height="17"/> - <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/> - <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="left" id="69" customClass="BDSKScrollableTextFieldCell"> - <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> - </subviews> - </customView> - </subviews> - </view> - <connections> - <outlet property="delegate" destination="-2" id="63"/> - </connections> - <point key="canvasLocation" x="139" y="147"/> - </window> - </objects> -</document> Deleted: trunk/bibdesk/en.lproj/ComplexStringEditor.xib =================================================================== --- trunk/bibdesk/en.lproj/ComplexStringEditor.xib 2021-04-26 14:58:09 UTC (rev 25749) +++ trunk/bibdesk/en.lproj/ComplexStringEditor.xib 2021-04-26 14:59:44 UTC (rev 25750) @@ -1,53 +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="BDSKComplexStringEditor"> - <connections> - <outlet property="backgroundView" destination="54" id="62"/> - <outlet property="expandedValueTextField" destination="58" id="60"/> - <outlet property="window" destination="5" id="21"/> - </connections> - </customObject> - <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> - <customObject id="-3" userLabel="Application" customClass="NSObject"/> - <window allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" hasShadow="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="5" userLabel="Window" customClass="BDSKBorderlessKeyWindow"> - <windowStyleMask key="styleMask" titled="YES"/> - <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> - <rect key="contentRect" x="393" y="362" width="273" height="39"/> - <rect key="screenRect" x="0.0" y="0.0" width="1280" height="775"/> - <value key="minSize" type="size" width="134.14500000000001" height="10"/> - <value key="maxSize" type="size" width="456" height="637"/> - <view key="contentView" id="6"> - <rect key="frame" x="0.0" y="0.0" width="273" height="39"/> - <autoresizingMask key="autoresizingMask"/> - <subviews> - <customView id="54" customClass="BDSKBackgroundView"> - <rect key="frame" x="0.0" y="0.0" width="273" height="39"/> - <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> - <subviews> - <textField verticalHuggingPriority="750" id="58" customClass="BDSKScrollableTextField"> - <rect key="frame" x="9" y="14" width="255" height="17"/> - <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/> - <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="left" id="69" customClass="BDSKScrollableTextFieldCell"> - <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> - </subviews> - </customView> - </subviews> - </view> - <connections> - <outlet property="delegate" destination="-2" id="63"/> - </connections> - <point key="canvasLocation" x="139" y="147"/> - </window> - </objects> -</document> Deleted: trunk/bibdesk/fr.lproj/ComplexStringEditor.xib =================================================================== --- trunk/bibdesk/fr.lproj/ComplexStringEditor.xib 2021-04-26 14:58:09 UTC (rev 25749) +++ trunk/bibdesk/fr.lproj/ComplexStringEditor.xib 2021-04-26 14:59:44 UTC (rev 25750) @@ -1,53 +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="BDSKComplexStringEditor"> - <connections> - <outlet property="backgroundView" destination="54" id="62"/> - <outlet property="expandedValueTextField" destination="58" id="60"/> - <outlet property="window" destination="5" id="21"/> - </connections> - </customObject> - <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> - <customObject id="-3" userLabel="Application" customClass="NSObject"/> - <window allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" hasShadow="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="5" userLabel="Window" customClass="BDSKBorderlessKeyWindow"> - <windowStyleMask key="styleMask" titled="YES"/> - <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> - <rect key="contentRect" x="393" y="362" width="273" height="39"/> - <rect key="screenRect" x="0.0" y="0.0" width="1280" height="775"/> - <value key="minSize" type="size" width="134.14500000000001" height="10"/> - <value key="maxSize" type="size" width="456" height="637"/> - <view key="contentView" id="6"> - <rect key="frame" x="0.0" y="0.0" width="273" height="39"/> - <autoresizingMask key="autoresizingMask"/> - <subviews> - <customView id="54" customClass="BDSKBackgroundView"> - <rect key="frame" x="0.0" y="0.0" width="273" height="39"/> - <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> - <subviews> - <textField verticalHuggingPriority="750" id="58" customClass="BDSKScrollableTextField"> - <rect key="frame" x="9" y="14" width="255" height="17"/> - <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/> - <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="left" id="69" customClass="BDSKScrollableTextFieldCell"> - <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> - </subviews> - </customView> - </subviews> - </view> - <connections> - <outlet property="delegate" destination="-2" id="63"/> - </connections> - <point key="canvasLocation" x="139" y="147"/> - </window> - </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