When debugging chained lambda expressions in Eclipse, the Select Lambda dialog is shown to choose one of the available lambdas. Currently, the dialog includes a filter/search text field at the top, but it lacks any helper text explaining that typing will filter the list. This makes the UI slightly unclear for new users.
Expected Improvement
Add a short helper label above the filter field, for example:
Type to filter the list of lambda expressions
org.eclipse.jdt.internal.debug.ui.actions.ToggleBreakpointAdapter.selectLambda(List<LambdaExpression>) - One can look into this class and make the changes
When debugging chained lambda expressions in Eclipse, the Select Lambda dialog is shown to choose one of the available lambdas. Currently, the dialog includes a filter/search text field at the top, but it lacks any helper text explaining that typing will filter the list. This makes the UI slightly unclear for new users.
Expected Improvement
Add a short helper label above the filter field, for example:
Type to filter the list of lambda expressions
org.eclipse.jdt.internal.debug.ui.actions.ToggleBreakpointAdapter.selectLambda(List<LambdaExpression>)- One can look into this class and make the changes