Files
textmate/Frameworks/OakAppKit
Allan Odgaard 67ebb34f23 Fix unreliable tab switching keys
This was broken by 645f8d91e1.

The issue is that if the user press a key not in our managed menu, then the menu delegate will no longer be asked to update the menu for keys not in this (cached) menu.

Example: If there are items for ⌘1-3 in the menu and the user press ⌥⌘N a few times (to create more tabs), then the delegate is asked to update the menu on the first press, but as ⌥⌘N is not in the menu, successive events will not cause the menu to be updated. If the user then press ⌘5 (to go to the 5’th tab), nothing will happen, because our menu only holds 3 items, and the delegate is not asked to update the menu.
2013-01-23 12:36:47 +01:00
..
2012-09-04 23:53:37 +02:00
2012-09-25 14:16:50 +02:00
2012-09-16 11:41:23 +02:00
2013-01-23 12:36:47 +01:00
2012-09-25 12:30:12 +02:00
2012-12-19 19:42:36 +01:00