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 220815 - Unknown name in FXML reserved namespace: constant
Summary: Unknown name in FXML reserved namespace: constant
Status: RESOLVED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-25 08:43 UTC by Stepan Zebra
Modified: 2012-10-26 01:29 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stepan Zebra 2012-10-25 08:43:19 UTC
Product Version: NetBeans IDE Dev (Build 201210250001)
Java: 1.7.0_10-ea; Java HotSpot(TM) 64-Bit Server VM 23.6-b04
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)

The fx:constant attribute, introduced in JavaFX 2.2:
http://docs.oracle.com/javafx/2/api/javafx/fxml/doc-files/introduction_to_fxml.html#constant_elements
is marked red with "Unknown name in FXML reserved namespace: constant" hint.
Comment 1 Svata Dedic 2012-10-25 11:21:49 UTC
Is there yet another construct in the Guide that I forgot to support ?
Comment 2 Svata Dedic 2012-10-25 14:02:57 UTC
Changeset: 828c5a176b92
Author:    Svata Dedic <sdedic@netbeans.org>
Date:      2012-10-25 16:02
Message:   Implemented parsing and completion for fx:constant
Comment 3 Quality Engineering 2012-10-26 01:29:33 UTC
Integrated into 'main-golden', will be available in build *201210260001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/828c5a176b92
User: Svata Dedic <sdedic@netbeans.org>
Log: Issue #220815 - Unknown name in FXML reserved namespace: constant: fixed
Implemented parsing and completion for fx:constant