-
Notifications
You must be signed in to change notification settings - Fork 220
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
fix: enable Scene Builder to load FXML with unresolved imports (#120, #281, #733) #576
base: master
Are you sure you want to change the base?
Commits on Oct 3, 2022
-
fix: Allows Scene Builder conditionally to load FXML files with
unresolved imports. There is also a new option (preserve unresolved imports) which also allows to keep the imports in saved FXML files.
Configuration menu - View commit details
-
Copy full SHA for 85723a2 - Browse repository at this point
Copy the full SHA 85723a2View commit details -
Renamed the preference 'keep unresolved imports' into 'allow loading …
…of FXML with unresolved imports' as it exactly does the 2nd.
Configuration menu - View commit details
-
Copy full SHA for 6d11253 - Browse repository at this point
Copy the full SHA 6d11253View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5880b4 - Browse repository at this point
Copy the full SHA c5880b4View commit details
Commits on Nov 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for acf8460 - Browse repository at this point
Copy the full SHA acf8460View commit details
Commits on Apr 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ca92d54 - Browse repository at this point
Copy the full SHA ca92d54View commit details
Commits on Mar 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1d60439 - Browse repository at this point
Copy the full SHA 1d60439View commit details
Commits on Mar 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d3f473f - Browse repository at this point
Copy the full SHA d3f473fView commit details
Commits on Apr 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d04fef7 - Browse repository at this point
Copy the full SHA d04fef7View commit details
Commits on Apr 3, 2024
-
Added test to proof that FXOMDocument can load files despite having u…
…nresolvable types declared as import.
Configuration menu - View commit details
-
Copy full SHA for cbdfd05 - Browse repository at this point
Copy the full SHA cbdfd05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e05916 - Browse repository at this point
Copy the full SHA 0e05916View commit details
Commits on Apr 4, 2024
-
Opening, Saving and Save as are working. Also basic editing such as d…
…eleting elements. Element browsing is not working.
Configuration menu - View commit details
-
Copy full SHA for 09ed1d0 - Browse repository at this point
Copy the full SHA 09ed1d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe33457 - Browse repository at this point
Copy the full SHA fe33457View commit details -
Configuration menu - View commit details
-
Copy full SHA for efe34c4 - Browse repository at this point
Copy the full SHA efe34c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c05ceb6 - Browse repository at this point
Copy the full SHA c05ceb6View commit details -
Increased log level from FINE to INFO so that file open actions can b…
…e reviewed and identified.
Configuration menu - View commit details
-
Copy full SHA for 1a56caa - Browse repository at this point
Copy the full SHA 1a56caaView commit details -
Reworked FXOMRefresher to avoid the detection of unknown imports via …
…repeated exceptions.
Configuration menu - View commit details
-
Copy full SHA for 076ea9d - Browse repository at this point
Copy the full SHA 076ea9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 515a84e - Browse repository at this point
Copy the full SHA 515a84eView commit details
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 908b838 - Browse repository at this point
Copy the full SHA 908b838View commit details -
Configuration menu - View commit details
-
Copy full SHA for c74849f - Browse repository at this point
Copy the full SHA c74849fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1de1e31 - Browse repository at this point
Copy the full SHA 1de1e31View commit details -
Configuration menu - View commit details
-
Copy full SHA for a814fc9 - Browse repository at this point
Copy the full SHA a814fc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f52ccb - Browse repository at this point
Copy the full SHA 2f52ccbView commit details -
Configuration menu - View commit details
-
Copy full SHA for edd76d9 - Browse repository at this point
Copy the full SHA edd76d9View commit details
Commits on Apr 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 095dc11 - Browse repository at this point
Copy the full SHA 095dc11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 346a493 - Browse repository at this point
Copy the full SHA 346a493View commit details -
Configuration menu - View commit details
-
Copy full SHA for 528b765 - Browse repository at this point
Copy the full SHA 528b765View commit details -
Configuration menu - View commit details
-
Copy full SHA for 953de94 - Browse repository at this point
Copy the full SHA 953de94View commit details -
Configuration menu - View commit details
-
Copy full SHA for e599bb4 - Browse repository at this point
Copy the full SHA e599bb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93089b9 - Browse repository at this point
Copy the full SHA 93089b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5847ac1 - Browse repository at this point
Copy the full SHA 5847ac1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19028d6 - Browse repository at this point
Copy the full SHA 19028d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7621fb6 - Browse repository at this point
Copy the full SHA 7621fb6View commit details
Commits on Apr 11, 2024
-
Added user notifiction in app to indicate missing types / unresolvabl…
…e imports to the user.
Configuration menu - View commit details
-
Copy full SHA for d9dd99a - Browse repository at this point
Copy the full SHA d9dd99aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a7f937 - Browse repository at this point
Copy the full SHA 4a7f937View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c5b3ef - Browse repository at this point
Copy the full SHA 0c5b3efView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac79601 - Browse repository at this point
Copy the full SHA ac79601View commit details -
The missing types notification is now shown per editor window, not as…
… a general message for all.
Configuration menu - View commit details
-
Copy full SHA for 8e18795 - Browse repository at this point
Copy the full SHA 8e18795View commit details
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 690765d - Browse repository at this point
Copy the full SHA 690765dView commit details
Commits on Sep 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 55f95ab - Browse repository at this point
Copy the full SHA 55f95abView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb6e16e - Browse repository at this point
Copy the full SHA cb6e16eView commit details
Commits on Oct 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eed9eb8 - Browse repository at this point
Copy the full SHA eed9eb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73dddef - Browse repository at this point
Copy the full SHA 73dddefView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4723e9 - Browse repository at this point
Copy the full SHA a4723e9View commit details
Commits on Oct 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2cdcd66 - Browse repository at this point
Copy the full SHA 2cdcd66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00566d5 - Browse repository at this point
Copy the full SHA 00566d5View commit details
Commits on Oct 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ae88732 - Browse repository at this point
Copy the full SHA ae88732View commit details
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8094085 - Browse repository at this point
Copy the full SHA 8094085View commit details
Commits on Nov 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2cbaffc - Browse repository at this point
Copy the full SHA 2cbaffcView commit details