Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Krusader
Krusader
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 6
    • Merge Requests 6
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Utilities
  • KrusaderKrusader
  • Merge Requests
  • !13

Merged
Opened Jun 15, 2020 by Nikita Melnichenko@melnichenkoDeveloper

Added cycling through file name part selections when renaming files

  • Overview 12
  • Commits 1
  • Changes 4

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
FIXED: [328923] Press rename key twice to select extension
BUG: 328923

Edited Jun 15, 2020 by Nikita Melnichenko
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: utilities/krusader!13
Source branch: file-rename-selection