Incorrect name prefill in FileCommander Rename

Issue #683 resolved
prl created an issue

In FileCommander, if BLUE Rename is used on a directory, the name entry InputBox is prefilled with the whole directory path, rather than just the directory name.

Replication steps

MENU>Sources / Files, then navigate to a directory.

BLUE Rename: the InputBox popup is pre-filled with the whole pathname, not just the directory name.

Comments (1)

  1. Peter Urbanec

    Fix issue #683: Incorrect name prefill in FileCommander Rename

    Extract the basename of the filename in the rename operation so that the prefill for directories is the name of the diretcory, not its fill path.

    Pop up an error if the basename is empty, since that indicates that the path was the root rirectory (which has no name).

    → <<cset ef5c537afecc>>

  2. Log in to comment