17
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
more IE compatibility (half-workable in IE6 now) More... about 13 years ago
add a readOnly mode More... about 13 years ago
add setLineNumbers method More... about 13 years ago
add search/replace API More... about 13 years ago
add line inspection and manipulation API More... about 13 years ago
add some methods More... about 13 years ago
make operations nestable, expose operation API to user code More... about 13 years ago
add support for a number of CodeMirror 1 options, add a defaults object More... about 13 years ago
++ pedantery More... about 13 years ago
add undo/redo More... about 13 years ago
ignore empty tokens More... about 13 years ago
make mouse-click-position-detection handle tab characters More... about 13 years ago
fix problem with moving cursor up/left at top of doc not clearing selection More... about 13 years ago
fix cursor screwiness on empty lines More... about 13 years ago
use a closure instead of an object for CodeMirror instance More... about 13 years ago
prevent line numbers from confusing click-position-detection More... about 13 years ago
add line numbers More... about 13 years ago
rip out text-wrapping hacks again More... about 13 years ago
bugfix in selection code More... over 13 years ago
restore cursor scrolling, mostly More... over 13 years ago
restore cursor blinking More... over 13 years ago
fix problem where empty lines only show up after highlighting More... over 13 years ago
Basic support for line-wrapping More... over 13 years ago
port the CSS parser More... over 13 years ago
small cleanup in JS parser More... over 13 years ago
less consing in the JS parser More... over 13 years ago
merge adjacent tokens with the same class, allow null class More... over 13 years ago
preserve highlighting when editing a line More... over 13 years ago
faster key input polling More... over 13 years ago
add double-click select More... over 13 years ago