-
Notifications
You must be signed in to change notification settings - Fork 11
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
Should format format the code in place? #10
Comments
that's an option. but when you first mentioned diffing, i was planning to use http://codemirror.net/demo/merge.html |
indeed this line codeEditor.setValue( checker.formatString(code + '\n') ); works well out of the box. however, it does "spoil the fun" of trying to format the code by hand... |
zz85
added a commit
that referenced
this issue
Dec 31, 2014
- See #10 - Will attempt the merge plugin later
zz85
added a commit
that referenced
this issue
Jan 1, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since we start using code mirror, it seems more logically to format the code directly in code mirror instead of a new text area.
The text was updated successfully, but these errors were encountered: