All Versions
165
Latest Version
Avg Release Cycle
28 days
Latest Release
533 days ago

Changelog History
Page 16

  • v2.22.0 Changes

    February 27, 2012
  • v2.21.0 Changes

    January 27, 2012
    • Added LESS, MySQL, Go, and Verilog modes.
    • Add smartIndent option.
    • ๐Ÿ‘ Support a cursor in readOnly-mode.
    • ๐Ÿ’… Support assigning multiple styles to a token.
    • Use a new approach to drawing the selection.
    • Add scrollTo method.
    • Allow undo/redo events to span non-adjacent lines.
    • ๐Ÿ›  Lots and lots of bugfixes.
  • v2.20.0 Changes

    December 20, 2011
  • v2.18.0 Changes

    November 21, 2011

    ๐Ÿ›  Fixes TextMarker.clear, which is broken in 2.17.

  • v2.17.0 Changes

    November 21, 2011
    • ๐Ÿ‘ Add support for line wrapping and code folding.
    • ๐Ÿ’… Add GitHub-style Markdown mode.
    • ๐Ÿ’Ž Add Monokai and Rubyblue themes.
    • Add setBookmark method.
    • ๐Ÿšš Move some of the demo code into reusable components under lib/util.
    • Make screen-coord-finding code faster and more reliable.
    • Fix drag-and-drop in Firefox.
    • ๐Ÿ‘ Improve support for IME.
    • Speed up content rendering.
    • ๐Ÿ’ป Fix browser's built-in search in Webkit.
    • Make double- and triple-click work in IE.
    • ๐Ÿ›  Various fixes to modes.
  • v2.16.0 Changes

    October 27, 2011
    • Add Perl, Rust, TiddlyWiki, and Groovy modes.
    • ๐Ÿšš Dragging text inside the editor now moves, rather than copies.
    • Add a coordsFromIndex method.
    • API change: setValue now no longer clears history. Use clearHistory for that.
    • API change: markText now returns an object with clear and find methods. Marked text is now more robust when edited.
    • Fix editing code with tabs in Internet Explorer.
  • v2.15.0 Changes

    September 26, 2011

    ๐Ÿ›  Fix bug that snuck into 2.14: Clicking the character that currently has the cursor didn't re-focus the editor.

  • v2.14.0 Changes

    September 26, 2011
    • Add Clojure, Pascal, NTriples, Jinja2, and Markdown modes.
    • Add Cobalt and Eclipse themes.
    • ๐Ÿ›  Add a fixedGutter option.
    • ๐Ÿšš Fix bug with setValue breaking cursor movement.
    • โšก๏ธ Make gutter updates much more efficient.
    • ๐Ÿ’ป Allow dragging of text out of the editor (on modern browsers).
  • v2.13.0 Changes

    August 23, 2011
  • v2.12.0 Changes

    July 25, 2011
    • Add a SPARQL mode.
    • Fix bug with cursor jumping around in an unfocused editor in IE.
    • Allow key and mouse events to bubble out of the editor. Ignore widget clicks.
    • Solve cursor flakiness after undo/redo.
    • Fix block-reindent ignoring the last few lines.
    • ๐Ÿ“œ Fix parsing of multi-line attrs in XML mode.
    • Use innerHTML for HTML-escaping.
    • ๐Ÿ›  Some fixes to indentation in C-like mode.
    • ๐Ÿšš Shrink horiz scrollbars when long lines removed.
    • Fix width feedback loop bug that caused the width of an inner DIV to shrink.