Skip to content

Fix Text tool clearing text when hitting Escape by changing it to commit the edit instead#2052

Merged
Keavon merged 2 commits into
GraphiteEditor:masterfrom
RyanRothweiler:text-tool-esc-commits-text
Oct 26, 2024
Merged

Fix Text tool clearing text when hitting Escape by changing it to commit the edit instead#2052
Keavon merged 2 commits into
GraphiteEditor:masterfrom
RyanRothweiler:text-tool-esc-commits-text

Conversation

@RyanRothweiler

Copy link
Copy Markdown
Contributor

Closes #2051

Text tool escape input now sends CommitText instead of abort.

@0HyperCube 0HyperCube left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This works as requested. Thanks you for taking the time to make this contribution.

@Keavon Keavon force-pushed the text-tool-esc-commits-text branch from 1a8c005 to 04b63f1 Compare October 26, 2024 00:36
@Keavon Keavon changed the title Text tool escape sends commit message Fix Text tool clearing text when hitting Escape by changing it to commit the edit instead Oct 26, 2024
@Keavon Keavon merged commit 63d44f2 into GraphiteEditor:master Oct 26, 2024
@Keavon

Keavon commented Jun 13, 2026

Copy link
Copy Markdown
Member

Hi @RyanRothweiler, thanks again for this code contribution to the project! We're still hoping you will respond to the request to relicense this code. Please see #4208 ASAP, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

When editing text in the viewport, hitting Escape seems to delete all the text

3 participants