Browse Source

【PDFull】颜色替换处理

niehaoyu 6 months ago
parent
commit
c14b481421

+ 18 - 22
PDF Office/PDF Master/Class/PDFTools/PageEdit/View/KMPageEditThumbnailItem.swift

@@ -161,28 +161,24 @@ class KMPageEditThumbnailItem: NSCollectionViewItem {
          get {
              return super.isSelected
          }
-         set {
-             super.isSelected = newValue
-             
-             if (newValue) {
-//                 self.backgroundView.layer?.backgroundColor = NSColor.km_init(hex: "#1770F41A").cgColor
-//                 self.backgroundView.layer?.borderColor = NSColor.km_init(hex: "#1770F4").cgColor
-                 self.pageTextLabel.textColor = .white
-                 self.pageTextLabel.layer?.backgroundColor = NSColor.systemBlue.cgColor
-                 if KMAppearance.isDarkMode() {
-                     self.pageBox.layer?.backgroundColor = NSColor(white: 84.0/255.0, alpha: 1.0).cgColor
-                 } else {
-                     self.pageBox.layer?.backgroundColor = NSColor(white: 192.0/255.0, alpha: 1.0).cgColor
-                 }
-             } else {
-//                 self.backgroundView.layer?.backgroundColor = NSColor.clear.cgColor
-//                 self.backgroundView.layer?.borderColor = NSColor.clear.cgColor
-                 self.pageBox.layer?.backgroundColor = .clear
-                 self.pageTextLabel.textColor = .labelColor
-                 self.pageTextLabel.layer?.backgroundColor = .clear
-             }
-         }
-     }
+        set {
+            super.isSelected = newValue
+            
+            if (newValue) {
+                self.pageTextLabel.textColor = NSColor.white
+                self.pageTextLabel.layer?.backgroundColor = KMAppearance.Layout.m_1Color().cgColor
+                if KMAppearance.isDarkMode() {
+                    self.pageBox.layer?.backgroundColor = KMAppearance.Layout.m_1Color().withAlphaComponent(0.2).cgColor
+                } else {
+                    self.pageBox.layer?.backgroundColor = KMAppearance.Layout.m_1Color().withAlphaComponent(0.2).cgColor
+                }
+            } else {
+                self.pageBox.layer?.backgroundColor = .clear
+                self.pageTextLabel.textColor = .labelColor
+                self.pageTextLabel.layer?.backgroundColor = .clear
+            }
+        }
+    }
      
      func setPage(page:CPDFPage!) {
          self.page = page

+ 14 - 14
PDF Office/PDF Master/Class/PDFWindowController/Side/LeftSide/Annotation/Controller/KMNoteOutlineFilterViewController.xib

@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
+<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22505" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
     <dependencies>
         <deployment identifier="macosx"/>
-        <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
+        <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22505"/>
         <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
     </dependencies>
     <objects>
-        <customObject id="-2" userLabel="File's Owner" customClass="KMNoteOutlineFilterViewController" customModule="PDF_Master" customModuleProvider="target">
+        <customObject id="-2" userLabel="File's Owner" customClass="KMNoteOutlineFilterViewController" customModule="PDF_Reader_Pro" customModuleProvider="target">
             <connections>
                 <outlet property="OKButton" destination="Q36-TR-heS" id="IIb-by-xE2"/>
                 <outlet property="applyWidthConst" destination="DNw-rt-8Kg" id="CkL-dg-WE9"/>
@@ -48,28 +48,28 @@
                 </button>
                 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="NFm-Ab-DKE">
                     <rect key="frame" x="150" y="14" width="45" height="24"/>
-                    <constraints>
-                        <constraint firstAttribute="width" constant="45" id="beN-sL-nSt"/>
-                        <constraint firstAttribute="height" constant="24" id="tbI-9N-Fmb"/>
-                    </constraints>
                     <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="j9x-X9-0Kg">
                         <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
                         <font key="font" metaFont="system"/>
                     </buttonCell>
+                    <constraints>
+                        <constraint firstAttribute="width" constant="45" id="beN-sL-nSt"/>
+                        <constraint firstAttribute="height" constant="24" id="tbI-9N-Fmb"/>
+                    </constraints>
                     <connections>
                         <action selector="cancelButtonAction:" target="-2" id="EgW-Ej-T2W"/>
                     </connections>
                 </button>
                 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Q36-TR-heS">
                     <rect key="frame" x="203" y="14" width="45" height="24"/>
-                    <constraints>
-                        <constraint firstAttribute="width" constant="45" id="DNw-rt-8Kg"/>
-                        <constraint firstAttribute="height" constant="24" id="irV-Yr-j2H"/>
-                    </constraints>
                     <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="Q9N-tH-yc5">
                         <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
                         <font key="font" metaFont="system"/>
                     </buttonCell>
+                    <constraints>
+                        <constraint firstAttribute="width" constant="45" id="DNw-rt-8Kg"/>
+                        <constraint firstAttribute="height" constant="24" id="irV-Yr-j2H"/>
+                    </constraints>
                     <connections>
                         <action selector="applyButtonAction:" target="-2" id="hOp-ac-jiQ"/>
                     </connections>
@@ -89,7 +89,7 @@
                             <customView translatesAutoresizingMaskIntoConstraints="NO" id="If1-Rk-rcV">
                                 <rect key="frame" x="0.0" y="0.0" width="260" height="222"/>
                                 <subviews>
-                                    <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="bHN-tD-pde">
+                                    <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="bHN-tD-pde">
                                         <rect key="frame" x="15" y="185" width="37" height="20"/>
                                         <constraints>
                                             <constraint firstAttribute="height" constant="20" id="H5h-xx-NyZ"/>
@@ -138,7 +138,7 @@
                                             <constraint firstItem="gB3-Og-rpG" firstAttribute="top" secondItem="wsX-g6-qi9" secondAttribute="top" id="aah-pm-3R1"/>
                                         </constraints>
                                     </customView>
-                                    <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Y44-QV-S6X">
+                                    <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Y44-QV-S6X">
                                         <rect key="frame" x="15" y="120" width="37" height="20"/>
                                         <constraints>
                                             <constraint firstAttribute="height" constant="20" id="fqX-Uc-Ciu"/>
@@ -187,7 +187,7 @@
                                             <constraint firstItem="2u2-7t-GV3" firstAttribute="top" secondItem="XGE-Xo-80k" secondAttribute="top" id="ufB-Qz-h6f"/>
                                         </constraints>
                                     </customView>
-                                    <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="VN7-0X-D4D">
+                                    <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="VN7-0X-D4D">
                                         <rect key="frame" x="15" y="44" width="37" height="20"/>
                                         <constraints>
                                             <constraint firstAttribute="height" constant="20" id="q8z-hd-Ook"/>

+ 5 - 3
PDF Office/PDF Master/Class/PDFWindowController/Side/LeftSide/Annotation/View/KMNoteFilterCollevtionViewItem.swift

@@ -44,11 +44,13 @@ class KMNoteFilterCollevtionViewItem: NSCollectionViewItem {
     
     private func _selectAuthor(_ isSelect: Bool) {
         if (isSelect) {
-            self.authorLabel.layer?.backgroundColor = KMAppearance.Interactive.a0Color().cgColor
-            self.authorLabel.textColor = KMAppearance.Layout.w0Color()
+            self.authorLabel.textColor = NSColor.white
+            self.authorLabel.layer?.backgroundColor = KMAppearance.Layout.mColor().cgColor
+            self.authorLabel.display()
         } else {
             self.authorLabel.layer?.backgroundColor = KMAppearance.Else.textTagColor().cgColor
-            self.authorLabel.textColor = KMAppearance.Layout.h0Color()
+            self.authorLabel.textColor = KMAppearance.Layout.mColor()
+            self.authorLabel.display()
         }
     }
     

+ 2 - 2
PDF Office/PDF Master/Class/PDFWindowController/Side/LeftSide/Annotation/View/KMNoteTableViewCell.swift

@@ -93,12 +93,12 @@ class KMNoteTableViewCell: NSTableCellView {
         self.autherLabel.wantsLayer = true
         self.autherLabel.layer?.backgroundColor = KMAppearance.Else.textTagColor().cgColor
         self.autherLabel.layer?.cornerRadius = 1.0
-        self.autherLabel.textColor = KMAppearance.Layout.h0Color()
+        self.autherLabel.textColor = KMAppearance.Layout.mColor()
         
         self.timeLabel.textColor = KMAppearance.Layout.h1Color()
         self.timeLabel.lineBreakMode = .byTruncatingTail
         self.timeLabel.cell?.truncatesLastVisibleLine = true
-        self.pageLabel.textColor = KMAppearance.Layout.h2Color()
+        self.pageLabel.textColor = KMAppearance.Layout.mColor()
         
         self.noteContentBox.borderWidth = 1.0
         self.noteContentBox.borderColor = KMAppearance.KM_477EDE_ColorDarkChange01()

+ 3 - 3
PDF Office/PDF Master/Class/PDFWindowController/Side/LeftSide/Thumbnail/KMPDFThumbnailItem.xib

@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
+<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22505" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
     <dependencies>
         <deployment identifier="macosx"/>
-        <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21701"/>
+        <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22505"/>
         <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
     </dependencies>
     <objects>
-        <customObject id="-2" userLabel="File's Owner" customClass="KMPDFThumbnailItem" customModule="PDF_Master" customModuleProvider="target">
+        <customObject id="-2" userLabel="File's Owner" customClass="KMPDFThumbnailItem" customModule="PDF_Reader_Pro" customModuleProvider="target">
             <connections>
                 <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
             </connections>

+ 2 - 2
PDF Office/PDF Master/Class/PDFWindowController/Side/RightSide/AnnotationProperty/KMGeneralAnnotationViewController.swift

@@ -1314,7 +1314,7 @@ let KMColorPickerViewHeight: CGFloat = 64
         let image = NSImage(size: size, flipped: false, drawingHandler: { rect in
             let path = NSBezierPath(rect: NSRect(x: 15.0, y: 5.0, width: 20.0, height: 1.0))
             path.lineWidth = 2.0
-            isSelect ? KMAppearance.Layout.m_1Color().setStroke() : KMAppearance.Layout.m_1Color().setStroke()
+            isSelect ? KMAppearance.Layout.m_1Color().setStroke() : KMAppearance.Layout.h2Color().setStroke()
             path.stroke()
             return true
         })
@@ -1332,7 +1332,7 @@ let KMColorPickerViewHeight: CGFloat = 64
             path.move(to: NSPoint(x: 31.0, y: 5.0))
             path.line(to: NSPoint(x: 35.0, y: 5.0))
             path.lineWidth = 2.0
-            isSelect ? KMAppearance.Layout.m_1Color().setStroke() : KMAppearance.Layout.m_1Color().setStroke()
+            isSelect ? KMAppearance.Layout.m_1Color().setStroke() : KMAppearance.Layout.h2Color().setStroke()
             path.stroke()
             return true
         })

+ 282 - 10
PDF Office/PDF Reader Pro.xcodeproj/xcuserdata/kdanmobile.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

@@ -575,32 +575,304 @@
       <BreakpointProxy
          BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
          <BreakpointContent
-            uuid = "8A0B7BCE-6EDD-4491-A5D5-7899C99171DD"
+            uuid = "8BE976E9-2F6B-460F-81D1-34DB4144B798"
             shouldBeEnabled = "Yes"
             ignoreCount = "0"
             continueAfterRunningActions = "No"
-            filePath = "PDF Master/Class/PDFWindowController/Toolbar/KMToolbarItemView.swift"
+            filePath = "PDF Master/Class/PDFWindowController/Toolbar/Model/KMToolbarConfigModel.swift"
             startingColumnNumber = "9223372036854775807"
             endingColumnNumber = "9223372036854775807"
-            startingLineNumber = "369"
-            endingLineNumber = "369"
-            landmarkName = "mouseEntered(with:)"
+            startingLineNumber = "343"
+            endingLineNumber = "343"
+            landmarkName = "setupMainItem(_:)"
             landmarkType = "7">
          </BreakpointContent>
       </BreakpointProxy>
       <BreakpointProxy
          BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
          <BreakpointContent
-            uuid = "8BE976E9-2F6B-460F-81D1-34DB4144B798"
+            uuid = "0E6CA794-54A4-4B52-B01C-3794D22896F4"
             shouldBeEnabled = "Yes"
             ignoreCount = "0"
             continueAfterRunningActions = "No"
-            filePath = "PDF Master/Class/PDFWindowController/Toolbar/Model/KMToolbarConfigModel.swift"
+            filePath = "PDF Master/Class/PDFWindowController/Side/LeftSide/Thumbnail/KMPDFThumbnailItem.swift"
             startingColumnNumber = "9223372036854775807"
             endingColumnNumber = "9223372036854775807"
-            startingLineNumber = "343"
-            endingLineNumber = "343"
-            landmarkName = "setupMainItem(_:)"
+            startingLineNumber = "43"
+            endingLineNumber = "43"
+            landmarkName = "pageTextLabel"
+            landmarkType = "24">
+         </BreakpointContent>
+      </BreakpointProxy>
+      <BreakpointProxy
+         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
+         <BreakpointContent
+            uuid = "2E44A7E9-84A5-4632-8494-3CD9252CC23D"
+            shouldBeEnabled = "Yes"
+            ignoreCount = "0"
+            continueAfterRunningActions = "No"
+            filePath = "PDF Master/Class/PDFWindowController/Side/LeftSide/Thumbnail/KMPDFThumbnailItem.swift"
+            startingColumnNumber = "9223372036854775807"
+            endingColumnNumber = "9223372036854775807"
+            startingLineNumber = "54"
+            endingLineNumber = "54"
+            landmarkName = "pageSizeTextLabel"
+            landmarkType = "24">
+            <Locations>
+               <Location
+                  uuid = "2E44A7E9-84A5-4632-8494-3CD9252CC23D - fc1b9a80df3fab64"
+                  shouldBeEnabled = "Yes"
+                  ignoreCount = "0"
+                  continueAfterRunningActions = "No"
+                  symbolName = "closure #1 () -&gt; __C.NSTextField in PDFull.KMPDFThumbnailItem.pageSizeTextLabel.getter : __C.NSTextField"
+                  moduleName = "PDFull"
+                  usesParentBreakpointCondition = "Yes"
+                  urlString = "file:///Users/kdanmobile/Documents/Git/PDF_Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/Side/LeftSide/Thumbnail/KMPDFThumbnailItem.swift"
+                  startingColumnNumber = "9223372036854775807"
+                  endingColumnNumber = "9223372036854775807"
+                  startingLineNumber = "54"
+                  endingLineNumber = "54"
+                  offsetFromSymbolStart = "204">
+               </Location>
+               <Location
+                  uuid = "2E44A7E9-84A5-4632-8494-3CD9252CC23D - fc1b9a80df3fab64"
+                  shouldBeEnabled = "Yes"
+                  ignoreCount = "0"
+                  continueAfterRunningActions = "No"
+                  symbolName = "closure #1 () -&gt; __C.NSTextField in PDFull.KMPDFThumbnailItem.pageSizeTextLabel.getter : __C.NSTextField"
+                  moduleName = "PDFull"
+                  usesParentBreakpointCondition = "Yes"
+                  urlString = "file:///Users/kdanmobile/Documents/Git/PDF_Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/Side/LeftSide/Thumbnail/KMPDFThumbnailItem.swift"
+                  startingColumnNumber = "9223372036854775807"
+                  endingColumnNumber = "9223372036854775807"
+                  startingLineNumber = "54"
+                  endingLineNumber = "54"
+                  offsetFromSymbolStart = "312">
+               </Location>
+            </Locations>
+         </BreakpointContent>
+      </BreakpointProxy>
+      <BreakpointProxy
+         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
+         <BreakpointContent
+            uuid = "616E31A0-8AF0-4CCA-BD81-A9C76B46E56B"
+            shouldBeEnabled = "Yes"
+            ignoreCount = "0"
+            continueAfterRunningActions = "No"
+            filePath = "PDF Master/Class/PDFWindowController/Side/LeftSide/Thumbnail/KMPDFThumbnailItem.swift"
+            startingColumnNumber = "9223372036854775807"
+            endingColumnNumber = "9223372036854775807"
+            startingLineNumber = "33"
+            endingLineNumber = "33"
+            landmarkName = "textBox"
+            landmarkType = "24">
+         </BreakpointContent>
+      </BreakpointProxy>
+      <BreakpointProxy
+         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
+         <BreakpointContent
+            uuid = "9766F05E-40D4-4670-ACD8-B28AA5331C5E"
+            shouldBeEnabled = "Yes"
+            ignoreCount = "0"
+            continueAfterRunningActions = "No"
+            filePath = "PDF Master/Class/PDFWindowController/Side/LeftSide/Thumbnail/KMPDFThumbnailItem.swift"
+            startingColumnNumber = "9223372036854775807"
+            endingColumnNumber = "9223372036854775807"
+            startingLineNumber = "259"
+            endingLineNumber = "259"
+            landmarkName = "updateItemState()"
+            landmarkType = "7">
+            <Locations>
+               <Location
+                  uuid = "9766F05E-40D4-4670-ACD8-B28AA5331C5E - f2fd18b3c331864f"
+                  shouldBeEnabled = "Yes"
+                  ignoreCount = "0"
+                  continueAfterRunningActions = "No"
+                  symbolName = "PDFull.KMPDFThumbnailItem.updateItemState() -&gt; ()"
+                  moduleName = "PDFull"
+                  usesParentBreakpointCondition = "Yes"
+                  urlString = "file:///Users/kdanmobile/Documents/Git/PDF_Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/Side/LeftSide/Thumbnail/KMPDFThumbnailItem.swift"
+                  startingColumnNumber = "9223372036854775807"
+                  endingColumnNumber = "9223372036854775807"
+                  startingLineNumber = "259"
+                  endingLineNumber = "259"
+                  offsetFromSymbolStart = "40">
+               </Location>
+               <Location
+                  uuid = "9766F05E-40D4-4670-ACD8-B28AA5331C5E - f2fd18b3c331864f"
+                  shouldBeEnabled = "Yes"
+                  ignoreCount = "0"
+                  continueAfterRunningActions = "No"
+                  symbolName = "PDFull.KMPDFThumbnailItem.updateItemState() -&gt; ()"
+                  moduleName = "PDFull"
+                  usesParentBreakpointCondition = "Yes"
+                  urlString = "file:///Users/kdanmobile/Documents/Git/PDF_Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/Side/LeftSide/Thumbnail/KMPDFThumbnailItem.swift"
+                  startingColumnNumber = "9223372036854775807"
+                  endingColumnNumber = "9223372036854775807"
+                  startingLineNumber = "259"
+                  endingLineNumber = "259"
+                  offsetFromSymbolStart = "348">
+               </Location>
+            </Locations>
+         </BreakpointContent>
+      </BreakpointProxy>
+      <BreakpointProxy
+         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
+         <BreakpointContent
+            uuid = "EBDB23A4-9F96-4B64-81FE-A1DC5D52FBB1"
+            shouldBeEnabled = "Yes"
+            ignoreCount = "0"
+            continueAfterRunningActions = "No"
+            filePath = "PDF Master/Class/PDFWindowController/Side/LeftSide/Thumbnail/KMPDFThumbnailItem.swift"
+            startingColumnNumber = "9223372036854775807"
+            endingColumnNumber = "9223372036854775807"
+            startingLineNumber = "273"
+            endingLineNumber = "273"
+            landmarkName = "addContentBox()"
+            landmarkType = "7">
+            <Locations>
+               <Location
+                  uuid = "EBDB23A4-9F96-4B64-81FE-A1DC5D52FBB1 - d13d8dc762a44dd5"
+                  shouldBeEnabled = "Yes"
+                  ignoreCount = "0"
+                  continueAfterRunningActions = "No"
+                  symbolName = "PDFull.KMPDFThumbnailItem.addContentBox() -&gt; ()"
+                  moduleName = "PDFull"
+                  usesParentBreakpointCondition = "Yes"
+                  urlString = "file:///Users/kdanmobile/Documents/Git/PDF_Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/Side/LeftSide/Thumbnail/KMPDFThumbnailItem.swift"
+                  startingColumnNumber = "9223372036854775807"
+                  endingColumnNumber = "9223372036854775807"
+                  startingLineNumber = "273"
+                  endingLineNumber = "273"
+                  offsetFromSymbolStart = "132">
+               </Location>
+               <Location
+                  uuid = "EBDB23A4-9F96-4B64-81FE-A1DC5D52FBB1 - d13d8dc762a44dd5"
+                  shouldBeEnabled = "Yes"
+                  ignoreCount = "0"
+                  continueAfterRunningActions = "No"
+                  symbolName = "PDFull.KMPDFThumbnailItem.addContentBox() -&gt; ()"
+                  moduleName = "PDFull"
+                  usesParentBreakpointCondition = "Yes"
+                  urlString = "file:///Users/kdanmobile/Documents/Git/PDF_Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/Side/LeftSide/Thumbnail/KMPDFThumbnailItem.swift"
+                  startingColumnNumber = "9223372036854775807"
+                  endingColumnNumber = "9223372036854775807"
+                  startingLineNumber = "273"
+                  endingLineNumber = "273"
+                  offsetFromSymbolStart = "388">
+               </Location>
+            </Locations>
+         </BreakpointContent>
+      </BreakpointProxy>
+      <BreakpointProxy
+         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
+         <BreakpointContent
+            uuid = "621A0211-67E5-476F-AD5D-52C0D3CE1166"
+            shouldBeEnabled = "Yes"
+            ignoreCount = "0"
+            continueAfterRunningActions = "No"
+            filePath = "PDF Master/Class/PDFWindowController/Side/LeftSide/Thumbnail/KMPDFThumbnailItem.swift"
+            startingColumnNumber = "9223372036854775807"
+            endingColumnNumber = "9223372036854775807"
+            startingLineNumber = "300"
+            endingLineNumber = "300"
+            landmarkName = "mouseDown(with:)"
+            landmarkType = "7">
+            <Locations>
+               <Location
+                  uuid = "621A0211-67E5-476F-AD5D-52C0D3CE1166 - c9809fe7d03f5ad3"
+                  shouldBeEnabled = "Yes"
+                  ignoreCount = "0"
+                  continueAfterRunningActions = "No"
+                  symbolName = "PDFull.KMPDFThumbnailItem.mouseDown(with: __C.NSEvent) -&gt; ()"
+                  moduleName = "PDFull"
+                  usesParentBreakpointCondition = "Yes"
+                  urlString = "file:///Users/kdanmobile/Documents/Git/PDF_Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/Side/LeftSide/Thumbnail/KMPDFThumbnailItem.swift"
+                  startingColumnNumber = "9223372036854775807"
+                  endingColumnNumber = "9223372036854775807"
+                  startingLineNumber = "300"
+                  endingLineNumber = "300"
+                  offsetFromSymbolStart = "112">
+               </Location>
+               <Location
+                  uuid = "621A0211-67E5-476F-AD5D-52C0D3CE1166 - c9809fe7d03f5ad3"
+                  shouldBeEnabled = "Yes"
+                  ignoreCount = "0"
+                  continueAfterRunningActions = "No"
+                  symbolName = "PDFull.KMPDFThumbnailItem.mouseDown(with: __C.NSEvent) -&gt; ()"
+                  moduleName = "PDFull"
+                  usesParentBreakpointCondition = "Yes"
+                  urlString = "file:///Users/kdanmobile/Documents/Git/PDF_Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/Side/LeftSide/Thumbnail/KMPDFThumbnailItem.swift"
+                  startingColumnNumber = "9223372036854775807"
+                  endingColumnNumber = "9223372036854775807"
+                  startingLineNumber = "300"
+                  endingLineNumber = "300"
+                  offsetFromSymbolStart = "236">
+               </Location>
+            </Locations>
+         </BreakpointContent>
+      </BreakpointProxy>
+      <BreakpointProxy
+         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
+         <BreakpointContent
+            uuid = "3162C5D4-60FD-4B36-B27E-7B62757FF5CD"
+            shouldBeEnabled = "Yes"
+            ignoreCount = "0"
+            continueAfterRunningActions = "No"
+            filePath = "PDF Master/Class/PDFWindowController/Side/LeftSide/Thumbnail/KMPDFThumbnailItem.swift"
+            startingColumnNumber = "9223372036854775807"
+            endingColumnNumber = "9223372036854775807"
+            startingLineNumber = "200"
+            endingLineNumber = "200"
+            landmarkName = "updateFrame()"
+            landmarkType = "7">
+            <Locations>
+               <Location
+                  uuid = "3162C5D4-60FD-4B36-B27E-7B62757FF5CD - cb5c989271311e7d"
+                  shouldBeEnabled = "Yes"
+                  ignoreCount = "0"
+                  continueAfterRunningActions = "No"
+                  symbolName = "PDFull.KMPDFThumbnailItem.updateFrame() -&gt; ()"
+                  moduleName = "PDFull"
+                  usesParentBreakpointCondition = "Yes"
+                  urlString = "file:///Users/kdanmobile/Documents/Git/PDF_Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/Side/LeftSide/Thumbnail/KMPDFThumbnailItem.swift"
+                  startingColumnNumber = "9223372036854775807"
+                  endingColumnNumber = "9223372036854775807"
+                  startingLineNumber = "200"
+                  endingLineNumber = "200"
+                  offsetFromSymbolStart = "596">
+               </Location>
+               <Location
+                  uuid = "3162C5D4-60FD-4B36-B27E-7B62757FF5CD - cb5c989271311e7d"
+                  shouldBeEnabled = "Yes"
+                  ignoreCount = "0"
+                  continueAfterRunningActions = "No"
+                  symbolName = "PDFull.KMPDFThumbnailItem.updateFrame() -&gt; ()"
+                  moduleName = "PDFull"
+                  usesParentBreakpointCondition = "Yes"
+                  urlString = "file:///Users/kdanmobile/Documents/Git/PDF_Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/Side/LeftSide/Thumbnail/KMPDFThumbnailItem.swift"
+                  startingColumnNumber = "9223372036854775807"
+                  endingColumnNumber = "9223372036854775807"
+                  startingLineNumber = "200"
+                  endingLineNumber = "200"
+                  offsetFromSymbolStart = "840">
+               </Location>
+            </Locations>
+         </BreakpointContent>
+      </BreakpointProxy>
+      <BreakpointProxy
+         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
+         <BreakpointContent
+            uuid = "E7712F1A-E7C2-45F8-9E90-AA0F21D8B2A7"
+            shouldBeEnabled = "Yes"
+            ignoreCount = "0"
+            continueAfterRunningActions = "No"
+            filePath = "PDF Master/Class/PDFWindowController/Side/LeftSide/KMLeftSideViewController+Note.swift"
+            startingColumnNumber = "9223372036854775807"
+            endingColumnNumber = "9223372036854775807"
+            startingLineNumber = "269"
+            endingLineNumber = "269"
+            landmarkName = "_addDeleteAllAnnoItem(_:)"
             landmarkType = "7">
          </BreakpointContent>
       </BreakpointProxy>