Revision: 13734
http://sourceforge.net/p/skim-app/code/13734
Author: hofman
Date: 2023-11-06 23:00:23 +0000 (Mon, 06 Nov 2023)
Log Message:
-----------
set window some window properties in nib
Modified Paths:
--------------
trunk/Base.lproj/BookmarksWindow.xib
trunk/Base.lproj/DownloadsWindow.xib
trunk/Base.lproj/NoteWindow.xib
trunk/Base.lproj/ReleaseNotes.xib
trunk/ConversionProgressWindow.xib
trunk/MainWindow.xib
trunk/NotesDocument.xib
trunk/SKBookmarkController.m
trunk/SKConversionProgressController.m
trunk/SKDownloadController.m
trunk/SKMainWindowController.m
trunk/SKNoteWindowController.m
trunk/SKNotesDocument.m
trunk/SKReleaseNotesController.m
trunk/SKSnapshotWindowController.m
trunk/SnapshotWindow.xib
Modified: trunk/Base.lproj/BookmarksWindow.xib
===================================================================
--- trunk/Base.lproj/BookmarksWindow.xib 2023-11-06 16:00:59 UTC (rev
13733)
+++ trunk/Base.lproj/BookmarksWindow.xib 2023-11-06 23:00:23 UTC (rev
13734)
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
-<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0"
toolsVersion="19162" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"
useAutolayout="YES">
+<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0"
toolsVersion="19529" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"
useAutolayout="YES">
<dependencies>
<deployment identifier="macosx"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin"
version="19162"/>
+ <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin"
version="19529"/>
<capability name="documents saved in the Xcode 8 format"
minToolsVersion="8.0"/>
</dependencies>
<objects>
@@ -18,7 +18,7 @@
</customObject>
<customObject id="-1" userLabel="First Responder"
customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <window title="Bookmarks" allowsToolTipsWhenApplicationIsInactive="NO"
autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO"
animationBehavior="default" id="5" userLabel="Window">
+ <window title="Bookmarks" allowsToolTipsWhenApplicationIsInactive="NO"
autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO"
animationBehavior="default" tabbingMode="disallowed" id="5" userLabel="Window">
<windowStyleMask key="styleMask" titled="YES" closable="YES"
miniaturizable="YES" resizable="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES"
rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="242" y="493" width="400" height="250"/>
Modified: trunk/Base.lproj/DownloadsWindow.xib
===================================================================
--- trunk/Base.lproj/DownloadsWindow.xib 2023-11-06 16:00:59 UTC (rev
13733)
+++ trunk/Base.lproj/DownloadsWindow.xib 2023-11-06 23:00:23 UTC (rev
13734)
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
-<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0"
toolsVersion="19162" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"
useAutolayout="YES">
+<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0"
toolsVersion="19529" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"
useAutolayout="YES">
<dependencies>
<deployment identifier="macosx"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin"
version="19162"/>
+ <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin"
version="19529"/>
<capability name="documents saved in the Xcode 8 format"
minToolsVersion="8.0"/>
</dependencies>
<objects>
@@ -15,7 +15,7 @@
</customObject>
<customObject id="-1" userLabel="First Responder"
customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <window title="Downloads" allowsToolTipsWhenApplicationIsInactive="NO"
autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO"
animationBehavior="default" id="5" userLabel="Window"
customClass="SKDownloadsWindow">
+ <window title="Downloads" allowsToolTipsWhenApplicationIsInactive="NO"
autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO"
animationBehavior="default" tabbingMode="disallowed" titleVisibility="hidden"
id="5" userLabel="Window" customClass="SKDownloadsWindow">
<windowStyleMask key="styleMask" titled="YES" closable="YES"
miniaturizable="YES" resizable="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES"
rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="242" y="450" width="360" height="316"/>
Modified: trunk/Base.lproj/NoteWindow.xib
===================================================================
--- trunk/Base.lproj/NoteWindow.xib 2023-11-06 16:00:59 UTC (rev 13733)
+++ trunk/Base.lproj/NoteWindow.xib 2023-11-06 23:00:23 UTC (rev 13734)
@@ -22,8 +22,9 @@
</customObject>
<customObject id="-1" userLabel="First Responder"
customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <window title="Note" allowsToolTipsWhenApplicationIsInactive="NO"
autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO"
animationBehavior="default" id="7" userLabel="NoteDetailSheet">
+ <window title="Note" allowsToolTipsWhenApplicationIsInactive="NO"
autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO"
animationBehavior="default" tabbingMode="disallowed" id="7"
userLabel="NoteDetailSheet">
<windowStyleMask key="styleMask" titled="YES" closable="YES"
miniaturizable="YES" resizable="YES"/>
+ <windowCollectionBehavior key="collectionBehavior"
fullScreenAuxiliary="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES"
rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="212" y="304" width="340" height="270"/>
<rect key="screenRect" x="0.0" y="0.0" width="1280" height="775"/>
Modified: trunk/Base.lproj/ReleaseNotes.xib
===================================================================
--- trunk/Base.lproj/ReleaseNotes.xib 2023-11-06 16:00:59 UTC (rev 13733)
+++ trunk/Base.lproj/ReleaseNotes.xib 2023-11-06 23:00:23 UTC (rev 13734)
@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
-<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0"
toolsVersion="14490.70" targetRuntime="MacOSX.Cocoa"
propertyAccessControl="none" useAutolayout="YES">
+<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0"
toolsVersion="19529" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"
useAutolayout="YES">
<dependencies>
<deployment identifier="macosx"/>
- <development version="8000" identifier="xcode"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin"
version="14490.70"/>
+ <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin"
version="19529"/>
<capability name="documents saved in the Xcode 8 format"
minToolsVersion="8.0"/>
</dependencies>
<objects>
@@ -15,11 +14,11 @@
</customObject>
<customObject id="-1" userLabel="First Responder"
customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <window title="Release Notes"
allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO"
releasedWhenClosed="NO" visibleAtLaunch="NO"
frameAutosaveName="SKReleaseNotesWindow" animationBehavior="default" id="6"
userLabel="Window">
+ <window title="Release Notes"
allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO"
releasedWhenClosed="NO" visibleAtLaunch="NO"
frameAutosaveName="SKReleaseNotesWindow" animationBehavior="default"
tabbingMode="disallowed" id="6" userLabel="Window">
<windowStyleMask key="styleMask" titled="YES" closable="YES"
miniaturizable="YES" resizable="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES"
rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="334" y="289" width="480" height="360"/>
- <rect key="screenRect" x="0.0" y="0.0" width="1280" height="777"/>
+ <rect key="screenRect" x="0.0" y="0.0" width="1280" height="775"/>
<view key="contentView" id="5">
<rect key="frame" x="0.0" y="0.0" width="480" height="360"/>
<autoresizingMask key="autoresizingMask"/>
@@ -62,6 +61,7 @@
<connections>
<outlet property="delegate" destination="-2" id="13"/>
</connections>
+ <point key="canvasLocation" x="139" y="125"/>
</window>
</objects>
</document>
Modified: trunk/ConversionProgressWindow.xib
===================================================================
--- trunk/ConversionProgressWindow.xib 2023-11-06 16:00:59 UTC (rev 13733)
+++ trunk/ConversionProgressWindow.xib 2023-11-06 23:00:23 UTC (rev 13734)
@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
-<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0"
toolsVersion="14490.70" targetRuntime="MacOSX.Cocoa"
propertyAccessControl="none" useAutolayout="YES">
+<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0"
toolsVersion="19529" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"
useAutolayout="YES">
<dependencies>
<deployment identifier="macosx"/>
- <development version="8000" identifier="xcode"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin"
version="14490.70"/>
+ <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin"
version="19529"/>
<capability name="documents saved in the Xcode 8 format"
minToolsVersion="8.0"/>
</dependencies>
<objects>
@@ -19,19 +18,20 @@
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<window allowsToolTipsWhenApplicationIsInactive="NO"
autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO"
animationBehavior="default" id="5" userLabel="Window">
<windowStyleMask key="styleMask" titled="YES"/>
+ <windowCollectionBehavior key="collectionBehavior"
moveToActiveSpace="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES"
rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="434" y="471" width="420" height="129"/>
- <rect key="screenRect" x="0.0" y="0.0" width="1280" height="777"/>
+ <rect key="screenRect" x="0.0" y="0.0" width="1280" height="775"/>
<value key="minSize" type="size" width="300" height="129"/>
<view key="contentView" id="6">
- <rect key="frame" x="0.0" y="0.0" width="420" height="129"/>
+ <rect key="frame" x="0.0" y="0.0" width="420" height="128"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<progressIndicator autoresizesSubviews="NO"
wantsLayer="YES" verticalHuggingPriority="750" maxValue="100" bezeled="NO"
indeterminate="YES" style="bar" translatesAutoresizingMaskIntoConstraints="NO"
id="9">
- <rect key="frame" x="20" y="90" width="380"
height="20"/>
+ <rect key="frame" x="20" y="89" width="380"
height="20"/>
</progressIndicator>
<button autoresizesSubviews="NO"
verticalHuggingPriority="750" imageHugsTitle="YES"
translatesAutoresizingMaskIntoConstraints="NO" id="10">
- <rect key="frame" x="366" y="13" width="40"
height="32"/>
+ <rect key="frame" x="377" y="13" width="30"
height="32"/>
<buttonCell key="cell" type="push"
bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="18">
<behavior key="behavior" pushIn="YES"
lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
@@ -41,7 +41,7 @@
</connections>
</button>
<textField autoresizesSubviews="NO"
verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO"
id="11">
- <rect key="frame" x="20" y="61" width="380"
height="22"/>
+ <rect key="frame" x="20" y="60" width="380"
height="22"/>
<constraints>
<constraint firstAttribute="height" constant="22"
id="Ods-Kg-ax3"/>
</constraints>
@@ -68,6 +68,7 @@
<outlet property="delegate" destination="-2" id="7"/>
<outlet property="initialFirstResponder" destination="10"
id="16"/>
</connections>
+ <point key="canvasLocation" x="139" y="125"/>
</window>
</objects>
</document>
Modified: trunk/MainWindow.xib
===================================================================
--- trunk/MainWindow.xib 2023-11-06 16:00:59 UTC (rev 13733)
+++ trunk/MainWindow.xib 2023-11-06 23:00:23 UTC (rev 13734)
@@ -25,7 +25,8 @@
<customObject id="-1" userLabel="First Responder"
customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<window allowsToolTipsWhenApplicationIsInactive="NO"
autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO"
animationBehavior="default" id="5" userLabel="Window"
customClass="SKMainWindow">
- <windowStyleMask key="styleMask" titled="YES" closable="YES"
miniaturizable="YES" resizable="YES"/>
+ <windowStyleMask key="styleMask" titled="YES" closable="YES"
miniaturizable="YES" resizable="YES" fullSizeContentView="YES"/>
+ <windowCollectionBehavior key="collectionBehavior"
fullScreenPrimary="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES"
rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="91" y="260" width="1000" height="600"/>
<rect key="screenRect" x="0.0" y="0.0" width="1280" height="775"/>
Modified: trunk/NotesDocument.xib
===================================================================
--- trunk/NotesDocument.xib 2023-11-06 16:00:59 UTC (rev 13733)
+++ trunk/NotesDocument.xib 2023-11-06 23:00:23 UTC (rev 13734)
@@ -19,6 +19,7 @@
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<window allowsToolTipsWhenApplicationIsInactive="NO"
autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO"
animationBehavior="default" id="5" userLabel="Window"
customClass="SKMainWindow">
<windowStyleMask key="styleMask" titled="YES" closable="YES"
miniaturizable="YES" resizable="YES"/>
+ <windowCollectionBehavior key="collectionBehavior"
fullScreenPrimary="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES"
rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="302" y="310" width="480" height="360"/>
<rect key="screenRect" x="0.0" y="0.0" width="1280" height="775"/>
@@ -103,7 +104,6 @@
<rect key="frame"
x="0.0" y="-3" width="21" height="23"/>
<imageCell
key="cell" refusesFirstResponder="YES" alignment="left"
imageScaling="proportionallyDown" image="NSActionTemplate" id="sVs-LE-rAz"
customClass="SKAnnotationTypeImageCell"/>
<connections>
- <binding
destination="E1b-NS-HOF" name="toolTip" keyPath="objectValue.type.typeName"
id="zRB-h8-XKB"/>
<binding
destination="E1b-NS-HOF" name="value" keyPath="objectValue.type"
id="Nm4-sv-rEC">
<dictionary key="options">
<bool
key="NSConditionallySetsEnabled" value="NO"/>
@@ -110,6 +110,7 @@
<string key="NSValueTransformerName">SKTypeImage</string>
</dictionary>
</binding>
+ <binding
destination="E1b-NS-HOF" name="toolTip" keyPath="objectValue.type.typeName"
id="zRB-h8-XKB"/>
</connections>
</imageView>
</subviews>
@@ -357,6 +358,7 @@
<connections>
<outlet property="delegate" destination="-2" id="114"/>
</connections>
+ <point key="canvasLocation" x="139" y="133"/>
</menu>
</objects>
<resources>
Modified: trunk/SKBookmarkController.m
===================================================================
--- trunk/SKBookmarkController.m 2023-11-06 16:00:59 UTC (rev 13733)
+++ trunk/SKBookmarkController.m 2023-11-06 23:00:23 UTC (rev 13734)
@@ -204,8 +204,6 @@
- (void)windowDidLoad {
[self setupToolbar];
- [[self window] setTabbingMode:NSWindowTabbingModeDisallowed];
-
[self setWindowFrameAutosaveName:SKBookmarksWindowFrameAutosaveName];
[[self window] setAutorecalculatesContentBorderThickness:NO
forEdge:NSMinYEdge];
Modified: trunk/SKConversionProgressController.m
===================================================================
--- trunk/SKConversionProgressController.m 2023-11-06 16:00:59 UTC (rev
13733)
+++ trunk/SKConversionProgressController.m 2023-11-06 23:00:23 UTC (rev
13734)
@@ -126,7 +126,6 @@
}
- (void)windowDidLoad {
- [[self window]
setCollectionBehavior:NSWindowCollectionBehaviorMoveToActiveSpace];
[progressBar setUsesThreadedAnimation:YES];
[self setButtonTitle:NSLocalizedString(@"Cancel", @"Button title")
action:@selector(cancel:)];
[[self window] setTitle:[NSString
stringWithFormat:NSLocalizedString(@"Converting %@", @"PS conversion progress
message"), [[NSDocumentController sharedDocumentController]
displayNameForType:fileType]]];
Modified: trunk/SKDownloadController.m
===================================================================
--- trunk/SKDownloadController.m 2023-11-06 16:00:59 UTC (rev 13733)
+++ trunk/SKDownloadController.m 2023-11-06 23:00:23 UTC (rev 13734)
@@ -142,10 +142,6 @@
- (void)windowDidLoad {
[self setupToolbar];
- [[self window] setTitleVisibility:NSWindowTitleHidden];
-
- [[self window] setTabbingMode:NSWindowTabbingModeDisallowed];
-
[self updateClearButton];
[self setWindowFrameAutosaveName:SKDownloadsWindowFrameAutosaveName];
Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m 2023-11-06 16:00:59 UTC (rev 13733)
+++ trunk/SKMainWindowController.m 2023-11-06 23:00:23 UTC (rev 13734)
@@ -383,12 +383,10 @@
[toolbarController setupToolbar];
// Set up the window
- [window setCollectionBehavior:[window collectionBehavior] |
NSWindowCollectionBehaviorFullScreenPrimary];
if (@available(macOS 11.0, *))
[window setToolbarStyle:NSWindowToolbarStyleExpanded];
- [window setStyleMask:[window styleMask] |
NSWindowStyleMaskFullSizeContentView];
if (mwcFlags.fullSizeContent) {
titleBarHeight = NSHeight([window frame]) - NSHeight([window
contentLayoutRect]);
[leftSideController setTopInset:titleBarHeight];
Modified: trunk/SKNoteWindowController.m
===================================================================
--- trunk/SKNoteWindowController.m 2023-11-06 16:00:59 UTC (rev 13733)
+++ trunk/SKNoteWindowController.m 2023-11-06 23:00:23 UTC (rev 13734)
@@ -190,10 +190,6 @@
[[self window] setAutorecalculatesContentBorderThickness:NO
forEdge:NSMinYEdge];
[[self window] setContentBorderThickness:NSHeight([statusBar frame])
forEdge:NSMinYEdge];
- [[self window] setTabbingMode:NSWindowTabbingModeDisallowed];
-
- [[self window] setCollectionBehavior:[[self window] collectionBehavior] |
NSWindowCollectionBehaviorFullScreenAuxiliary];
-
if (@available(macOS 10.14, *))
[textView setDrawsBackground:NO];
Modified: trunk/SKNotesDocument.m
===================================================================
--- trunk/SKNotesDocument.m 2023-11-06 16:00:59 UTC (rev 13733)
+++ trunk/SKNotesDocument.m 2023-11-06 23:00:23 UTC (rev 13734)
@@ -163,8 +163,6 @@
[[aController window] setAutorecalculatesContentBorderThickness:NO
forEdge:NSMinYEdge];
- [[aController window] setCollectionBehavior:[[aController window]
collectionBehavior] | NSWindowCollectionBehaviorFullScreenPrimary];
-
if ([[NSUserDefaults standardUserDefaults]
boolForKey:SKShowNotesStatusBarKey] == NO)
[self toggleStatusBar:nil];
else
Modified: trunk/SKReleaseNotesController.m
===================================================================
--- trunk/SKReleaseNotesController.m 2023-11-06 16:00:59 UTC (rev 13733)
+++ trunk/SKReleaseNotesController.m 2023-11-06 23:00:23 UTC (rev 13734)
@@ -62,7 +62,6 @@
}
- (void)windowDidLoad {
- [[self window] setTabbingMode:NSWindowTabbingModeDisallowed];
[textView setString:@""];
[textView replaceCharactersInRange:[textView selectedRange]
withRTF:[NSData
dataWithContentsOfURL:[[NSBundle mainBundle] URLForResource:@"ReleaseNotes"
withExtension:@"rtf"]]];
Modified: trunk/SKSnapshotWindowController.m
===================================================================
--- trunk/SKSnapshotWindowController.m 2023-11-06 16:00:59 UTC (rev 13733)
+++ trunk/SKSnapshotWindowController.m 2023-11-06 23:00:23 UTC (rev 13734)
@@ -114,8 +114,6 @@
}
- (void)windowDidLoad {
- [[self window] setTabbingMode:NSWindowTabbingModeDisallowed];
- [[self window] setCollectionBehavior:[[self window] collectionBehavior] |
NSWindowCollectionBehaviorFullScreenAuxiliary];
[self updateWindowLevel];
[[NSUserDefaultsController sharedUserDefaultsController] addObserver:self
forKeys:@[SKSnapshotsOnTopKey, SKInterpolationQualityKey]
context:&SKSnaphotWindowDefaultsObservationContext];
// the window is initialially exposed. The windowDidExpose notification is
useless, it has nothing to do with showing the window
Modified: trunk/SnapshotWindow.xib
===================================================================
--- trunk/SnapshotWindow.xib 2023-11-06 16:00:59 UTC (rev 13733)
+++ trunk/SnapshotWindow.xib 2023-11-06 23:00:23 UTC (rev 13734)
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
-<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0"
toolsVersion="16097.2" targetRuntime="MacOSX.Cocoa"
propertyAccessControl="none" useAutolayout="YES">
+<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0"
toolsVersion="19529" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"
useAutolayout="YES">
<dependencies>
<deployment identifier="macosx"/>
- <development version="8000" identifier="xcode"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin"
version="16097.2"/>
- <plugIn identifier="com.apple.pdfkit.ibplugin" version="16097.2"/>
+ <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin"
version="19529"/>
+ <plugIn identifier="com.apple.pdfkit.ibplugin" version="19529"/>
<capability name="documents saved in the Xcode 8 format"
minToolsVersion="8.0"/>
</dependencies>
<objects>
@@ -16,11 +15,12 @@
</customObject>
<customObject id="-1" userLabel="First Responder"
customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <window allowsToolTipsWhenApplicationIsInactive="NO"
autorecalculatesKeyViewLoop="NO" deferred="NO" releasedWhenClosed="NO"
visibleAtLaunch="NO" animationBehavior="default" id="5" userLabel="Window"
customClass="SKSnapshotWindow">
+ <window allowsToolTipsWhenApplicationIsInactive="NO"
autorecalculatesKeyViewLoop="NO" deferred="NO" releasedWhenClosed="NO"
visibleAtLaunch="NO" animationBehavior="default" tabbingMode="disallowed"
id="5" userLabel="Window" customClass="SKSnapshotWindow">
<windowStyleMask key="styleMask" titled="YES" closable="YES"
miniaturizable="YES" resizable="YES"/>
+ <windowCollectionBehavior key="collectionBehavior"
fullScreenAuxiliary="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES"
rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="270" y="479" width="347" height="219"/>
- <rect key="screenRect" x="0.0" y="0.0" width="1280" height="777"/>
+ <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="6">
<rect key="frame" x="0.0" y="0.0" width="347" height="219"/>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit