Files
openide/plugins/javaFX/testData/completion/acceptableSourceOnly.fxml
anna 4a159a8648 javafx: filter out unacceptable ids during fx:reference source processing
(cherry picked from commit 490500af5adb50c3cd1b35de700a28fd37ca644b)
2013-03-26 21:43:00 +01:00

8 lines
186 B
XML

<?import javafx.scene.layout.GridPane?>
<GridPane xmlns:fx="http://javafx.com/fxml" fx:id="foo">
<rowConstraints>
<fx:reference source="<caret>"/>
</rowConstraints>
</GridPane>