Fix #112630: Skip grave and acute quotations when selecting
Treat grave and acute accent characters as delimiters. Allows selection of words in the same way as if surrounded by double and single quotation marks. Pull Request: https://projects.blender.org/blender/blender/pulls/112652
This commit is contained in:
committed by
Harley Acheson
parent
e196f0a874
commit
fcd6b6f4f6
@@ -70,6 +70,8 @@ static eStrCursorDelimType cursor_delim_type_unicode(const uint uch)
|
||||
|
||||
case '\'':
|
||||
case '\"':
|
||||
case '\`':
|
||||
case 0xB4: /* Acute accent. */
|
||||
return STRCUR_DELIM_QUOTE;
|
||||
|
||||
case ' ':
|
||||
|
||||
Reference in New Issue
Block a user