Advertisement
dominus

Untitled

Jul 19th, 2024
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.90 KB | None | 0 0
  1. INFO: Drop beginning on window 3 at (0.000000, 0.000000)
  2.  
  3. INFO: Drop position on window 3 at (410.367188, 41.648438) data = (null)
  4. INFO: . [SDL] In performDragOperation, draggingSourceOperationMask 5, expected Generic 4, others Copy 1, Link 2, Private 8, Move 10, Delete 20
  5. INFO: . [SDL] In performDragOperation, valid draggingPasteboard, name [__NSCFString] 'Apple CFPasteboard drag', changeCount 1145
  6. INFO: . [SDL] In performDragOperation, Pasteboard type 'com.apple.iWork.TSPNativeData', stringForType (0) '(null)'
  7. INFO: . [SDL] In performDragOperation, Pasteboard type 'com.apple.iWork.TSPNativeMetadata', stringForType (0) '(null)'
  8. INFO: . [SDL] In performDragOperation, Pasteboard type 'com.apple.iWork.TSPDescription', stringForType (0) '(null)'
  9. INFO: . [SDL] In performDragOperation, Pasteboard type 'com.apple.iWork.pasteboardState.documentId-16023002117271583783', stringForType (0) ''
  10. INFO: . [SDL] In performDragOperation, Pasteboard type 'com.apple.iWork.pasteboardState.hasTextStoragesAttachmentsAllowed', stringForType (0) ''
  11. INFO: . [SDL] In performDragOperation, Pasteboard type 'com.apple.iWork.pasteboardState.hasTextStoragesAttachmentsNotAllowed', stringForType (0) ''
  12. INFO: . [SDL] In performDragOperation, Pasteboard type 'com.apple.iWork.pasteboardState.hasNativeText', stringForType (0) ''
  13. INFO: . [SDL] In performDragOperation, Pasteboard type 'com.apple.iWork.pasteboardState.countOfObject-1', stringForType (0) ''
  14. INFO: . [SDL] In performDragOperation, Pasteboard type 'com.apple.iWork.pasteboardState.hasNativeTypes', stringForType (0) ''
  15. INFO: . [SDL] In performDragOperation, Pasteboard type 'com.apple.iWork.pasteboardState.applicationName-Pages', stringForType (0) ''
  16. INFO: . [SDL] In performDragOperation, Pasteboard type 'com.apple.flat-rtfd', stringForType (0) '(null)'
  17. INFO: . [SDL] In performDragOperation, Pasteboard type 'NeXT RTFD pasteboard type', stringForType (0) '(null)'
  18. INFO: . [SDL] In performDragOperation, Pasteboard type 'public.rtf', stringForType (309) '{\rtf1\ansi\ansicpg1252\cocoartf2761
  19. \cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fnil\fcharset0 HelveticaNeue;}
  20. {\colortbl;\red255\green255\blue255;\red0\green0\blue0;}
  21. {\*\expandedcolortbl;;\cssrgb\c0\c0\c0;}
  22. \deftab720
  23. \pard\pardeftab720\partightenfactor0
  24.  
  25. \f0\fs22 \cf2 \up0 \nosupersub \ulnone foo\
  26. bar}'
  27. INFO: . [SDL] In performDragOperation, Pasteboard type 'NeXT Rich Text Format v1.0 pasteboard type', stringForType (309) '{\rtf1\ansi\ansicpg1252\cocoartf2761
  28. \cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fnil\fcharset0 HelveticaNeue;}
  29. {\colortbl;\red255\green255\blue255;\red0\green0\blue0;}
  30. {\*\expandedcolortbl;;\cssrgb\c0\c0\c0;}
  31. \deftab720
  32. \pard\pardeftab720\partightenfactor0
  33.  
  34. \f0\fs22 \cf2 \up0 \nosupersub \ulnone foo\
  35. bar}'
  36. INFO: . [SDL] In performDragOperation, Pasteboard type 'public.utf16-external-plain-text', stringForType (0) '(null)'
  37. INFO: . [SDL] In performDragOperation, Pasteboard type 'CorePasteboardFlavorType 0x75743136', stringForType (0) '(null)'
  38. INFO: . [SDL] In performDragOperation, Pasteboard type 'public.utf8-plain-text', stringForType (7) 'foo
  39. bar'
  40. INFO: . [SDL] In performDragOperation, Pasteboard type 'NSStringPboardType', stringForType (7) 'foo
  41. bar'
  42. INFO: . [SDL] In performDragOperation, Pasteboard type 'com.apple.cocoa.pasteboard.multiple-text-selection', stringForType (0) '(null)'
  43. INFO: . [SDL] In performDragOperation, Pasteboard type 'Apple multiple text selection pasteboard type', stringForType (0) '(null)'
  44. INFO: . [SDL] In performDragOperation, desiredType 'public.utf8-plain-text', Submitting DropText as (3) 'foo'
  45. INFO: . [SDL] In performDragOperation, desiredType 'public.utf8-plain-text', Submitting DropText as (3) 'bar'
  46. INFO: Drop position on window 3 at (410.367188, 41.648438) data = (null)
  47. INFO: Text dropped on window 3: foo at (410.367188, 41.648438)
  48. INFO: Text dropped on window 3: bar at (410.367188, 41.648438)
  49. INFO: Drop complete on window 3 at (410.367188, 41.648438)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement