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

update codemirror #81

Open
Almenon opened this issue Jun 14, 2018 · 1 comment
Open

update codemirror #81

Almenon opened this issue Jun 14, 2018 · 1 comment
Assignees

Comments

@Almenon
Copy link
Owner

Almenon commented Jun 14, 2018

new codemirror contains several new features and bug fixes of note:

  • python mode: Highlight expressions inside format strings.
  • python mode: Improve tokenizing of operators.
  • match-highlighter addon: Fix problem with matching words that have regexp special syntax in them.
  • sublime bindings: Fix addCursorToSelection for short lines.
  • sublime bindings: Fix the toggleBookmark command.
  • sublime bindings: Use the proper key bindings for addCursorToNextLine and addCursorToPrevLine.
  • sublime bindings: Add extend-selection (Ctrl-Alt- or Cmd-Shift-Up/Down).
  • search addon: Fix crash when restarting search after doing empty search.

Maybe I can install codemirror as a npm package this time - I forget why I couldn't do that before, I ran into some issue.

@Almenon Almenon self-assigned this Jun 14, 2018
@Almenon
Copy link
Owner Author

Almenon commented Jun 14, 2018

while I'm at it may as well update electron too. And anything else that needs updating. renderJSON, for example.

@Almenon Almenon added this to the AREPL alpha v9 milestone Jun 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant