This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- changed events on Editor to use new CodeMirror event mechanism instead of setOption() - changed getScrollerElement() to getRootElement() for managing height - changed delCharLeft()/delCharRight() to delCharBefore()/delCharAfter() - changed various CodeMirror style classes whose names have changed - commented out some unimplemented methods - updated CodeMirror SHA
- Loading branch information
Narciso Jaramillo
committed
Oct 30, 2012
1 parent
bfd6760
commit ea25f1a
Showing
5 changed files
with
28 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule CodeMirror2
updated
from 1881b8 to f2e5d8
It looks like onKeyEvent will always be an option, since it is a low-level hook for all keyboard events, not just a specific event. We may want to call that out explicitly in the comment.