Re: FXML completion

2018-11-24 Thread Glenn Holmer
On 11/24/2018 12:17 PM, Geertjan Wielenga wrote: > Has NetBeans ever had code completion in FXML files? Apparently; I'm an FX newbie. https://www.youtube.com/watch?v=IjenXYBS3BM https://netbeans.org/bugzilla/show_bug.cgi?id=271048&x=22&y=7 -- Glenn Holmer (Linux registered user #16682) "After

Re: FXML completion

2018-11-24 Thread Geertjan Wielenga
Has NetBeans ever had code completion in FXML files? Gj On Sat, Nov 24, 2018 at 6:27 PM Glenn Holmer wrote: > I am not getting code completion in FXML files. I tried with two > projects, one modular and one non-modular, following the NetBeans > directions on openjfx.io. I see a blue tooltip "No

FXML completion

2018-11-24 Thread Glenn Holmer
I am not getting code completion in FXML files. I tried with two projects, one modular and one non-modular, following the NetBeans directions on openjfx.io. I see a blue tooltip "No suggestions" (Java code completion for JavaFX code works normally, and the project builds and runs). Is anybody else