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 - Code prediction after entering part of a word
Summary: Code prediction after entering part of a word
Status: VERIFIED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: CSS Editor (show other bugs)
Version: 7.2
Hardware: PC Windows 7 x64
: P1 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-29 11:10 UTC by wachler
Modified: 2013-01-17 13:14 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 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