Re: Code prediction
Jiří Kovalský <[email protected]> Mon, 29 Oct 2012 11:37:34 +0100
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
V=C3=A1clave,
why don't you file it as new RFE? I think you will find more people=20
who will vote for your issue.
https://netbeans.org/bugzilla/enter_bug.cgi
Best regards,
-Jirka
On 29.10.2012 11:19, [email protected] wrote:
> Hellou, I have a question:
>
> 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) ?
>
> My idea:
>
> 1) I write "pad"
> 2) first Ctrl + Space - shows the prediction code
> 3) second Ctrl + Space =3D> "padding" (because the word "padding" is t=
he
> only way to continue)
> 4) I write "-t"
> 5) shows the prediction code with the only option "padding-top"
>
> It is much easier and faster.