Comment 22 for bug 618587

Revision history for this message
Michael Terry (mterry) wrote :

Good news, I got most of the items to appear. The appmenu indicator has this trick it does where it fakes an activation on toplevel menu items because some apps lazily calculate menus based on activation signals. But Eclipse actually lazily calculates menus on *show* signals. So faking a show gets the menus to appear.

But now I'm seeing issues with toplevel entries not swapping in and out correctly as you focus different parts of the IDE as well as some menu item labels not updating correctly. Looking into it.