javafx: make field ref unresolvable when controller is set in .fxml; add create field quick fix (IDEA-103198)

(cherry picked from commit b16a973deb71e6d063f0e763cd4e15b6d7983a2f)
This commit is contained in:
anna
2013-03-15 22:04:14 +01:00
parent 62437d4469
commit f649c90a65
7 changed files with 141 additions and 8 deletions
@@ -0,0 +1,5 @@
<?import javafx.scene.layout.GridPane?>
<?import javafx.scene.control.Button?>
<GridPane xmlns:fx="http://javafx.com/fxml" fx:controller="CreateControllerMethod">
<Button fx:id="b<caret>tn"/>
</GridPane>