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

Fix and expose String::strip_escapes(), use it in LineEdit paste #29347

Merged
merged 1 commit into from
May 31, 2019

Conversation

akien-mga
Copy link
Member

Supersedes #27736.

This is the solution we discussed on IRC with @groud and @mhilbrunner today.

strip_escapes was not bound to scripting previously, but it is bound to GDNative, so this breaks compat from GDNative users. Yet the method was pretty much useless (doing the same as strip_edges apart from the stripping space characters), so it should not be a big deal for 3.2.

@mhilbrunner mhilbrunner merged commit 95f2567 into godotengine:master May 31, 2019
@akien-mga akien-mga deleted the string-strip-escapes branch May 31, 2019 14:54
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.

2 participants