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

[TypedText] support new-style linebreak chars when splitting text #6

Open
ivan-mogilko opened this issue Jan 4, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@ivan-mogilko
Copy link
Owner

ivan-mogilko commented Jan 4, 2023

The module was originally made compatible with 3.2.1, so it uses old-style linebreak [.
Add support for the new-style '\n'.

UPDATE: escaped character literals did not work with the old script compiler. This is fixed in the latest 3.6.0 patch and 3.6.1, but for compatibility it may be worked around by using a string literal instead. That is - "\n" vs '\n'.

@ivan-mogilko ivan-mogilko added the enhancement New feature or request label Jan 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant