Matt Bigarani - 2004-01-22

Wow, the effects are very cool. The pager is great, the only improvement would be dragging windows between desktops.

The run applications command is also very nice. The only problem is when you don't know the exact name of the application (it beachballs for about 30 seconds if the name isn't right). Checkout PathFinder- I think the run applications dialog should be more like that.

NSArray *apps = nil;
/* This code loads all the application URLs into an array. */
LSInit(1);
_LSCopyAllApplicationURLs(&apps);

Load that list up when DM launches, do iconForFileWithPath, put them all into a list box. Then use the text field to narrow down the app you're looking for. If you know the name of the application, then you haven't lost any time. If you don't know the whole name or the name is really long, DM just saved you some time!