Alexander Kohan
Results
2
comments of
Alexander Kohan
Thanks, prefixing with "@" works, but with it all my icon references become like "@../../images/...", which is not very satisfying. Opening a package also works, and I think it is...
Just tested it. Unfortunately, qualified opens does not seem to work. So now I have ``` opens org.app.gui.images; opens org.app.gui.styles; ``` Which is still OK for me, since these packages...