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

Summary: [71cat] missing autocomplete for layout
Product: javaee Reporter: muellermi <muellermi>
Component: JSF EditorAssignee: Martin Fousek <marfous>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

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