Revision: 14631
http://sourceforge.net/p/skim-app/code/14631
Author: hofman
Date: 2024-11-02 22:03:34 +0000 (Sat, 02 Nov 2024)
Log Message:
-----------
Allow expansion tool tips in tables, including in page cells. Long page numbers
can be clipped.
Modified Paths:
--------------
trunk/LeftSideView.xib
trunk/RightSideView.xib
Modified: trunk/LeftSideView.xib
===================================================================
--- trunk/LeftSideView.xib 2024-11-02 21:49:40 UTC (rev 14630)
+++ trunk/LeftSideView.xib 2024-11-02 22:03:34 UTC (rev 14631)
@@ -174,7 +174,7 @@
<rect key="frame" x="146" y="1"
width="40" height="32"/>
<autoresizingMask
key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
- <textField
verticalHuggingPriority="750" horizontalCompressionResistancePriority="250"
translatesAutoresizingMaskIntoConstraints="NO" id="uth-up-lE7">
+ <textField
verticalHuggingPriority="750" horizontalCompressionResistancePriority="250"
allowsExpansionToolTips="YES" translatesAutoresizingMaskIntoConstraints="NO"
id="uth-up-lE7">
<rect key="frame" x="0.0"
y="9" width="40" height="15"/>
<textFieldCell key="cell"
scrollable="YES" lineBreakMode="clipping" allowsUndo="NO"
sendsActionOnEndEditing="YES" alignment="right" id="avZ-Yh-zVv">
<font key="font"
metaFont="cellTitle"/>
@@ -295,7 +295,7 @@
<rect key="frame" x="146" y="0.0"
width="40" height="20"/>
<autoresizingMask
key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
- <textField
verticalHuggingPriority="750" horizontalCompressionResistancePriority="250"
translatesAutoresizingMaskIntoConstraints="NO" id="Rac-nE-BbY">
+ <textField
verticalHuggingPriority="750" horizontalCompressionResistancePriority="250"
allowsExpansionToolTips="YES" translatesAutoresizingMaskIntoConstraints="NO"
id="Rac-nE-BbY">
<rect key="frame" x="0.0"
y="2" width="40" height="16"/>
<textFieldCell key="cell"
scrollable="YES" lineBreakMode="clipping" allowsUndo="NO"
sendsActionOnEndEditing="YES" alignment="right" id="Z6W-JS-ODs">
<font key="font"
metaFont="system"/>
@@ -365,7 +365,7 @@
<rect key="frame" x="1" y="3"
width="47" height="17"/>
<autoresizingMask
key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
- <textField
verticalHuggingPriority="750" horizontalCompressionResistancePriority="250"
translatesAutoresizingMaskIntoConstraints="NO" id="5CV-AT-Wi3">
+ <textField
verticalHuggingPriority="750" horizontalCompressionResistancePriority="250"
allowsExpansionToolTips="YES" translatesAutoresizingMaskIntoConstraints="NO"
id="5CV-AT-Wi3">
<rect key="frame" x="0.0"
y="1" width="47" height="16"/>
<textFieldCell key="cell"
lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" alignment="left"
id="xYT-z2-Ika">
<font key="font"
metaFont="system"/>
@@ -454,7 +454,7 @@
<rect key="frame" x="0.0" y="0.0" width="200" height="403"/>
<clipView key="contentView"
translatesAutoresizingMaskIntoConstraints="NO" id="CUc-Bz-YWJ">
<rect key="frame" x="1" y="1" width="198" height="401"/>
- <autoresizingMask key="autoresizingMask"/>
+ <autoresizingMask key="autoresizingMask" widthSizable="YES"
heightSizable="YES"/>
<subviews>
<tableView focusRingType="none"
verticalHuggingPriority="750" allowsExpansionToolTips="YES"
columnAutoresizingStyle="firstColumnOnly" alternatingRowBackgroundColors="YES"
columnReordering="NO" columnResizing="NO" autosaveColumns="NO" typeSelect="NO"
headerView="125" viewBased="YES" id="128" customClass="SKTableView">
<rect key="frame" x="0.0" y="0.0" width="198"
height="376"/>
@@ -476,7 +476,7 @@
<tableColumnResizingMask key="resizingMask"
resizeWithTable="YES" userResizable="YES"/>
<prototypeCellViews>
<tableCellView id="9a8-cx-9oD"
customClass="SKControlTableCellView">
- <rect key="frame" x="11" y="1"
width="117" height="18"/>
+ <rect key="frame" x="1" y="1"
width="117" height="18"/>
<autoresizingMask
key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<levelIndicator
horizontalCompressionResistancePriority="250"
verticalCompressionResistancePriority="250"
translatesAutoresizingMaskIntoConstraints="NO" id="zvD-nR-1Ml"
customClass="SKLevelIndicator">
@@ -515,10 +515,10 @@
<tableColumnResizingMask key="resizingMask"
resizeWithTable="YES" userResizable="YES"/>
<prototypeCellViews>
<tableCellView id="hdZ-O4-HlW">
- <rect key="frame" x="131" y="1"
width="46" height="17"/>
+ <rect key="frame" x="121" y="1"
width="46" height="17"/>
<autoresizingMask
key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
- <textField
verticalHuggingPriority="750" horizontalCompressionResistancePriority="250"
translatesAutoresizingMaskIntoConstraints="NO" id="6S7-C8-37w">
+ <textField
verticalHuggingPriority="750" horizontalCompressionResistancePriority="250"
allowsExpansionToolTips="YES" translatesAutoresizingMaskIntoConstraints="NO"
id="6S7-C8-37w">
<rect key="frame" x="0.0"
y="1" width="46" height="16"/>
<textFieldCell key="cell"
lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" alignment="left"
id="MLb-Qs-lO5">
<font key="font"
metaFont="system"/>
Modified: trunk/RightSideView.xib
===================================================================
--- trunk/RightSideView.xib 2024-11-02 21:49:40 UTC (rev 14630)
+++ trunk/RightSideView.xib 2024-11-02 22:03:34 UTC (rev 14631)
@@ -115,7 +115,7 @@
<rect key="frame" x="1" y="1"
width="93" height="15"/>
<autoresizingMask
key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
- <textField
horizontalCompressionResistancePriority="250"
verticalCompressionResistancePriority="250" preferredMaxLayoutWidth="122"
translatesAutoresizingMaskIntoConstraints="NO" id="T6H-tX-biW">
+ <textField
horizontalCompressionResistancePriority="250"
verticalCompressionResistancePriority="250" allowsExpansionToolTips="YES"
preferredMaxLayoutWidth="122" translatesAutoresizingMaskIntoConstraints="NO"
id="T6H-tX-biW">
<rect key="frame" x="0.0"
y="0.0" width="93" height="15"/>
<textFieldCell key="cell"
selectable="YES" editable="YES" sendsActionOnEndEditing="YES" alignment="left"
id="UPF-5H-Pgd">
<font key="font"
metaFont="cellTitle"/>
@@ -238,7 +238,7 @@
<rect key="frame" x="121" y="1"
width="46" height="17"/>
<autoresizingMask
key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
- <textField
horizontalCompressionResistancePriority="250"
verticalCompressionResistancePriority="250"
translatesAutoresizingMaskIntoConstraints="NO" id="iuK-OP-ap6">
+ <textField
horizontalCompressionResistancePriority="250"
verticalCompressionResistancePriority="250" allowsExpansionToolTips="YES"
translatesAutoresizingMaskIntoConstraints="NO" id="iuK-OP-ap6">
<rect key="frame" x="0.0"
y="1" width="46" height="15"/>
<textFieldCell key="cell"
scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES"
alignment="left" id="Abp-DN-Ahr">
<font key="font"
metaFont="cellTitle"/>
@@ -277,7 +277,7 @@
<rect key="frame" x="1" y="1"
width="0.0" height="17"/>
<autoresizingMask
key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
- <textField
verticalHuggingPriority="750" horizontalCompressionResistancePriority="250"
translatesAutoresizingMaskIntoConstraints="NO" id="C5T-Ik-oBo">
+ <textField
verticalHuggingPriority="750" horizontalCompressionResistancePriority="250"
allowsExpansionToolTips="YES" translatesAutoresizingMaskIntoConstraints="NO"
id="C5T-Ik-oBo">
<rect key="frame" x="0.0"
y="1" width="4" height="15"/>
<textFieldCell key="cell"
lineBreakMode="truncatingTail" selectable="YES" editable="YES"
sendsActionOnEndEditing="YES" alignment="left" id="xpD-hJ-5U5">
<font key="font"
metaFont="cellTitle"/>
@@ -317,7 +317,7 @@
<rect key="frame" x="1" y="1"
width="0.0" height="17"/>
<autoresizingMask
key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
- <textField
verticalHuggingPriority="750" horizontalCompressionResistancePriority="250"
translatesAutoresizingMaskIntoConstraints="NO" id="dIJ-ix-es0">
+ <textField
verticalHuggingPriority="750" horizontalCompressionResistancePriority="250"
allowsExpansionToolTips="YES" translatesAutoresizingMaskIntoConstraints="NO"
id="dIJ-ix-es0">
<rect key="frame" x="0.0"
y="1" width="4" height="16"/>
<textFieldCell key="cell"
lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" alignment="left"
id="1iT-jN-4HR">
<dateFormatter
key="formatter" dateStyle="short" id="Gub-Cr-3E8"/>
@@ -423,7 +423,7 @@
<rect key="frame" x="131" y="1"
width="36" height="15"/>
<autoresizingMask
key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
- <textField
horizontalCompressionResistancePriority="250"
translatesAutoresizingMaskIntoConstraints="NO" id="r6v-xw-N5B">
+ <textField
horizontalCompressionResistancePriority="250" allowsExpansionToolTips="YES"
translatesAutoresizingMaskIntoConstraints="NO" id="r6v-xw-N5B">
<rect key="frame" x="0.0"
y="0.0" width="36" height="15"/>
<textFieldCell key="cell"
scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES"
alignment="right" id="dwa-9x-zmD">
<font key="font"
metaFont="cellTitle"/>
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