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

typing double quotes into SwiftKotlin app becomes curly quotes #46

Closed
petermichaux opened this issue Nov 22, 2017 · 2 comments
Closed

Comments

@petermichaux
Copy link
Contributor

petermichaux commented Nov 22, 2017

I tried typing the following into SwiftKotlin app. As I type it, the editor converts the first double quotation mark into curly quotes. Then the line cannot be translated because there is a parsing error.

let s: String = "abc"

If I copy and paste the above into SwiftKotlin app, the translation to Kotlin happens successfully.

@angelolloqui
Copy link
Owner

angelolloqui commented Nov 22, 2017

Thanks! Interesting that nobody reported this before. I guess the most common usage scenario is either copya&paste or open file, not typing directly. I will check it out

angelolloqui pushed a commit that referenced this issue Nov 28, 2017
@angelolloqui
Copy link
Owner

Fixed with 5d15012

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

No branches or pull requests

2 participants