Advertisement
dominus

Untitled

Jul 19th, 2024
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. Textmate disjointed lines "foo" and "bar"
  2.  
  3. INFO: Drop beginning on window 3 at (0.000000, 0.000000)
  4.  
  5. INFO: Drop position on window 3 at (207.613281, 33.500000) data = (null)
  6. INFO: . [SDL] In performDragOperation, draggingSourceOperationMask 5, expected Generic 4, others Copy 1, Link 2, Private 8, Move 10, Delete 20
  7. INFO: . [SDL] In performDragOperation, valid draggingPasteboard, name [__NSCFString] 'Apple CFPasteboard drag', changeCount 1144
  8. INFO: . [SDL] In performDragOperation, Pasteboard type 'public.utf8-plain-text', stringForType (7) 'bar
  9. foo'
  10. INFO: . [SDL] In performDragOperation, Pasteboard type 'NSStringPboardType', stringForType (7) 'bar
  11. foo'
  12. INFO: . [SDL] In performDragOperation, desiredType 'public.utf8-plain-text', Submitting DropText as (3) 'bar'
  13. INFO: . [SDL] In performDragOperation, desiredType 'public.utf8-plain-text', Submitting DropText as (3) 'foo'
  14. INFO: Drop position on window 3 at (207.613281, 33.500000) data = (null)
  15. INFO: Text dropped on window 3: bar at (207.613281, 33.500000)
  16. INFO: Text dropped on window 3: foo at (207.613281, 33.500000)
  17. INFO: Drop complete on window 3 at (207.613281, 33.500000)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement