-
-
Notifications
You must be signed in to change notification settings - Fork 497
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CodeMirror vim editor support (#1921)
* Fix invalid version number format and add @pixi/extensions since it's a missing dependency. * Add support for editing CodeMirror elements through the vim editor. Addresses issue #140. * Fix issue that caused CodeMirror line numbers to be pulled into the vim editor * Correct 'Cusor' to 'Cursor' for 'moveCursorEOL'. * Fix cursor not moving to EOL for CodeMirror elements. * Refine setEndOfContenteditable by removing IE control flow and its logic. * Remove the red dot (char code 8226) that CodeMirror uses to visualize the zero-width space.
- Loading branch information
1 parent
3999da7
commit d514896
Showing
4 changed files
with
43 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,4 @@ coverage/ | |
package-lock.json | ||
jsconfig.json | ||
src/content_scripts/safari.js | ||
*~ |
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