-
Enhancement
-
Resolution: Fixed
-
P4
-
8
-
None
When importing a custom component, SB 2.0 displays a message dealing with jar files only :
loaded foo.jar / loaded N jars
This may be improved, to get precisely what has changed on disk.
For instance, when importing a second jar file (bar.jar), we could get :
loaded bar.jar
instead of
loaded 2 jars
Similar enhancement may be done for fxml files (they are not displayed in message bar for now).
loaded foo.jar / loaded N jars
This may be improved, to get precisely what has changed on disk.
For instance, when importing a second jar file (bar.jar), we could get :
loaded bar.jar
instead of
loaded 2 jars
Similar enhancement may be done for fxml files (they are not displayed in message bar for now).
- relates to
-
JDK-8091181 Display what has changed on disk when files are added to the user library directory
- Closed