nagyistoce / maccode

Automatically exported from code.google.com/p/maccode
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Add scrubbing to PSMTabBarControl #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Before PSMTabBarControl was added to Adium, we could "scrub" to different tabs 
by holding the 
option key and waving the mouse at the tab we wanted to look at. This was very 
handy in reading 
messages while Adium is in the background and generally skimming through open 
tabs, and I think 
there's merit in adding it that functionality to PSMTabBarControl.

The attached patch should implement this in a straightforward way. Most 
importantly, -
[PSMTabBarCell mouseEntered:] has been changed to respond when theEvent's 
NSAlternateKeyMask 
modifier flag is set.

Original issue reported on code.google.com by rgovostes on 20 May 2007 at 5:17

Attachments:

GoogleCodeExporter commented 9 years ago
Patch reviewed by Evan Schoenberg. Implemented in r119.

Original comment by rgovostes on 20 May 2007 at 5:37