doctree
doctree copied to clipboard
[UI] Handle long directory path
This is what it shows when the indexed path was getting pretty long 😆
As a Java dev, what would be the best way to truncate those paths? Taking the first one as an example, I could do:
-
extras/.../gson/typeadapters/UtcDateTypeAdapter.java
-
.../google/gson/typeadapters/UtcDateTypeAdapter.java
-
extras/src/main/java/com/google/gson/typeadapters/...
I'm guessing option #1?
It's actually been way too long since I wrote something in Java but yes I am also assuming that option 1 would be the most intuitive for most 😄