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

Improve IStatusBar #337

Closed MikiraSora closed 2 years ago

MikiraSora commented 2 years ago

Reason : Default StatusBarView call RefreshGridColumns() once and there's no way to refresh columns again after this time. So I want to expose RefreshGridColumns() and user could refresh columns after they called AddItem() anytime.

x27 commented 2 years ago

image

i have a problem with running Demo after update