17
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 30, 2023 — May 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add a Scheme mode More... almost 13 years ago
Update links in README More... almost 13 years ago
Add atoms parameter to clike mode, use it to style true/false/null More... almost 13 years ago
Add some missing semicolons More... almost 13 years ago
Now also hooking into ESC because F11 is not available on Safari. More... almost 13 years ago
Make sure XML mode looks moderately okay in 'night' theme More... almost 13 years ago
Remove a bunch of debugging cruft More... almost 13 years ago
Make XML mode point out mismatched tags More... almost 13 years ago
Add support for compareStates mode method More... almost 13 years ago
Support compareState mode method More... almost 13 years ago
Add getStateAfter method More... almost 13 years ago
Add a getScrollerElement method More... almost 13 years ago
Full screen editing demo for CodeMirror2 with a little help from jquery. More... almost 13 years ago
Drag & Drop never used to work on Firefox even though it had the FileReader API, Turns out we have to prevent the default action of the event to get into our custom code. Also, loadFile has to be declared before we can call it, otherwise we get a function not defined error. More... almost 13 years ago
Fix theme demo to work in ancient browsers More... almost 13 years ago
(re-)fix scrolling box overflow problem on IE6 and 7 More... almost 13 years ago
Add support for C#-style verbatim strings to c-like mode More... almost 13 years ago
Added support for C# syntax. More... almost 13 years ago
Fix wrong link to release 2.1 More... almost 13 years ago
Mark release 2.1 More... almost 13 years ago
Mark release 2.02 More... almost 13 years ago
Fix bug in selection model More... almost 13 years ago
Fix for the Safari selection workaround More... almost 13 years ago
Fix bug that prevented the line length to be updated in some cases More... almost 13 years ago
Add defineExtension API function More... almost 13 years ago
Fix selection bug on Safari More... almost 13 years ago
Fix problem where focus() caused the cursor to jump to start on IE8 More... almost 13 years ago
Make magic textarea popup transparent on browsers that support it More... almost 13 years ago
More css sanity rules More... almost 13 years ago
Immediately re-highlight text when small changes are made More... almost 13 years ago