Re: [Stepmenus-discuss] Issue with TextMate
Status: Beta
Brought to you by:
greedy
From: Geoff R. <va...@im...> - 2005-03-22 02:35:29
|
On Mar 21, 2005, at 6:08 PM, Daniel F.Simola wrote: > I noticed an issue using StepMenus with TextMate: if you bring up the > automate menu and single click on either of the menus macros, > snippets, or commands, the StepMenu will iteratively load and unload > the menu items of these submenus, and this iteration does not end. I > don"t know if this has to do with how TextMate populates the menus or > with StepMenus. This behavior can also be seen in Safari's Bookmarks menu. The trouble is that it's nice to be able to dynamically update the menus, so that if you add a bookmark while you have torn-off the Bookmarks menu it shows up. The problem is that some menus are built from scratch every time you ask if they have changed, which causes the loading and unloading of the items. That is, StepMenus asks the menu to update, so it removes all the current items. I think a workable solution might be to find a way to show only the end state rather than update the menu as it is build, look for it in the next release. -- Geoff |