tgjones / gemini

Gemini is an IDE framework similar in concept to the Visual Studio Shell. It uses AvalonDock and has an MVVM architecture based on Caliburn Micro.
Other
1.1k stars 298 forks source link

Fix document list menu #359

Closed jetelain closed 1 year ago

jetelain commented 1 year ago

The menu in document tab header did not work, document title was missing, and click on menu item has no effect.

This PR fixes the title and command binding. Menu is now fully functional.

Before this PR:

image

After this PR:

image