Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Treat punctuation as words and as word separators #93870

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kitbdev
Copy link
Contributor

@kitbdev kitbdev commented Jul 2, 2024

Treat punctuation as words and word separators.
This affects behavior in TextEdit, LineEdit, and RichTextLabel for word selection and operations.

Changed a test for ui_text_backspace_word since a period after a word is now separate and won't be removed together. This matches the behavior of other editors.

@kitbdev kitbdev requested review from a team as code owners July 2, 2024 18:24
@bruvzg bruvzg self-requested a review July 2, 2024 18:26
@AThousandShips AThousandShips added this to the 4.x milestone Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inconsistent editor movement near arithmetic operators
2 participants