One advanced feature I find particularly useful is the Multi-Rename Tool. Recently, I discovered even more productive ways to use it via the “Edit names…” function. Combined with an advanced editor such as MS Visual Studio Code, this feature becomes extremely powerful (thanks to regex search and replace, multi-cursor editing, etc.).
However, the current UI design makes the “Edit names…” function difficult to notice (which may cause many users to remain unaware of it) and also hard to access (currently it is realistically only accessible by mouse, which reduces productivity for keyboard-focused users like myself. Moreover, since it is available only through a dropdown menu and not as a direct button, it requires two mouse clicks).
With that in mind, I would like to suggest several UI/UX improvements, which could be implemented either individually or together:
- Add a hotkey for the “Edit names…” function, available when the Multi-Rename Tool window is open. A natural choice could be F4, which currently seems unused in the Multi-Rename Tool window.
- The "Configure editor..." option in the same dropdown menu as “Edit names…” also seems misplaced and hard to find. Although it pertains to program configuration, it is not available under "Configuration | Options" but hidden inside the Multi-Rename Tool window. Two possible solutions:
- Remove this option entirely and always use the editor configured for F4 (set under "Configuration | Options"). Personally, this seems a reasonable solution, as I imagine few use cases for configuring a separate editor just for the Multi-Rename Tool.
- Alternatively, if you prefer to keep it, move the editor selection setting to the "Configuration | Options" dialog. You could add a checkbox like “Use F4 editor for Multi-Rename Tool”, and if unchecked, allow specifying a different editor. In this case, the "Configure editor..." item could be removed from the dropdown to declutter it.
- If suggestion No. 2 is implemented, consider removing the dropdown menu from the Multi-Rename Tool entirely. Instead, add two separate buttons: one for "Load names from file..." and one for "Edit names…", making these functions more visible and accessible. Alternatively, you could move only “Edit names…” out of the dropdown into a direct button, while keeping the dropdown for "Load names from file..." and adding another option such as "Load names from clipboard…".