dominus

Untitled

Jul 19th, 2024
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. TextEdit all lines
  2.  
  3.  
  4. INFO: Drop beginning on window 3 at (0.000000, 0.000000)
  5.  
  6. INFO: Drop position on window 3 at (99.722656, 18.761719) data = (null)
  7. INFO: . [SDL] In performDragOperation, draggingSourceOperationMask 5, expected Generic 4, others Copy 1, Link 2, Private 8, Move 10, Delete 20
  8. INFO: . [SDL] In performDragOperation, valid draggingPasteboard, name [__NSCFString] 'Apple CFPasteboard drag', changeCount 1142
  9. INFO: . [SDL] In performDragOperation, Pasteboard type 'public.rtf', stringForType (338) '{\rtf1\ansi\ansicpg1252\cocoartf2761
  10. \cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
  11. {\colortbl;\red255\green255\blue255;}
  12. {\*\expandedcolortbl;;}
  13. \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0
  14.  
  15. \f0\fs24 \cf0 foo\
  16. something\
  17. bar\
  18. FooBar}'
  19. INFO: . [SDL] In performDragOperation, Pasteboard type 'NeXT Rich Text Format v1.0 pasteboard type', stringForType (338) '{\rtf1\ansi\ansicpg1252\cocoartf2761
  20. \cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
  21. {\colortbl;\red255\green255\blue255;}
  22. {\*\expandedcolortbl;;}
  23. \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0
  24.  
  25. \f0\fs24 \cf0 foo\
  26. something\
  27. bar\
  28. FooBar}'
  29. INFO: . [SDL] In performDragOperation, Pasteboard type 'public.utf8-plain-text', stringForType (24) 'foo
  30. something
  31. bar
  32. FooBar'
  33. INFO: . [SDL] In performDragOperation, Pasteboard type 'NSStringPboardType', stringForType (24) 'foo
  34. something
  35. bar
  36. FooBar'
  37. INFO: . [SDL] In performDragOperation, Pasteboard type 'public.utf16-external-plain-text', stringForType (0) '(null)'
  38. INFO: . [SDL] In performDragOperation, Pasteboard type 'CorePasteboardFlavorType 0x75743136', stringForType (0) '(null)'
  39. INFO: . [SDL] In performDragOperation, desiredType 'public.utf8-plain-text', Submitting DropText as (3) 'foo'
  40. INFO: . [SDL] In performDragOperation, desiredType 'public.utf8-plain-text', Submitting DropText as (9) 'something'
  41. INFO: . [SDL] In performDragOperation, desiredType 'public.utf8-plain-text', Submitting DropText as (3) 'bar'
  42. INFO: . [SDL] In performDragOperation, desiredType 'public.utf8-plain-text', Submitting DropText as (6) 'FooBar'
  43. INFO: Drop position on window 3 at (99.722656, 18.761719) data = (null)
  44. INFO: Text dropped on window 3: foo at (99.722656, 18.761719)
  45. INFO: Text dropped on window 3: something at (99.722656, 18.761719)
  46. INFO: Text dropped on window 3: bar at (99.722656, 18.761719)
  47. INFO: Text dropped on window 3: FooBar at (99.722656, 18.761719)
  48. INFO: Drop complete on window 3 at (99.722656, 18.761719)
Add Comment
Please, Sign In to add comment