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

Added insertString and deleteString #3

Merged
merged 4 commits into from
Mar 25, 2024

Conversation

kaunteya
Copy link
Contributor

Added following methods to NSTextView with undo support

func insertString(_ attributedString: NSAttributedString, at location: Int)

func deleteString(in range: NSRange)

@kaunteya kaunteya changed the title Added more character modification methods Added insertString and deleteString Mar 24, 2024
@mattmassicotte
Copy link
Contributor

CI did fail, but that is due to a weirdness in the GitHub Actions environment I haven't yet figured out. No need to worry.

@mattmassicotte mattmassicotte merged commit 43f7923 into ChimeHQ:main Mar 25, 2024
1 check failed
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.

2 participants