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 202380

Summary: No code completion in FXML files
Product: javafx Reporter: John Jullion-ceccarelli <johnjullion>
Component: EditorAssignee: David Strupl <dstrupl>
Status: RESOLVED DUPLICATE    
Severity: normal CC: sdedic
Priority: P3    
Version: 7.1   
Hardware: Macintosh (x86)   
OS: Other   
Issue Type: DEFECT Exception Reporter:

Description John Jullion-ceccarelli 2011-09-20 20:44:55 UTC
Why isn't there code completion in FXML files? Shouldn't this come for free is we reference the DTD or schema?
Comment 1 David Strupl 2011-09-21 13:03:52 UTC
The question is whether we reference DTD or schema (if there actually is one). I will check with Anton and Svata.
Comment 2 David Strupl 2011-10-03 12:23:22 UTC
I will have a look at this.

Seems like not only there is no schema but also that no fixed schema can capture the FXML format. I will try to do something with it.
Comment 3 David Strupl 2011-10-12 12:21:46 UTC
There is now code completion when the source is not broken. Marking the issue as fixed.
Comment 4 ril3y 2011-10-29 21:00:43 UTC
This bug still exists in Netbeans 7.1 with Javafx on OSX.  My source is NOT broken and I still do not  get suggestions.
Comment 5 David Strupl 2011-10-30 07:49:05 UTC
For now the suggestions appear only on specific places (where you can type class name or field name). Improvements in the next release ...
Comment 6 Anton Chechel 2011-11-07 09:35:39 UTC

*** This bug has been marked as a duplicate of bug 204741 ***