How can work .fxml with editor and scene builder in the same instance IDEA Follow
Hello everybody,
I try to develop with JavaFX and I want to discover and pratice fxml file both scene builder and xml editor Idea.
But When I configure .fxml for open with scene builder I don't can edit fxml in xml view
and
When I configure .fxml to open with editor xml view I don't can open it with scene builder.
Can you help me to work in fine context with editor xml and scene builder in the same instance of Intellij IDEA 12 ?
Thank for your help
Please sign in to leave a comment.
Hi,
you don't need to map .fxml extension to open SceneBuilder. There is a dedicated action (Open in SceneBuilder) available in Editor Popup menu as well as Project View as well as Find Action (Help|Find Action). There should be no problems
OK I delete File Types association in Settings
and
I fill the path to SceneBuilder in Settings > JavaFX
and
when I want to work to xml langage I double click on the file
and
when I want to work with UI Editor JFX I right-click on the file and select Open In SceneBuilder.
It seem response to my problem
Thank you Anna for your support.
- delete File Types association in Settings
- fill the path to SceneBuilder in Settings > JavaFX
- to work to xml langage double click on the file
- to work with UI Editor JFX I right-click on the file and select Open In SceneBuilder.