Closed GoogleCodeExporter closed 9 years ago
Original comment by shai.almog
on 15 Mar 2012 at 6:40
I managed to fix this bug by modifying FileTreeModel. I am using the modified
FileTreeModel in my code now and it works fine.
Attached is the modified FileTreeModel.java
It turns out it's a pretty easy fix.
Original comment by trinisof...@gmail.com
on 8 Apr 2012 at 7:00
Attachments:
If I understand correctly will this solve it?:
if(!name.endsWith("/")) {
name += "/";
}
Original comment by shai.almog
on 8 Apr 2012 at 7:29
yeap.
Original comment by trinisof...@gmail.com
on 9 Apr 2012 at 7:24
Thanks & again sorry for the delay. This will be in the next drop.
FYI I also fixed the file names to be the name only and not the full path.
Original comment by shai.almog
on 9 Apr 2012 at 7:43
Original issue reported on code.google.com by
austine...@gmail.com
on 15 Mar 2012 at 4:41Attachments: