https://bugs.kde.org/show_bug.cgi?id=328923

--- Comment #1 from Nikita Melnichenko <nikita+...@melnichenko.name> ---
Git commit d2d1affa75d0518efd062c4b53be4aabcd5733b6 by Nikita Melnichenko.
Committed on 30/06/2020 at 05:44.
Pushed by melnichenko into branch 'master'.

Added cycling through file name part selections when renaming files

Implemented a feature that allows cycling through various name
and extension selections in the file-renaming editor by consecutively
hitting the rename shortcut (F2 by default).

For simple names like "notes.txt", it will cycle through "notes.txt",
"notes" and "txt". For more complex names like "archive.tar.xz", it will
cycle through "archive.tar.xz", "archive", "archive.tar", "xz" and "tar.xz".
The feature will help users to quickly select part of the name they need
to rename.

In addition, fixed the warning appeared when consecutively hitting
the rename shortcut:
warning default unknown@0 # edit: editing failed

ADDED: Cycling through file name part selections when renaming files
GUI: Added cycling through file name part selections when renaming files

Discussion: https://invent.kde.org/utilities/krusader/-/merge_requests/13

M  +16   -2    krusader/Panel/PanelView/krinterbriefview.cpp
M  +16   -2    krusader/Panel/PanelView/krinterdetailedview.cpp
M  +99   -6    krusader/Panel/PanelView/krviewitemdelegate.cpp
M  +11   -0    krusader/Panel/PanelView/krviewitemdelegate.h

https://invent.kde.org/utilities/krusader/commit/d2d1affa75d0518efd062c4b53be4aabcd5733b6

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to