Files
openide/plugins/javaFX/testData/completion/noInfinity.fxml
anna 44e5c3f5ef javafx: complete Infinity/NaN for float/double properties
(cherry picked from commit 87c1146a92dfa0f74e896e3372795d5a1b52bba6)
2013-03-26 21:43:11 +01:00

6 lines
181 B
XML

<?import javafx.scene.layout.GridPane?>
<?import javafx.scene.control.Button?>
<GridPane xmlns:fx="http://javafx.com/fxml">
<Button GridPane.columnIndex="<caret>"/>
</GridPane>