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

Extra quotation marks appear in python mode #2

Closed
MaggieLu opened this issue Sep 19, 2019 · 3 comments
Closed

Extra quotation marks appear in python mode #2

MaggieLu opened this issue Sep 19, 2019 · 3 comments
Milestone

Comments

@MaggieLu
Copy link

Steps to Reproduce

  1. set ace mode as python
  2. create a file
  3. type anything including "" or '', e.g. print ("abc")
  4. close the file tab
  5. reopen the file

Actual Behavior

Extra double quotation marks appear, e.g. print ("abc""""")

Expected Behavior

Show the original input code

@MaggieLu MaggieLu changed the title Extra quation marks appear in python mode Extra quotation marks appear in python mode Sep 19, 2019
@alalonde
Copy link
Contributor

Thanks for the bug report! We noticed this issue ourselves a couple years ago and discovered the root cause, as reported here. We put in a workaround, but that bug has since been fixed making the workaround the new source. We've removed the workaround in the server code, which will be released in 1.0.0-rc.4.

@MaggieLu
Copy link
Author

Thanks, good to know. May I ask when the version will release?

@alalonde
Copy link
Contributor

We've got a lot going into this next release, so it will be a few weeks at least.

@alalonde alalonde added this to the 1.0.0-rc.4 milestone Sep 24, 2019
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