mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
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:
@@ -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>
|
||||
Reference in New Issue
Block a user