javafx: accept property tags inside fx:root; completion inside fx:root tag

(cherry picked from commit a2d537c110cf7ce277e5f9881cd21e313be6d115)
This commit is contained in:
anna
2013-03-21 10:40:33 +01:00
parent a3c536e3cd
commit 1686e08dc4
5 changed files with 31 additions and 4 deletions
@@ -0,0 +1,5 @@
<?import javafx.scene.layout.GridPane?>
<?import javafx.scene.control.Label?>
<fx:root type="javafx.scene.layout.GridPane" xmlns:fx="http://javafx.com/fxml">
<<caret>
</fx:root>
@@ -0,0 +1,5 @@
<?import javafx.scene.layout.GridPane?>
<?import javafx.scene.control.Label?>
<fx:root type="javafx.scene.layout.GridPane" xmlns:fx="http://javafx.com/fxml">
<children
</fx:root>