Draw the current text view size in the titlebar during resize operations.
commitae1b066d82753e287383dd5b6f9bfe5030616c7e
authorTim Allen <screwtape@froup.com>
Fri, 26 Oct 2007 04:14:41 +0000 (26 14:14 +1000)
committerBjorn Winckler <bjorn.winckler@gmail.com>
Fri, 26 Oct 2007 16:05:55 +0000 (26 18:05 +0200)
treed00e61f74961873476b9c55e26b60fc97c80246f
parent7978619fb08b18ca3e76afb92a60593653f6528c
Draw the current text view size in the titlebar during resize operations.

It seems that NSWindows get notfied of each step of the live-resize, but
NSViews get notified of the start and end events. So, we make MMTextView
forward these notifications to the window controller, and let the window
controller figure out when to change the title.

Signed-off-by: Tim Allen <screwtape@froup.com>
src/MacVim/MMTextView.m
src/MacVim/MMWindowController.h
src/MacVim/MMWindowController.m