We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b68739 commit 4be6061Copy full SHA for 4be6061
bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/contentassist/CompletionProposalPopup.java
@@ -550,12 +550,6 @@ public String showProposals(final boolean autoActivated) {
550
*/
551
boolean hideWhenNoProposals(boolean autoActivated) {
552
if (autoActivated || !fContentAssistant.isShowEmptyList()) {
553
- if (!autoActivated) {
554
- Control control= fContentAssistSubjectControlAdapter.getControl();
555
- if (control != null && !control.isDisposed()) {
556
- control.getDisplay().beep();
557
- }
558
559
hide();
560
return true;
561
}
0 commit comments