search icon indicating copy to clipboard operation
search copied to clipboard

Text Input word boundaries are inconvenient (unexpected Ctrl+Backspace behavior)

Open Mattwmaster58 opened this issue 8 months ago • 4 comments

When working with path strings, I frequently use Ctrl+Backspace to remove a node from the path. However, in all the input widgets, the word boundaries are inconsistent with the convention of \ being a word boundary. So instead of removing a node (usually), it removes the entire path.

eg C:\Data\my\data (Ctrl+Backspace) ->

instead of the expected C:\Data\my\data (Ctrl+Backspace) -> C:\Data\my\

Mattwmaster58 avatar Jun 17 '24 17:06 Mattwmaster58