|
@@ -1751,9 +1751,9 @@ import Cocoa
|
|
|
self.recordSaveWatermarkFlag(type: .editText)
|
|
|
}
|
|
|
|
|
|
- func pdfViewEditingDoubleClick(_ pdfView: CPDFView!, imageArea editArea: CPDFEditArea!) {
|
|
|
- debugPrint("pdfViewEditingDoubleClick")
|
|
|
- }
|
|
|
+// func pdfViewEditingDoubleClick(_ pdfView: CPDFView!, imageArea editArea: CPDFEditArea!) {
|
|
|
+// debugPrint("pdfViewEditingDoubleClick")
|
|
|
+// }
|
|
|
|
|
|
func pdfViewEditingOperationDidChanged(_ pdfView: CPDFView!) {
|
|
|
debugPrint("pdfViewEditingOperationDidChanged")
|
|
@@ -1762,9 +1762,9 @@ import Cocoa
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- func pdfListViewEditAnnotation(_ pdfListView: CPDFListView!, for anotation: CPDFAnnotation!) {
|
|
|
- debugPrint("pdfListViewEditAnnotation")
|
|
|
- }
|
|
|
+// func pdfListViewEditAnnotation(_ pdfListView: CPDFListView!, for anotation: CPDFAnnotation!) {
|
|
|
+// debugPrint("pdfListViewEditAnnotation")
|
|
|
+// }
|
|
|
|
|
|
|
|
|
func pdfListViewKeyDownIsContinue(_ pdfListView: CPDFListView!, theEvent: NSEvent!) -> Bool {
|