You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The whitespace is there, but in FF the cursor seems to end up in front of it, instead of behind it where it should be. I only tested in Chrome before, I guess, since it behaves properly there. This is fixed in dad2ce0 .
I'm trying to use CodeMirror for javascript without autoindent.
In newest codemirror, it seems to be configurable like:
But when I write this and press enter:
The cursor appears at the beginning of next line, not indented same as "a=5".
Is that correct? I guess, should be indented... I mean, keep same indentation as a=5.
OS is Windows 7, browser is Firefox 3.6.10, codemirror from Git.
The text was updated successfully, but these errors were encountered: