Archives / Search ›

'm' just stopped working in Project Builder. It stopped working right in the middle of my typing:

- (SXDocument *)docuent;

My first, frightened thought was that the key had failed. I switched to the O2, it worked fine; switched to Key Caps, fine there too. Mu, option-m, capital M, command-M to minimize, they all work, just not plain old lowercase m.

The April beta of PB 2.0 hasn't crashed once in several solid days of development; the only flakiness it's showed is in showing class information for multiple targets (it doesn't, so it picks the first one and you have to work hard to persuade it to forget), and one time when the Find panel stopped coming up, fixed by quitting and restarting. So the upshot is that this 'm' situation is the biggest thing I've had to complain about in a while.

(Closing and reopening the project fixed it.)

I am the #1 link on Google for "overdue weblog", which someone searched for earlier today. Surprisingly (or maybe not considering the primarily technical material I discuss here), I haven't had any referers which would qualify for Disturbing Search Requests.

How could a Weblog be overdue, anyway? Library books, projects, payments, sure, but a weblog?

Nat discovered Mutt's incredible threading features. I sure wish I used a graphical mailreader again, but until I find one that lets me read mail as fast and efficiently as Mutt does, it's a no-brainer.


Mutt threading is even better with the “last-mailbox-order” modifier, which sorts active threads to the bottom of the mailbox. In my .muttrc, I have:

folder-hook lists/.*    set sort=threads
folder-hook lists/.*    set sort_aux=last-mailbox-order

Brent Simmons' MacNewsWire uses the very interesting-looking SQLite as a back end.

The folks at Black Hole Media wrote an Objective-C wrapper for SQLite. Also on their Code page is URLTextView, which properly tracks URLs in NSTextViews. Definitely something to look at for the next release of ICeCoffEE… assuming I ever get out from my current pile of work.

Having trouble rearranging items in outline views in Project Builder? I always did. The reason it behaves weirdly is that the target is based on the position of the cursor (mouse pointer), not the position of the items you're dragging.

This is really poor design IMO. Consider the physical equivalent – you're picking up an object to move it, and its final position depends on where your hands are, rather than where the object is.

But at least I understand now, and I won't be fighting with PB to position my files somewhere.

‹ Newer Posts  •  Older Posts ›