DragPeeker X
DragPeeker X is a debugging tool, inspired by the original DragPeeker that
shipped in 1994 with the "Drag and Drop SDK".
When you drag something onto a DPX window, the window is immediately updated
to show you the number of drag items, the number of drag flavors, and the flavor
types. This lets you know what the sending application is offering. If you drop
the objects into a DPX window, then the entire contents of the drag are displayed.
Release 0.3 - September 28th, 2004
- Fixed handling of PromiseHFSFlavors
- -- no longer crashes when dragging from Palm Desktop
- -- reported bug #3776086 to Apple.
- The text is now (finally) in Monaco 9.
To do:
- The text really shouldn't wrap, ever.
Known Bugs:
- Copy should not be enabled (right after a drop) since there's no selection.
- Scroll bars are not always right after drop.
- -- reported bug #3764463 to Apple
- If zooming makes the window bigger, sometimes it's too small
- -- reported bug #3764434 to Apple
Release 0.2 - August 22nd, 2004
- Changed the title of the window to DragPeeker X
- Made the window default to bigger - large enough not to scroll horizontally.
- The window now does live resize.
- Implemented "Save As"
- (Partially) fixed a bug where sometimes the scroll bars on the windows get screwed up.
- Fixed a bug where sometimes we got extra characters at the end of the text.
- Cut and Clear and Paste should never be enabled.
- -- reported bug #3778292 to Apple
- Implemented "ideal zooming", but imperfectly, due to a bug in TXNGetHIRect.
To do:
- Why can't you drag from Palm Desktop?
-- because the second drag flavor is malformed
- The text really needs to be a fixed width font.
- It really shouldn't wrap, either.
Release 0.1 - August 2nd, 2004
To do:
- Can't save the drag info to a file.
- Sometimes the scroll bars on the windows get screwed up.
- The text really needs to be a fixed width font.
- It really shouldn't wrap, either.
Bugs/suggestions/etc should be reported to dpx@idio.com
Marshall Clow