raeleus/skin-composer

Recent files shall show full path

Closed this issue · 1 comments

Hi again,

we decided, for simplicity, to name the main skin of our projects always "main".
Now, with several projects in the make, the recent files list looks like this:

image

...which makes it a wild guess of which skin to open :-)

Suggestion: ProjectData.java#172 instead of
newFile.name = newFile.fileHandle.nameWithoutExtension();
add it as
newFile.name = newFile.fileHandle.path();
to the recent list.
I didn't look too deep into the source, maybe this is the point where to change it.

Alternatively you could simply add a tooltip to each recent file name, showing the full path. That would fit also.
Would be great if you find this useful and if you find the time to put that in!

cheers,
Gris

I'm just making a note for myself here. This will be resolved with the next update. Thanks.