rubberduck-vba / Rubberduck3

COM add-in for the VBIDE
GNU General Public License v3.0
89 stars 17 forks source link

Adding design data to editor #62

Closed tommy9 closed 1 year ago

tommy9 commented 1 year ago

Sets up fake data for the XAML designer so that it is easier to see what the editor window will look like when working with it. Should have no impact on the runtime functionality as it just provides a data context for the designer.

Each of the 4 controls have data for viewing and all come through to EditorShellControl.xaml to look like this in VS:

EditorDesignView

I don't know if this is worth having at this stage in the project but I found it a nice learning exercise anyway.