Opened 13 months ago
Last modified 6 months ago
#120 new enhancement
Integrate JavaFX scenebuilder
| Reported by: | anonymous | Owned by: | tom |
|---|---|---|---|
| Priority: | minor | Milestone: | later |
| Component: | tooling-fxml | Version: | 0.0.13 |
| Keywords: | Cc: |
Description
When installed, embed JavaFX scene builder in Eclipse as fxml file editor. (Source view should be still possible off course)
Looks easy to do from a JavaFX app, but not sure if this can be done from an Eclipse plug-in.
Attachments (0)
Change History (5)
comment:1 Changed 13 months ago by tom
- Component changed from distro to tooling-fxml
comment:2 Changed 12 months ago by anonymous
comment:3 follow-up: ↓ 5 Changed 10 months ago by tom
embedding as an plugin-editor is not really possible at the moment but there's a context menu already to open the file in SceneBuilder? and because 3.8/4.2 have auto-refresh turned on e(fx)clipse XML-Editor will be refreshed automatically.
I still leave this open because I hope one day I can directly integrate SceneBuilder? into the IDE.
comment:4 Changed 6 months ago by tom
- Milestone set to later
comment:5 in reply to: ↑ 3 Changed 6 months ago by esw9999@…
For some reason, the "Open with SceneBuilder?" item always stays grayed out and deactivated, no matter what I've tried. There's a symbolic link to my SceneBuilder? in /usr/bin, I created a SCENEBUILDER_HOME env. variable, added this directory, and the directory of the scenebuilder jar to my path, and basically just dont know what else to do. I can work around it, but would like to know if there is something I'm missing. It seems like there ought to be a setting to point the tool at the SceneBuilder?'s location, but i couldnt find one.

+1 this would be great