Files
openide/plugins/javaFX/testData/completion/defaultPropertyIncludeOnce.fxml
anna 7933803b89 javafx: do not include default properties in completion twice
(cherry picked from commit cc8af6dba30d01d0bcc5928338eba6b8eb9f9a91)
2013-03-26 21:42:59 +01:00

6 lines
129 B
XML

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