Revision: 25748 http://sourceforge.net/p/bibdesk/svn/25748 Author: hofman Date: 2021-04-26 14:45:23 +0000 (Mon, 26 Apr 2021) Log Message: ----------- Unlocalize FieldSheet.xib, there are no localizable terms
Modified Paths: -------------- trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj Added Paths: ----------- trunk/bibdesk/FieldSheet.xib Removed Paths: ------------- trunk/bibdesk/de.lproj/FieldSheet.xib trunk/bibdesk/en.lproj/FieldSheet.xib trunk/bibdesk/fr.lproj/FieldSheet.xib Modified: trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj =================================================================== --- trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj 2021-04-26 14:16:07 UTC (rev 25747) +++ trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj 2021-04-26 14:45:23 UTC (rev 25748) @@ -84,7 +84,6 @@ CE09CEA70DDEF65E00F3F2FE /* BDSKCompletionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CE09CEA50DDEF65E00F3F2FE /* BDSKCompletionManager.m */; }; CE0AB70114BB019400638C8F /* BDSKMASParser.m in Sources */ = {isa = PBXBuildFile; fileRef = CE0AB6FF14BB019400638C8F /* BDSKMASParser.m */; }; CE0B3B3C1292E1A500BA05EB /* BDSKErrorObject.m in Sources */ = {isa = PBXBuildFile; fileRef = CE0B3B3A1292E1A500BA05EB /* BDSKErrorObject.m */; }; - CE0C5C7816F37C8E00F53653 /* FieldSheet.xib in Resources */ = {isa = PBXBuildFile; fileRef = CE0C5C7616F37C8E00F53653 /* FieldSheet.xib */; }; CE0CD73C1459812300488DE1 /* NSAttributedString+Scripting.m in Sources */ = {isa = PBXBuildFile; fileRef = CE0CD73A1459812300488DE1 /* NSAttributedString+Scripting.m */; }; CE0D24C9215A84F3001A3F47 /* NSScriptCommand_BDSKExtensions.m in Sources */ = {isa = PBXBuildFile; fileRef = CE0D24C7215A84F3001A3F47 /* NSScriptCommand_BDSKExtensions.m */; }; CE0EB4440DCFDE8A0034DF92 /* NSInvocation_BDSKExtensions.m in Sources */ = {isa = PBXBuildFile; fileRef = CE0EB4420DCFDE8A0034DF92 /* NSInvocation_BDSKExtensions.m */; }; @@ -489,6 +488,7 @@ CE564D260AECBA5B002F0A24 /* NSScanner_BDSKExtensions.m in Sources */ = {isa = PBXBuildFile; fileRef = CE564D240AECBA5B002F0A24 /* NSScanner_BDSKExtensions.m */; }; CE565BC00AEF848B002F0A24 /* BDSKPublicationsArray.m in Sources */ = {isa = PBXBuildFile; fileRef = CE565BBE0AEF848B002F0A24 /* BDSKPublicationsArray.m */; }; CE56D6510A2DAB55003CE000 /* BDSKDocumentController.m in Sources */ = {isa = PBXBuildFile; fileRef = CE56D6500A2DAB55003CE000 /* BDSKDocumentController.m */; }; + CE59704F26370953006CC67F /* FieldSheet.xib in Resources */ = {isa = PBXBuildFile; fileRef = CE59704E26370953006CC67F /* FieldSheet.xib */; }; CE5C29CE0AE14FEC00C3E6B5 /* BibDocument_Actions.m in Sources */ = {isa = PBXBuildFile; fileRef = CE5C29CC0AE14FEC00C3E6B5 /* BibDocument_Actions.m */; }; CE6003290AF3E465000B5680 /* BDSKColoredView.m in Sources */ = {isa = PBXBuildFile; fileRef = CE6003270AF3E465000B5680 /* BDSKColoredView.m */; }; CE600E300AF405D6000B5680 /* BDSKRISParser.m in Sources */ = {isa = PBXBuildFile; fileRef = CE600E2E0AF405D6000B5680 /* BDSKRISParser.m */; }; @@ -1255,9 +1255,6 @@ CE0AB6FF14BB019400638C8F /* BDSKMASParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BDSKMASParser.m; sourceTree = "<group>"; }; CE0B3B3A1292E1A500BA05EB /* BDSKErrorObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BDSKErrorObject.m; sourceTree = "<group>"; }; CE0B3B3B1292E1A500BA05EB /* BDSKErrorObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BDSKErrorObject.h; sourceTree = "<group>"; }; - CE0C5C7716F37C8E00F53653 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/FieldSheet.xib; sourceTree = "<group>"; }; - CE0C5D3816F390E800F53653 /* de */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = de; path = de.lproj/FieldSheet.xib; sourceTree = "<group>"; }; - CE0C5D3916F3910500F53653 /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = fr; path = fr.lproj/FieldSheet.xib; sourceTree = "<group>"; }; CE0CD7391459812300488DE1 /* NSAttributedString+Scripting.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSAttributedString+Scripting.h"; sourceTree = "<group>"; }; CE0CD73A1459812300488DE1 /* NSAttributedString+Scripting.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSAttributedString+Scripting.m"; sourceTree = "<group>"; }; CE0D24C6215A84F3001A3F47 /* NSScriptCommand_BDSKExtensions.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NSScriptCommand_BDSKExtensions.h; sourceTree = "<group>"; }; @@ -1476,6 +1473,7 @@ CE565BBE0AEF848B002F0A24 /* BDSKPublicationsArray.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BDSKPublicationsArray.m; sourceTree = "<group>"; }; CE56D6500A2DAB55003CE000 /* BDSKDocumentController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BDSKDocumentController.m; sourceTree = "<group>"; }; CE56D67B0A2DAB66003CE000 /* BDSKDocumentController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BDSKDocumentController.h; sourceTree = "<group>"; }; + CE59704E26370953006CC67F /* FieldSheet.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = FieldSheet.xib; sourceTree = "<group>"; }; CE5C29CB0AE14FEC00C3E6B5 /* BibDocument_Actions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BibDocument_Actions.h; sourceTree = "<group>"; }; CE5C29CC0AE14FEC00C3E6B5 /* BibDocument_Actions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BibDocument_Actions.m; sourceTree = "<group>"; }; CE6003260AF3E465000B5680 /* BDSKColoredView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BDSKColoredView.h; sourceTree = "<group>"; }; @@ -2343,9 +2341,9 @@ CEB5D5E01072AE350001C135 /* BookmarksWindow.xib */, CEB5D5E61072AE350001C135 /* ComplexStringEditor.xib */, CEB5D5E81072AE350001C135 /* DocumentInfoWindow.xib */, - CE0C5C7616F37C8E00F53653 /* FieldSheet.xib */, CEB5D5EA1072AE350001C135 /* FileMatcher.xib */, CEB5D5EC1072AE350001C135 /* FileMatcherConfigSheet.xib */, + CE59704E26370953006CC67F /* FieldSheet.xib */, CEB5D5EE1072AE350001C135 /* MacroWindow.xib */, CEB5D5F01072AE360001C135 /* MainMenu.xib */, CEA3E4D123EB217F00533CA7 /* MergeSheet.xib */, @@ -4122,6 +4120,7 @@ CEB5D6391072AE360001C135 /* Preferences.xib in Resources */, CEB5D63A1072AE360001C135 /* Previewer.xib in Resources */, CEB5D63B1072AE360001C135 /* ReadMe.xib in Resources */, + CE59704F26370953006CC67F /* FieldSheet.xib in Resources */, CEB5D63D1072AE360001C135 /* SearchBookmarksWindow.xib in Resources */, CEB5D63F1072AE360001C135 /* SelectEncodingsPanel.xib in Resources */, CEB5D6401072AE360001C135 /* TemplateDocument.xib in Resources */, @@ -4133,7 +4132,6 @@ CEF52DD8126C7869006E904B /* WebGroupDownloads.html in Resources */, CEB2A71C16401085001A9D6A /* BibDesk.help in Resources */, CE280D6D16C6CB8700344CC8 /* BDSKSaveAccessoryView.xib in Resources */, - CE0C5C7816F37C8E00F53653 /* FieldSheet.xib in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -4694,16 +4692,6 @@ name = Localizable.strings; sourceTree = "<group>"; }; - CE0C5C7616F37C8E00F53653 /* FieldSheet.xib */ = { - isa = PBXVariantGroup; - children = ( - CE0C5C7716F37C8E00F53653 /* en */, - CE0C5D3916F3910500F53653 /* fr */, - CE0C5D3816F390E800F53653 /* de */, - ); - name = FieldSheet.xib; - sourceTree = "<group>"; - }; CE1782FB1158EFCB00B2EBDF /* BookmarkSheet.xib */ = { isa = PBXVariantGroup; children = ( Copied: trunk/bibdesk/FieldSheet.xib (from rev 25747, trunk/bibdesk/en.lproj/FieldSheet.xib) =================================================================== --- trunk/bibdesk/FieldSheet.xib (rev 0) +++ trunk/bibdesk/FieldSheet.xib 2021-04-26 14:45:23 UTC (rev 25748) @@ -0,0 +1,175 @@ +<?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="BDSKFieldSheetController"> + <connections> + <outlet property="cancelButton" destination="9" id="31"/> + <outlet property="chosenFieldComboBox" destination="36" id="103"/> + <outlet property="chosenFieldLabelField" destination="35" id="104"/> + <outlet property="defaultButton" destination="16" id="124"/> + <outlet property="objectController" destination="55" id="57"/> + <outlet property="selectedFieldLabelField" destination="15" id="105"/> + <outlet property="selectedFieldPopUpButton" destination="10" id="102"/> + <outlet property="window" destination="7" id="22"/> + </connections> + </customObject> + <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> + <customObject id="-3" userLabel="Application" customClass="NSObject"/> + <window allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" hidesOnDeactivate="YES" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="7" userLabel="Field Sheet" customClass="NSPanel"> + <windowStyleMask key="styleMask" titled="YES"/> + <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> + <rect key="contentRect" x="90" y="380" width="400" height="147"/> + <rect key="screenRect" x="0.0" y="0.0" width="1280" height="775"/> + <value key="minSize" type="size" width="213" height="107"/> + <view key="contentView" id="8"> + <rect key="frame" x="0.0" y="0.0" width="400" height="147"/> + <autoresizingMask key="autoresizingMask"/> + <subviews> + <button verticalHuggingPriority="750" tag="1" id="16"> + <rect key="frame" x="296" y="12" width="90" height="32"/> + <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/> + <buttonCell key="cell" type="push" bezelStyle="rounded" alignment="center" borderStyle="border" tag="1" inset="2" id="96"> + <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> + <font key="font" metaFont="system"/> + <string key="keyEquivalent" base64-UTF8="YES"> +DQ +</string> + </buttonCell> + <connections> + <action selector="dismiss:" target="-2" id="27"/> + <binding destination="55" name="title" keyPath="selection.defaultButtonTitle" id="99"/> + <outlet property="nextKeyView" destination="9" id="29"/> + </connections> + </button> + <button verticalHuggingPriority="750" id="9"> + <rect key="frame" x="212" y="12" width="84" height="32"/> + <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/> + <buttonCell key="cell" type="push" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="93"> + <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> + <font key="font" metaFont="system"/> + <string key="keyEquivalent" base64-UTF8="YES"> +Gw +</string> + </buttonCell> + <connections> + <action selector="dismiss:" target="-2" id="26"/> + <binding destination="55" name="title" keyPath="selection.cancelButtonTitle" id="100"/> + <outlet property="nextKeyView" destination="10" id="30"/> + </connections> + </button> + <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="156" id="15"> + <rect key="frame" x="17" y="109" width="160" height="17"/> + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> + <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" id="95"> + <font key="font" metaFont="system"/> + <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> + <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> + </textFieldCell> + <connections> + <binding destination="55" name="hidden" keyPath="selection.selectableFields" id="116"> + <dictionary key="options"> + <string key="NSValueTransformerName">NSIsNil</string> + </dictionary> + </binding> + <binding destination="55" name="value" keyPath="selection.selectedFieldLabel" id="112"/> + </connections> + </textField> + <popUpButton verticalHuggingPriority="750" id="10"> + <rect key="frame" x="179" y="103" width="204" height="26"/> + <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/> + <popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="clipping" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="13" id="94"> + <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> + <font key="font" metaFont="menu"/> + <menu key="menu" id="11"> + <items> + <menuItem state="on" id="13"/> + </items> + </menu> + </popUpButtonCell> + <connections> + <accessibilityConnection property="title" destination="15" id="46"/> + <binding destination="55" name="content" keyPath="selection.selectableFields" id="106"/> + <binding destination="55" name="hidden" keyPath="selection.selectableFields" id="118"> + <dictionary key="options"> + <string key="NSValueTransformerName">NSIsNil</string> + </dictionary> + </binding> + <binding destination="55" name="selectedObject" keyPath="selection.selectedField" previousBinding="106" id="108"/> + <outlet property="nextKeyView" destination="36" id="41"/> + </connections> + </popUpButton> + <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="156" id="35"> + <rect key="frame" x="17" y="67" width="160" height="17"/> + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> + <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" id="97"> + <font key="font" metaFont="system"/> + <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> + <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> + </textFieldCell> + <connections> + <binding destination="55" name="hidden" keyPath="selection.choosableFields" id="123"> + <dictionary key="options"> + <string key="NSValueTransformerName">NSIsNil</string> + </dictionary> + </binding> + <binding destination="55" name="value" keyPath="selection.chosenFieldLabel" id="113"/> + </connections> + </textField> + <comboBox verticalHuggingPriority="750" textCompletion="NO" id="36"> + <rect key="frame" x="182" y="63" width="201" height="26"/> + <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/> + <comboBoxCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="left" drawsBackground="YES" numberOfVisibleItems="5" id="98" customClass="BDSKComboBoxCell"> + <font key="font" metaFont="system"/> + <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> + <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> + </comboBoxCell> + <connections> + <accessibilityConnection property="title" destination="35" id="47"/> + <binding destination="55" name="contentValues" keyPath="selection.choosableFields" id="110"/> + <binding destination="55" name="hidden" keyPath="selection.choosableFields" id="120"> + <dictionary key="options"> + <string key="NSValueTransformerName">NSIsNil</string> + </dictionary> + </binding> + <binding destination="55" name="value" keyPath="selection.chosenField" previousBinding="110" id="111"/> + <outlet property="nextKeyView" destination="16" id="42"/> + </connections> + </comboBox> + </subviews> + </view> + <connections> + <outlet property="delegate" destination="-2" id="18"/> + <outlet property="initialFirstResponder" destination="10" id="19"/> + </connections> + <point key="canvasLocation" x="139" y="147"/> + </window> + <objectController id="55" userLabel="Object Controller"> + <declaredKeys> + <string>fieldsArray</string> + <string>field</string> + <string>newFieldsArray</string> + <string>newField</string> + <string>prompt</string> + <string>replaceFieldsArray</string> + <string>replaceField</string> + <string>defaultButtonTitle</string> + <string>cancelButtonTitle</string> + <string>selectableFields</string> + <string>selectedField</string> + <string>chosenField</string> + <string>choosableFields</string> + <string>selectedFieldLabel</string> + <string>chosenFieldLabel</string> + </declaredKeys> + <connections> + <outlet property="content" destination="-2" id="56"/> + </connections> + </objectController> + </objects> +</document> Deleted: trunk/bibdesk/de.lproj/FieldSheet.xib =================================================================== --- trunk/bibdesk/de.lproj/FieldSheet.xib 2021-04-26 14:16:07 UTC (rev 25747) +++ trunk/bibdesk/de.lproj/FieldSheet.xib 2021-04-26 14:45:23 UTC (rev 25748) @@ -1,175 +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="BDSKFieldSheetController"> - <connections> - <outlet property="cancelButton" destination="9" id="31"/> - <outlet property="chosenFieldComboBox" destination="36" id="103"/> - <outlet property="chosenFieldLabelField" destination="35" id="104"/> - <outlet property="defaultButton" destination="16" id="124"/> - <outlet property="objectController" destination="55" id="57"/> - <outlet property="selectedFieldLabelField" destination="15" id="105"/> - <outlet property="selectedFieldPopUpButton" destination="10" id="102"/> - <outlet property="window" destination="7" id="22"/> - </connections> - </customObject> - <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> - <customObject id="-3" userLabel="Application" customClass="NSObject"/> - <window allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" hidesOnDeactivate="YES" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="7" userLabel="Field Sheet" customClass="NSPanel"> - <windowStyleMask key="styleMask" titled="YES"/> - <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> - <rect key="contentRect" x="90" y="380" width="400" height="147"/> - <rect key="screenRect" x="0.0" y="0.0" width="1280" height="775"/> - <value key="minSize" type="size" width="213" height="107"/> - <view key="contentView" id="8"> - <rect key="frame" x="0.0" y="0.0" width="400" height="147"/> - <autoresizingMask key="autoresizingMask"/> - <subviews> - <button verticalHuggingPriority="750" tag="1" id="16"> - <rect key="frame" x="296" y="12" width="90" height="32"/> - <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/> - <buttonCell key="cell" type="push" bezelStyle="rounded" alignment="center" borderStyle="border" tag="1" inset="2" id="96"> - <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> - <font key="font" metaFont="system"/> - <string key="keyEquivalent" base64-UTF8="YES"> -DQ -</string> - </buttonCell> - <connections> - <action selector="dismiss:" target="-2" id="27"/> - <binding destination="55" name="title" keyPath="selection.defaultButtonTitle" id="99"/> - <outlet property="nextKeyView" destination="9" id="29"/> - </connections> - </button> - <button verticalHuggingPriority="750" id="9"> - <rect key="frame" x="212" y="12" width="84" height="32"/> - <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/> - <buttonCell key="cell" type="push" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="93"> - <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> - <font key="font" metaFont="system"/> - <string key="keyEquivalent" base64-UTF8="YES"> -Gw -</string> - </buttonCell> - <connections> - <action selector="dismiss:" target="-2" id="26"/> - <binding destination="55" name="title" keyPath="selection.cancelButtonTitle" id="100"/> - <outlet property="nextKeyView" destination="10" id="30"/> - </connections> - </button> - <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="156" id="15"> - <rect key="frame" x="17" y="109" width="160" height="17"/> - <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> - <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" id="95"> - <font key="font" metaFont="system"/> - <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> - </textFieldCell> - <connections> - <binding destination="55" name="hidden" keyPath="selection.selectableFields" id="116"> - <dictionary key="options"> - <string key="NSValueTransformerName">NSIsNil</string> - </dictionary> - </binding> - <binding destination="55" name="value" keyPath="selection.selectedFieldLabel" id="112"/> - </connections> - </textField> - <popUpButton verticalHuggingPriority="750" id="10"> - <rect key="frame" x="179" y="103" width="204" height="26"/> - <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/> - <popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="clipping" state="on" borderStyle="border" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="13" id="94"> - <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> - <font key="font" metaFont="menu"/> - <menu key="menu" id="11"> - <items> - <menuItem state="on" id="13"/> - </items> - </menu> - </popUpButtonCell> - <connections> - <accessibilityConnection property="title" destination="15" id="46"/> - <binding destination="55" name="content" keyPath="selection.selectableFields" id="106"/> - <binding destination="55" name="hidden" keyPath="selection.selectableFields" id="118"> - <dictionary key="options"> - <string key="NSValueTransformerName">NSIsNil</string> - </dictionary> - </binding> - <binding destination="55" name="selectedObject" keyPath="selection.selectedField" previousBinding="106" id="108"/> - <outlet property="nextKeyView" destination="36" id="41"/> - </connections> - </popUpButton> - <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="156" id="35"> - <rect key="frame" x="17" y="67" width="160" height="17"/> - <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> - <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" id="97"> - <font key="font" metaFont="system"/> - <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> - </textFieldCell> - <connections> - <binding destination="55" name="hidden" keyPath="selection.choosableFields" id="123"> - <dictionary key="options"> - <string key="NSValueTransformerName">NSIsNil</string> - </dictionary> - </binding> - <binding destination="55" name="value" keyPath="selection.chosenFieldLabel" id="113"/> - </connections> - </textField> - <comboBox verticalHuggingPriority="750" textCompletion="NO" id="36"> - <rect key="frame" x="182" y="63" width="201" height="26"/> - <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/> - <comboBoxCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="left" drawsBackground="YES" numberOfVisibleItems="5" id="98" customClass="BDSKComboBoxCell"> - <font key="font" metaFont="system"/> - <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> - </comboBoxCell> - <connections> - <accessibilityConnection property="title" destination="35" id="47"/> - <binding destination="55" name="contentValues" keyPath="selection.choosableFields" id="110"/> - <binding destination="55" name="hidden" keyPath="selection.choosableFields" id="120"> - <dictionary key="options"> - <string key="NSValueTransformerName">NSIsNil</string> - </dictionary> - </binding> - <binding destination="55" name="value" keyPath="selection.chosenField" previousBinding="110" id="111"/> - <outlet property="nextKeyView" destination="16" id="42"/> - </connections> - </comboBox> - </subviews> - </view> - <connections> - <outlet property="delegate" destination="-2" id="18"/> - <outlet property="initialFirstResponder" destination="10" id="19"/> - </connections> - <point key="canvasLocation" x="139" y="147"/> - </window> - <objectController id="55" userLabel="Object Controller"> - <declaredKeys> - <string>fieldsArray</string> - <string>field</string> - <string>newFieldsArray</string> - <string>newField</string> - <string>prompt</string> - <string>replaceFieldsArray</string> - <string>replaceField</string> - <string>defaultButtonTitle</string> - <string>cancelButtonTitle</string> - <string>selectableFields</string> - <string>selectedField</string> - <string>chosenField</string> - <string>choosableFields</string> - <string>selectedFieldLabel</string> - <string>chosenFieldLabel</string> - </declaredKeys> - <connections> - <outlet property="content" destination="-2" id="56"/> - </connections> - </objectController> - </objects> -</document> Deleted: trunk/bibdesk/en.lproj/FieldSheet.xib =================================================================== --- trunk/bibdesk/en.lproj/FieldSheet.xib 2021-04-26 14:16:07 UTC (rev 25747) +++ trunk/bibdesk/en.lproj/FieldSheet.xib 2021-04-26 14:45:23 UTC (rev 25748) @@ -1,175 +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="BDSKFieldSheetController"> - <connections> - <outlet property="cancelButton" destination="9" id="31"/> - <outlet property="chosenFieldComboBox" destination="36" id="103"/> - <outlet property="chosenFieldLabelField" destination="35" id="104"/> - <outlet property="defaultButton" destination="16" id="124"/> - <outlet property="objectController" destination="55" id="57"/> - <outlet property="selectedFieldLabelField" destination="15" id="105"/> - <outlet property="selectedFieldPopUpButton" destination="10" id="102"/> - <outlet property="window" destination="7" id="22"/> - </connections> - </customObject> - <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> - <customObject id="-3" userLabel="Application" customClass="NSObject"/> - <window allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" hidesOnDeactivate="YES" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="7" userLabel="Field Sheet" customClass="NSPanel"> - <windowStyleMask key="styleMask" titled="YES"/> - <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> - <rect key="contentRect" x="90" y="380" width="400" height="147"/> - <rect key="screenRect" x="0.0" y="0.0" width="1280" height="775"/> - <value key="minSize" type="size" width="213" height="107"/> - <view key="contentView" id="8"> - <rect key="frame" x="0.0" y="0.0" width="400" height="147"/> - <autoresizingMask key="autoresizingMask"/> - <subviews> - <button verticalHuggingPriority="750" tag="1" id="16"> - <rect key="frame" x="296" y="12" width="90" height="32"/> - <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/> - <buttonCell key="cell" type="push" bezelStyle="rounded" alignment="center" borderStyle="border" tag="1" inset="2" id="96"> - <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> - <font key="font" metaFont="system"/> - <string key="keyEquivalent" base64-UTF8="YES"> -DQ -</string> - </buttonCell> - <connections> - <action selector="dismiss:" target="-2" id="27"/> - <binding destination="55" name="title" keyPath="selection.defaultButtonTitle" id="99"/> - <outlet property="nextKeyView" destination="9" id="29"/> - </connections> - </button> - <button verticalHuggingPriority="750" id="9"> - <rect key="frame" x="212" y="12" width="84" height="32"/> - <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/> - <buttonCell key="cell" type="push" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="93"> - <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> - <font key="font" metaFont="system"/> - <string key="keyEquivalent" base64-UTF8="YES"> -Gw -</string> - </buttonCell> - <connections> - <action selector="dismiss:" target="-2" id="26"/> - <binding destination="55" name="title" keyPath="selection.cancelButtonTitle" id="100"/> - <outlet property="nextKeyView" destination="10" id="30"/> - </connections> - </button> - <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="156" id="15"> - <rect key="frame" x="17" y="109" width="160" height="17"/> - <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> - <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" id="95"> - <font key="font" metaFont="system"/> - <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> - </textFieldCell> - <connections> - <binding destination="55" name="hidden" keyPath="selection.selectableFields" id="116"> - <dictionary key="options"> - <string key="NSValueTransformerName">NSIsNil</string> - </dictionary> - </binding> - <binding destination="55" name="value" keyPath="selection.selectedFieldLabel" id="112"/> - </connections> - </textField> - <popUpButton verticalHuggingPriority="750" id="10"> - <rect key="frame" x="179" y="103" width="204" height="26"/> - <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/> - <popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="clipping" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="13" id="94"> - <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> - <font key="font" metaFont="menu"/> - <menu key="menu" id="11"> - <items> - <menuItem state="on" id="13"/> - </items> - </menu> - </popUpButtonCell> - <connections> - <accessibilityConnection property="title" destination="15" id="46"/> - <binding destination="55" name="content" keyPath="selection.selectableFields" id="106"/> - <binding destination="55" name="hidden" keyPath="selection.selectableFields" id="118"> - <dictionary key="options"> - <string key="NSValueTransformerName">NSIsNil</string> - </dictionary> - </binding> - <binding destination="55" name="selectedObject" keyPath="selection.selectedField" previousBinding="106" id="108"/> - <outlet property="nextKeyView" destination="36" id="41"/> - </connections> - </popUpButton> - <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="156" id="35"> - <rect key="frame" x="17" y="67" width="160" height="17"/> - <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> - <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" id="97"> - <font key="font" metaFont="system"/> - <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> - </textFieldCell> - <connections> - <binding destination="55" name="hidden" keyPath="selection.choosableFields" id="123"> - <dictionary key="options"> - <string key="NSValueTransformerName">NSIsNil</string> - </dictionary> - </binding> - <binding destination="55" name="value" keyPath="selection.chosenFieldLabel" id="113"/> - </connections> - </textField> - <comboBox verticalHuggingPriority="750" textCompletion="NO" id="36"> - <rect key="frame" x="182" y="63" width="201" height="26"/> - <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/> - <comboBoxCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="left" drawsBackground="YES" numberOfVisibleItems="5" id="98" customClass="BDSKComboBoxCell"> - <font key="font" metaFont="system"/> - <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> - </comboBoxCell> - <connections> - <accessibilityConnection property="title" destination="35" id="47"/> - <binding destination="55" name="contentValues" keyPath="selection.choosableFields" id="110"/> - <binding destination="55" name="hidden" keyPath="selection.choosableFields" id="120"> - <dictionary key="options"> - <string key="NSValueTransformerName">NSIsNil</string> - </dictionary> - </binding> - <binding destination="55" name="value" keyPath="selection.chosenField" previousBinding="110" id="111"/> - <outlet property="nextKeyView" destination="16" id="42"/> - </connections> - </comboBox> - </subviews> - </view> - <connections> - <outlet property="delegate" destination="-2" id="18"/> - <outlet property="initialFirstResponder" destination="10" id="19"/> - </connections> - <point key="canvasLocation" x="139" y="147"/> - </window> - <objectController id="55" userLabel="Object Controller"> - <declaredKeys> - <string>fieldsArray</string> - <string>field</string> - <string>newFieldsArray</string> - <string>newField</string> - <string>prompt</string> - <string>replaceFieldsArray</string> - <string>replaceField</string> - <string>defaultButtonTitle</string> - <string>cancelButtonTitle</string> - <string>selectableFields</string> - <string>selectedField</string> - <string>chosenField</string> - <string>choosableFields</string> - <string>selectedFieldLabel</string> - <string>chosenFieldLabel</string> - </declaredKeys> - <connections> - <outlet property="content" destination="-2" id="56"/> - </connections> - </objectController> - </objects> -</document> Deleted: trunk/bibdesk/fr.lproj/FieldSheet.xib =================================================================== --- trunk/bibdesk/fr.lproj/FieldSheet.xib 2021-04-26 14:16:07 UTC (rev 25747) +++ trunk/bibdesk/fr.lproj/FieldSheet.xib 2021-04-26 14:45:23 UTC (rev 25748) @@ -1,175 +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="BDSKFieldSheetController"> - <connections> - <outlet property="cancelButton" destination="9" id="31"/> - <outlet property="chosenFieldComboBox" destination="36" id="103"/> - <outlet property="chosenFieldLabelField" destination="35" id="104"/> - <outlet property="defaultButton" destination="16" id="124"/> - <outlet property="objectController" destination="55" id="57"/> - <outlet property="selectedFieldLabelField" destination="15" id="105"/> - <outlet property="selectedFieldPopUpButton" destination="10" id="102"/> - <outlet property="window" destination="7" id="22"/> - </connections> - </customObject> - <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> - <customObject id="-3" userLabel="Application" customClass="NSObject"/> - <window allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" hidesOnDeactivate="YES" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="7" userLabel="Field Sheet" customClass="NSPanel"> - <windowStyleMask key="styleMask" titled="YES"/> - <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> - <rect key="contentRect" x="90" y="380" width="400" height="147"/> - <rect key="screenRect" x="0.0" y="0.0" width="1280" height="775"/> - <value key="minSize" type="size" width="213" height="107"/> - <view key="contentView" id="8"> - <rect key="frame" x="0.0" y="0.0" width="400" height="147"/> - <autoresizingMask key="autoresizingMask"/> - <subviews> - <button verticalHuggingPriority="750" tag="1" id="16"> - <rect key="frame" x="296" y="12" width="90" height="32"/> - <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/> - <buttonCell key="cell" type="push" bezelStyle="rounded" alignment="center" borderStyle="border" tag="1" inset="2" id="96"> - <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> - <font key="font" metaFont="system"/> - <string key="keyEquivalent" base64-UTF8="YES"> -DQ -</string> - </buttonCell> - <connections> - <action selector="dismiss:" target="-2" id="27"/> - <binding destination="55" name="title" keyPath="selection.defaultButtonTitle" id="99"/> - <outlet property="nextKeyView" destination="9" id="29"/> - </connections> - </button> - <button verticalHuggingPriority="750" id="9"> - <rect key="frame" x="212" y="12" width="84" height="32"/> - <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/> - <buttonCell key="cell" type="push" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="93"> - <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> - <font key="font" metaFont="system"/> - <string key="keyEquivalent" base64-UTF8="YES"> -Gw -</string> - </buttonCell> - <connections> - <action selector="dismiss:" target="-2" id="26"/> - <binding destination="55" name="title" keyPath="selection.cancelButtonTitle" id="100"/> - <outlet property="nextKeyView" destination="10" id="30"/> - </connections> - </button> - <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="156" id="15"> - <rect key="frame" x="17" y="109" width="160" height="17"/> - <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> - <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" id="95"> - <font key="font" metaFont="system"/> - <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> - </textFieldCell> - <connections> - <binding destination="55" name="hidden" keyPath="selection.selectableFields" id="116"> - <dictionary key="options"> - <string key="NSValueTransformerName">NSIsNil</string> - </dictionary> - </binding> - <binding destination="55" name="value" keyPath="selection.selectedFieldLabel" id="112"/> - </connections> - </textField> - <popUpButton verticalHuggingPriority="750" id="10"> - <rect key="frame" x="179" y="103" width="204" height="26"/> - <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/> - <popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="clipping" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="13" id="94"> - <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> - <font key="font" metaFont="menu"/> - <menu key="menu" id="11"> - <items> - <menuItem state="on" id="13"/> - </items> - </menu> - </popUpButtonCell> - <connections> - <accessibilityConnection property="title" destination="15" id="46"/> - <binding destination="55" name="content" keyPath="selection.selectableFields" id="106"/> - <binding destination="55" name="hidden" keyPath="selection.selectableFields" id="118"> - <dictionary key="options"> - <string key="NSValueTransformerName">NSIsNil</string> - </dictionary> - </binding> - <binding destination="55" name="selectedObject" keyPath="selection.selectedField" previousBinding="106" id="108"/> - <outlet property="nextKeyView" destination="36" id="41"/> - </connections> - </popUpButton> - <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="156" id="35"> - <rect key="frame" x="17" y="67" width="160" height="17"/> - <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> - <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" id="97"> - <font key="font" metaFont="system"/> - <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> - </textFieldCell> - <connections> - <binding destination="55" name="hidden" keyPath="selection.choosableFields" id="123"> - <dictionary key="options"> - <string key="NSValueTransformerName">NSIsNil</string> - </dictionary> - </binding> - <binding destination="55" name="value" keyPath="selection.chosenFieldLabel" id="113"/> - </connections> - </textField> - <comboBox verticalHuggingPriority="750" textCompletion="NO" id="36"> - <rect key="frame" x="182" y="63" width="201" height="26"/> - <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/> - <comboBoxCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="left" drawsBackground="YES" numberOfVisibleItems="5" id="98" customClass="BDSKComboBoxCell"> - <font key="font" metaFont="system"/> - <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> - </comboBoxCell> - <connections> - <accessibilityConnection property="title" destination="35" id="47"/> - <binding destination="55" name="contentValues" keyPath="selection.choosableFields" id="110"/> - <binding destination="55" name="hidden" keyPath="selection.choosableFields" id="120"> - <dictionary key="options"> - <string key="NSValueTransformerName">NSIsNil</string> - </dictionary> - </binding> - <binding destination="55" name="value" keyPath="selection.chosenField" previousBinding="110" id="111"/> - <outlet property="nextKeyView" destination="16" id="42"/> - </connections> - </comboBox> - </subviews> - </view> - <connections> - <outlet property="delegate" destination="-2" id="18"/> - <outlet property="initialFirstResponder" destination="10" id="19"/> - </connections> - <point key="canvasLocation" x="139" y="147"/> - </window> - <objectController id="55" userLabel="Object Controller"> - <declaredKeys> - <string>fieldsArray</string> - <string>field</string> - <string>newFieldsArray</string> - <string>newField</string> - <string>prompt</string> - <string>replaceFieldsArray</string> - <string>replaceField</string> - <string>defaultButtonTitle</string> - <string>cancelButtonTitle</string> - <string>selectableFields</string> - <string>selectedField</string> - <string>chosenField</string> - <string>choosableFields</string> - <string>selectedFieldLabel</string> - <string>chosenFieldLabel</string> - </declaredKeys> - <connections> - <outlet property="content" destination="-2" id="56"/> - </connections> - </objectController> - </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