convergencelabs / code-editor-demo

A mock up of a code editor built using React, Ace, Flux, and Convergence

Home Page:https://demos.convergence.io/code-editor/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extra quotation marks appear in python mode

MaggieLu opened this issue · comments

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

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.

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

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