nedit-ng
nedit-ng copied to clipboard
Open file parent directory in root
When user accidentally selects parent directory ".." in open file dialog when already in root directory "/" then "Look in: " directory name becomes "/..". Every additional parent directory selection increments "/.." to the directory name. Directories "/" and "/../../../.." do point to the root of the file system, but the old NEdit shows only the "/" as the directory name.
Weird! OK, I'll see if can reproduce and fix!
Confirmed. So, this is a Qt dialog, but I have been considering something custom to allow me to address issue #45 .
I'll look into the options!