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 204216 - [71cat] missing autocomplete for layout
Summary: [71cat] missing autocomplete for layout
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF Editor (show other bugs)
Version: 7.1
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-25 14:18 UTC by muellermi
Modified: 2016-07-07 08:54 UTC (History)
0 users

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 muellermi 2011-10-25 14:18:48 UTC
Product Version = NetBeans IDE Dev (Build 201110240600)
Operating System = Windows XP version 5.1 running on x86
Java; VM; Vendor = 1.7.0
Runtime = Java HotSpot(TM) Client VM 21.0-b17

given this part of a JSF page 
h:selectOneRadio id="category" lay

- Press {Ctrl}+{Space} 
autocomplete pops up, showing "layout" and it's two valid options.
- Press {Enter}

NB completes the line
h:selectOneRadio id="category" layout=""

The cursor is placed between the ""
- Press {Ctrl}+{Space} 
--> no sugggestion, should be "pageDirection", "lineDirection"
Comment 1 Martin Balin 2016-07-07 08:54:48 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss