Skip to content

Feature: enable renaming of passworddirectories and passwordfiles #253

Open
@YoshiMan

Description

@YoshiMan

There sould be a possibility to rename passworddirectories and passwordfiles with the F2 key or with a rightclick on it.
When the user wants to rename, a dialog opens and checks on the fly, if there is a name collision, while the user types.

given the user selected a passworddirectory or passwordfile.
when the user hits F2 key.
then a dialogs opens with an input field for the new name and a checkbox for a force mode.

when the user rightclicks on a passworddirectory or passwordfile.
then the contextmenu opens, with an additional option rename

when the user clicks on rename in the context menu .
then a dialogs opens with an input field for the new name and a checkbox for a force mode.

given the rename dialog is opened.
when the user types in the input field a new name, which already exists.
then the color of the new name changes from black to red and dialog shows in the statusbar a text. a file/directory with the given name already exists

given the rename dialog is opened.
given the new name doesnt exist.
when the user applies the dialog.
then the old file/directory is renamed to the new name and the dialog closes.

given the rename dialog is opened.
given the new name already exists.
given the forec-checkbox is deselected.
when the user applies the dialog.
then the dialog closes.

given the rename dialog is opened.
given the new name already exists.
given the forec-checkbox is selected.
when the user applies the dialog.
then the file/directory is renamed with force mode and the dialog closes.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions