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 221010

Summary: Code prediction after entering part of a word
Product: web Reporter: wachler
Component: CSS EditorAssignee: Marek Fukala <mfukala>
Status: VERIFIED FIXED    
Severity: normal CC: vriha
Priority: P1    
Version: 7.2   
Hardware: PC   
OS: Windows 7 x64   
Issue Type: ENHANCEMENT Exception Reporter:

Description wachler 2012-10-29 11:10:30 UTC
Example: I want to write CSS property "padding-top".

1) I write "pad" 
2) first push Ctrl + Space shows the prediction code (http://www.imghosting.cz/images/43pad1.png) 
3) I repeatedly push the Ctrl + Space to complete word "padding", but still nothing

The word "padding" is the only way to continue or not ? So why do I have to use the down arrow to mark the word "padding-top" and then
"Enter" (complicated) ? When a write "bor"(for "border") - word list is more longer...

My idea:

1) I write "pad"
2) first Ctrl + Space - shows the prediction code
3) second Ctrl + Space => "padding" (because the word "padding" is the only way to continue)
4) I write "-t"
5) shows the prediction code with the only option "padding-top"

It is much easier and especially faster.
Comment 1 Marek Fukala 2013-01-02 11:33:43 UTC
<tab> key is what you need to press to complete the common prefix.
Comment 2 wachler 2013-01-04 18:14:45 UTC
yes, exactly
thanks for your time