17
I Use This!
Low Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
May 08, 2023 — May 08, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add marker demo, fix onGutterClick More... about 13 years ago
add autoresize demo More... about 13 years ago
make sure the editor polls its input directly after being focused More... about 13 years ago
slightly clean up previous patch More... about 13 years ago
touch up autocomplete demo More... about 13 years ago
add autocomplete demo More... about 13 years ago
make JS mode more clever about local variables More... about 13 years ago
revise getTokenAt to return token *before* the given pos More... about 13 years ago
In getHTML, merge the classes for selection and markers with any possibly styling due to the mode. This makes it possible to have selection and bracket markup look good even over styled text (esp. italics) More... about 13 years ago
be more careful about hogging mouse events More... about 13 years ago
add somethingSelected method More... about 13 years ago
keep highlighting until an actual unchanged line was found More... about 13 years ago
remove accidentally committed extra editor content More... about 13 years ago
clean up handling of setOption More... about 13 years ago
keep scrolling when the mouse is dragged outside of the editor More... about 13 years ago
fix problem where onGutterClick wouldn't fire when the gutter contained nested nodes More... about 13 years ago
add README.md More... about 13 years ago
add blockDocumentScroll option More... about 13 years ago
add an extra div around the gutter to allow better styling More... about 13 years ago
work around IE weirdness when replacing form.submit More... about 13 years ago
ff mac does not have integer charwidth. compensate for this More... about 13 years ago
further fix for matchBrackets More... about 13 years ago
small fix in matchBrackets More... about 13 years ago
add historySize() method More... about 13 years ago
cleanup in keydown handler More... about 13 years ago
add electricChars behaviour again More... about 13 years ago
remove position: relative on wrapping div More... about 13 years ago
better take on preserving line numbers for markers More... about 13 years ago
add leaveNumber argument to setMarker More... about 13 years ago
add (experimental) keyHook option More... about 13 years ago