Naoghuman / NetBeansIDE-AfterburnerFX-Plugin

The NetBeansIDE-AfterburnerFX-Plugin is a NetBeans IDE plugin which supports the file generation in convention with the library afterburner.fx in a JavaFX project.
GNU General Public License v3.0
9 stars 3 forks source link

[Optional Files] css will be injected although the checkbox isn't selected. #43

Closed Naoghuman closed 8 years ago

Naoghuman commented 8 years ago

[Optional Files] css will be injected although the checkbox isn't selected.

<AnchorPane id="AnchorPane" prefHeight="400.0" prefWidth="600.0" styleClass="mainFxmlClass" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.github.naoghuman.demoapplication.DemoapplicationPresenter">
    <stylesheets>
        <URL value="@Expression css is undefined on line 16, column 24 in Templates/javafx/Template.fxml..css"/>
    </stylesheets>
</AnchorPane>
Naoghuman commented 8 years ago

The .css file will only injected when the parent CheckBox isn't selected but the CheckBox for the injection is.