mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
javafx: disable create field from usage when the reference name is empty (IDEA-105237)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
public class CreateControllerMethod {}
|
||||
@@ -0,0 +1,5 @@
|
||||
<?import javafx.scene.layout.GridPane?>
|
||||
<?import javafx.scene.control.Button?>
|
||||
<GridPane xmlns:fx="http://javafx.com/fxml" fx:controller="CreateFieldEmptyName">
|
||||
<Button fx:id="<caret>"/>
|
||||
</GridPane>
|
||||
Reference in New Issue
Block a user