Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Capture .fxml Usage in "by fxml()" Views and Fragments #10

Open
bekwam opened this issue Oct 17, 2016 · 1 comment
Open

Capture .fxml Usage in "by fxml()" Views and Fragments #10

bekwam opened this issue Oct 17, 2016 · 1 comment

Comments

@bekwam
Copy link

bekwam commented Oct 17, 2016

A function in a View or Fragment based on .fxml will show as unused in IntelliJ's display of the Kotlin file even if there is a reference in the .fxml.

@edvin
Copy link
Owner

edvin commented Oct 17, 2016

It might be possible to hook into the FXML processing and override the error annotation placed there by the JavaFX plugin, but currently I have no idea about how to do that. When I have time I'll try to ask in the #intellij-plugins on kotlinlang.slack.com and see if anybody there can help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants