* Press Shift+F4
* Enter:
Code: Select all
<abc[X]Expected: Preview shows "abc", as when clipboard contains an empty string. Showing "<Error!>" suggests to the user that using [X] is not allowed.
Execute this command via a button:
cm_Edit /GCN="<abc[X]"
Result: New text file dialog is shown and the preview shows "<Error!>"
Execute this command via a button:
cm_Edit /N="<abc[X]"
Result: The editor is started with d:\somedir\<abc[X]
Expected: The editor is started with d:\somedir\abc
The multi-rename tool also shows an error for [X] when there is no clipboard data.

