Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

[UI] Handle long directory path #45

Open
joshuabezaleel opened this issue Jun 13, 2022 · 2 comments
Open

[UI] Handle long directory path #45

joshuabezaleel opened this issue Jun 13, 2022 · 2 comments

Comments

@joshuabezaleel
Copy link
Contributor

joshuabezaleel commented Jun 13, 2022

This is what it shows when the indexed path was getting pretty long 😆

image

@emidoots
Copy link
Member

As a Java dev, what would be the best way to truncate those paths? Taking the first one as an example, I could do:

  1. extras/.../gson/typeadapters/UtcDateTypeAdapter.java
  2. .../google/gson/typeadapters/UtcDateTypeAdapter.java
  3. extras/src/main/java/com/google/gson/typeadapters/...

I'm guessing option #1?

@joshuabezaleel
Copy link
Contributor Author

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 😄

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants