Drag and drop features
-
Hi,
when I try to include a feature with drag and drop somehow the path gets doubled.
So after dragging and dropping the file in the feature window I can see the line:include(/Users/user/folders/feature.fea);
But the testinstall outputs the error:
No such file or directory: [/Users/user/folders/Users/user/folders/features.fea]
If I put the feature file in the same folder as the ufo and just write:
include(feature.fea)
it works.
I think it should not double the path or am I using it wrong?
-
Will be solved in the next update.
Is already patched in the code http://code.typesupply.com/changeset/1166
thanks
-
Same experience here.