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 167194 - Missing options item from old "Advanced Options"
Summary: Missing options item from old "Advanced Options"
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-17 01:53 UTC by dcannin
Modified: 2010-01-11 02:11 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dcannin 2009-06-17 01:53:35 UTC
Delay of Completion Window Auto Popup property is missing from new Tools > Option window.
Comment 1 Filip Zamboj 2009-06-22 13:10:43 UTC
Could you please point me what project used this option? thanks 
Comment 2 Andrei Chistiakov 2009-07-14 16:34:40 UTC
Without requested information for long time - INVALID. We can't do anything in this case. Reporter, please add requested
information and reopen issue. Thanks in advance.
Comment 3 dcannin 2009-07-16 21:26:36 UTC
This was an option in Netbeans 5.5 which is not in 6.7

http://editor.netbeans.org/doc/UserView/config_completion.html 
Comment 4 Andrei Chistiakov 2009-07-17 13:19:12 UTC
Thanks for the info. Reassigning to Editor.
Comment 5 Jiri Prox 2009-07-20 18:19:59 UTC
This option was removed when java was rewritten to the new infrastructure. 
Do you have any specific usecase, which would justify reimplementing this option?
Comment 6 dcannin 2009-08-02 04:40:30 UTC
"Do you have any specific usecase ..."
Yes, I like to be able to adjust the delay at which the intellisense pops up.  And from what I read in the group so do
others.  This was a nice feature for those of us that do not type very fast and would like the pop up to be a little slower.
Comment 7 Max Sauer 2009-08-03 14:49:29 UTC
Following settings need to be set from options dialog (Editor | Code Completion | All Languages):

SimpleValueNames.COMPLETION_AUTO_POPUP_DELAY and SimpleValueNames.JAVADOC_AUTO_POPUP_DELAY

The panel is located in options.editor org.netbeans.modules.options.editor.GeneralCompletionOptionsPanel. I'll add two TextFields with time in [ms] there. 
Ondro, do you agree? Thanks.
Comment 8 Ondrej Langr 2009-08-04 14:27:05 UTC
dcannin: I'd like to find out more about the motivation .. what exactly is the problem with the completion jumping off
too early? 
Correct me if I'm wrong  .. but the fact that CC is shown should not bother in any way, right?

Also, you've mentioned other people had the same request, could you point me to the threads dealing with this? 

thanks.