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 220422 - Fix o.n.m.javafx2.editor.css.JavaFXCSSModule so it doesn't inject the javafx properties in normal projects
Summary: Fix o.n.m.javafx2.editor.css.JavaFXCSSModule so it doesn't inject the javafx ...
Status: RESOLVED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: PC Mac OS X
: P2 normal (vote)
Assignee: Petr Somol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-19 12:57 UTC by Marek Fukala
Modified: 2012-10-26 01:30 UTC (History)
0 users

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 Marek Fukala 2012-10-19 12:57:50 UTC
changeset:   236307:40991cc9b0ac
date:        Fri Oct 19 14:46:35 2012 +0200
summary:     enhancing the css editor module support so all the features are context aware

Please do ${subject} - it's enough just to implement 

JavaFXCSSModule.isJavaFXContext() which is now just:

private boolean isJavaFXContext(FileObject file) {
        return true;
}


Let me know if you face any problems or obstacles. Thanks.
Comment 1 Petr Somol 2012-10-25 09:30:11 UTC
fixed in jetmain
http://hg.netbeans.org/jet-main/rev/fbca68f5ba1c
Comment 2 Quality Engineering 2012-10-26 01:30:17 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/fbca68f5ba1c
User: Petr Somol <psomol@netbeans.org>
Log: #220422 - Fix o.n.m.javafx2.editor.css.JavaFXCSSModule so it doesn't inject the javafx properties in normal projects