You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I double click on a directory in the file selector to open it, after it opens that directory, it always shows a highlight on the file at the same offset. E.g., Plantis-Tests is the second directory in src, so the second file shows highlighting.
While this LOOKS like a file is selected, it's not actually selected Pressing the select button results opens the directory.
You should not be able to "open" a directory as if it was an empty file. If a directory is selected, the select button should either do nothing, or otherwise open the directory within the file selector so you can further navigate/select from the contents of that directory.
The text was updated successfully, but these errors were encountered:
@LisaAlmarode When I double click on a directory in the file selector to open it, after it opens that directory, it always shows a highlight on the file at the same offset. E.g., Plantis-Tests is the second directory in src, so the second file shows highlighting.
The highlighting problem (for me) just seems to be the cursor sitting on the same position after the window updates. That doesn't seem wrong. Notice the two different shades of blue in the example. As I move the cursor around after the double-click & window contents update, the highlight moves with me.
This is still a problem. I don't know what example Eric is referring to, but on my system there is just a single shade of dark blue, and very misleading.
While this LOOKS like a file is selected, it's not actually selected Pressing the select button results opens the directory.
The text was updated successfully, but these errors were encountered: