Skip to content

Conversation

@Vogel612
Copy link
Member

@Vogel612 Vogel612 commented Jun 3, 2019

Each of these commits should basically be it's own PR, but the changes are somewhat insignificant, so I've bundled them.

Could be merged as is.

Vogel612 added 5 commits June 3, 2019 00:29
Ignoring an inspection type no longer triggers a full reparse.
Grouping behaviour changes are in a defer-cycle to avoid a rerender without any grouping.
This clarifies which resources are used where.
<ToggleButton Style="{StaticResource ToolBarToggleStyle}"
ToolTip="{Resx ResxName=Rubberduck.Resources.RubberduckUI, Key=GroupingStyle_BySeverity}"
IsChecked="{Binding Path=Grouping, Converter={StaticResource GroupBySeverityConverter}, ConverterParameter={x:Static codeInspections:InspectionResultGrouping.Severity}}">
IsChecked="{Binding Path=Grouping, Converter={StaticResource GroupingToBooleanConverter}, ConverterParameter={x:Static codeInspections:InspectionResultGrouping.Severity}}">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this fix #4849?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no. This just removes duplication in the converter instances used. Toolwindow now has 6 converters less associated with it.

@retailcoder retailcoder merged commit 0db534e into rubberduck-vba:next Jun 4, 2019
@Vogel612 Vogel612 deleted the fix/various-bugs branch August 22, 2019 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants