On 14 Jul 2016, at 23:49, Peter Uhn��k <i.uhnak@gmail.com> wrote:
Hi Sven,
What I am missing in the UI is some indication of the path that leads to the current selected file.��Right now, I am wondering where exactly I am, I feel a bit lost (this is of course from the technical��standpoint of a path in a tree). This could be done with a popup, a trail, a pop-over.
I've added this couple of days ago (as I was missing this too), I just forgot to push the update to��github (one downside compared to smalltalkhub :)).
The only problem is that the image directory name is usually really long (the longest I have is 110��characters as it includes the build's name), so it doesn't exactly fit in.
There is some shortening happening based on the window's width but it's not perfect.I had another look. Yes, this is cool.��If you truncate, you could put the full, non truncated path in a pop over, that would be a cheap way to solve that problem, no ? In any case, in my testing there was enough space.
Maybe also add a trailing / to indicate that it represents the directory and not the selection ?
Also when I tested it, using��FDOpenFileDialog new openModal.the path is initially blank, it only fills when I start clicking.
BTW, could it be that��FDMorphicUIManager becomes default automatically ?
And related to github filetree, what is the proper way to get a new version once you loaded the code ?