Clément de Tastes

Results 32 comments of Clément de Tastes

Some things i need to address in the PR : - Report only one problem containing all invalid fields instead of one for each field - Fix dotted notation, like...

I found an issue when using dotted `.` notation, will attempt to fix it

That would be better indeed. Also, this reporting could be extended to `source` attribute as well. And as stated above, I still need to figure out some issues about attributes...

For a starter, we could only check base target. That is not exhaustive, but that's still better than nothing, most error cases would be raised (this often happens to me...

Hello, this is indeed a close need of PR #20, except that using annotations makes sense that it belongs in this extension. I'm working on it, and will propose a...

Have a look at branch `fx-views` if you want to. And its associated sample (fxviews) Any feedback appreciated

Hello @hantsy , you reviewed PR #20 but that was not my point. My proposition is on branch `fx-views`. I created a draft PR : #45

> It looks great for me. > > Please create a PR for it, thus other developers will have a chance to discuss on the changes. Please have a look...

Marking this as closed / resolved.

Very interesting, but i doubt it is easily feasible. To load an FXML to get a Node, you'll need a running FX context which is usually not what you have...