Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Netbeans: How do I disable this?

Tags:

netbeans

Netbeans annoying popup

How do I disable this annoying black box that pops up in Netbeans? I want to keep code hints etc enabled, but this continually annoys me and I can't find the setting for it.

like image 275
Matty Avatar asked Aug 10 '11 02:08

Matty


1 Answers

Assuming Netbeans 7.0 +

Select Tools from the Top menu bar

-> Options

-> click on Editor ( looks like a book )

-> select the tab labeled "hints"

-> from the pull down menu choose the correct language

-> deselect the hint for that feature

If Thats a documentation prompt then

-> select the tab labeled "Code Completion"

->deselect "Auto Popup Documentation Window"

In my Neatbeans however HINTS or DOCs are never on black background so i can't rule out that you have a addon or plugin that may be causing this ...

like image 89
stimpy Avatar answered Sep 25 '22 00:09

stimpy