Skip to content

Commit 5dd3036

Browse files
EcljpseB0Tjukzi
authored andcommitted
LaunchConfigurationViewer: update match count - fixes #1417
Update the match count after editing the filter text #1417
1 parent b9a1842 commit 5dd3036

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationViewer.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,4 +260,11 @@ protected void filterChanged() {
260260
protected void setLaunchConfigurationView(LaunchConfigurationView launchConfigurationView) {
261261
fView = launchConfigurationView;
262262
}
263+
264+
@Override
265+
public void refresh(boolean updateLabels) {
266+
filterChanged();
267+
super.refresh(updateLabels);
268+
}
269+
263270
}

0 commit comments

Comments
 (0)