This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 199487 - I18N: RFE: provide option to disable quicksearch text field on menubar
Summary: I18N: RFE: provide option to disable quicksearch text field on menubar
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Quick Search (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2011-06-17 06:19 UTC by Masaki Katakai
Modified: 2012-12-19 10:20 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
menu items are sometimes overwapped in small screen (65.33 KB, image/jpeg)
2011-06-17 06:19 UTC, Masaki Katakai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2011-06-17 06:19:31 UTC
Created attachment 108945 [details]
menu items are sometimes overwapped in small screen

Is there any way to disable(dismiss) quick search text field on menubar?

I posted a question to forum but there is no answer yet.

  http://netbeans-org.1045718.n5.nabble.com/How-to-dismiss-quicksearch-textfield-from-menubar-td4365400.html

Each menu on localized NetBeans is sometimes longer than English so
menu items are overwrapped when quick search text field is displayed.
I'd like to disable it or move to toolbar like NetBeans 6.9.
Comment 1 Jan Becicka 2011-06-17 07:38:30 UTC
I'm on Mac, so I don't have quick search in menu, so I cannot try it myself, but you can try this:
Shut down the IDE, then go into the config subdir of your NB user dir. Create a subdirectory Menu, and in it create empty file "org-netbeans-modules-quicksearch-QuickSearchAction.shadow_hidden" and restart the IDE.
Did it help?
Comment 2 Masaki Katakai 2011-06-21 23:06:23 UTC
Hi Jan,

I tried it on Windows - it works! It's great!

Thank you very much!