| 1 |
2012.09.17, Version 1.0.0 |
| 2 |
|
| 3 |
* New Features |
| 4 |
- Multiple cursors and selections (https://c9.io/site/blog/2012/08/be-an-armenian-warrior-with-block-selection-on-steroids/) |
| 5 |
- Fold buttons displayed in the gutter |
| 6 |
- Indent Guides |
| 7 |
- Completely reworked vim mode (Sergi Mansilla) |
| 8 |
- Improved emacs keybindings |
| 9 |
- Autoclosing of html tags (danyaPostfactum) |
| 10 |
|
| 11 |
* 20 New language modes |
| 12 |
- Coldfusion (Russ) |
| 13 |
- Diff |
| 14 |
- GLSL (Ed Mackey) |
| 15 |
- Go (Davide Saurino) |
| 16 |
- Haxe (Jason O'Neil) |
| 17 |
- Jade (Garen Torikian) |
| 18 |
- jsx (Syu Kato) |
| 19 |
- LaTeX (James Allen) |
| 20 |
- Less (John Roepke) |
| 21 |
- Liquid (Bernie Telles) |
| 22 |
- Lua (Lee Gao) |
| 23 |
- LuaPage (Choonster) |
| 24 |
- Markdown (Chris Spencer) |
| 25 |
- PostgreSQL (John DeSoi) |
| 26 |
- Powershell (John Kane) |
| 27 |
- Sh (Richo Healey) |
| 28 |
- SQL (Jonathan Camile) |
| 29 |
- Tcl (Cristoph Hochreiner) |
| 30 |
- XQuery (William Candillion) |
| 31 |
- Yaml (Meg Sharkey) |
| 32 |
|
| 33 |
* Live syntax checks |
| 34 |
- for XQuery and JSON |
| 35 |
|
| 36 |
* New Themes |
| 37 |
- Ambiance (Irakli Gozalishvili) |
| 38 |
- Dreamweaver (Adam Jimenez) |
| 39 |
- Github (bootstraponline) |
| 40 |
- Tommorrow themes (https://github.com/chriskempson/tomorrow-theme) |
| 41 |
- XCode |
| 42 |
|
| 43 |
* Many Small Enhancements and Bugfixes |
| 44 |
|
| 45 |
2011.08.02, Version 0.2.0 |
| 46 |
|
| 47 |
* Split view (Julian Viereck) |
| 48 |
- split editor area horizontally or vertivally to show two files at the same |
| 49 |
time |
| 50 |
|
| 51 |
* Code Folding (Julian Viereck) |
| 52 |
- Unstructured code folding |
| 53 |
- Will be the basis for language aware folding |
| 54 |
|
| 55 |
* Mode behaviours (Chris Spencer) |
| 56 |
- Adds mode specific hooks which allow transformations of entered text |
| 57 |
- Autoclosing of braces, paranthesis and quotation marks in C style modes |
| 58 |
- Autoclosing of angular brackets in XML style modes |
| 59 |
|
| 60 |
* New language modes |
| 61 |
- Clojure (Carin Meier) |
| 62 |
- C# (Rob Conery) |
| 63 |
- Groovy (Ben Tilford) |
| 64 |
- Scala (Ben Tilford) |
| 65 |
- JSON |
| 66 |
- OCaml (Sergi Mansilla) |
| 67 |
- Perl (Panagiotis Astithas) |
| 68 |
- SCSS/SASS (Andreas Madsen) |
| 69 |
- SVG |
| 70 |
- Textile (Kelley van Evert) |
| 71 |
- SCAD (Jacob Hansson) |
| 72 |
|
| 73 |
* Live syntax checks |
| 74 |
- Lint for CSS using CSS Lint <http://csslint.net/> |
| 75 |
- CoffeeScript |
| 76 |
|
| 77 |
* New Themes |
| 78 |
- Crimson Editor (iebuggy) |
| 79 |
- Merbivore (Michael Schwartz) |
| 80 |
- Merbivore soft (Michael Schwartz) |
| 81 |
- Solarized dark/light <http://ethanschoonover.com/solarized> (David Alan Hjelle) |
| 82 |
- Vibrant Ink (Michael Schwartz) |
| 83 |
|
| 84 |
* Small Features/Enhancements |
| 85 |
- Lots of render performance optimizations (Harutyun Amirjanyan) |
| 86 |
- Improved Ruby highlighting (Chris Wanstrath, Trent Ogren) |
| 87 |
- Improved PHP highlighting (Thomas Hruska) |
| 88 |
- Improved CSS highlighting (Sean Kellogg) |
| 89 |
- Clicks which cause the editor to be focused don't reset the selection |
| 90 |
- Make padding text layer specific so that print margin and active line |
| 91 |
highlight are not affected (Irakli Gozalishvili) |
| 92 |
- Added setFontSize method |
| 93 |
- Improved vi keybindings (Trent Ogren) |
| 94 |
- When unfocused make cursor transparent instead of removing it (Harutyun Amirjanyan) |
| 95 |
- Support for matching groups in tokenizer with arrays of tokens (Chris Spencer) |
| 96 |
|
| 97 |
* Bug fixes |
| 98 |
- Add support for the new OSX scroll bars |
| 99 |
- Properly highlight JavaScript regexp literals |
| 100 |
- Proper handling of unicode characters in JavaScript identifiers |
| 101 |
- Fix remove lines command on last line (Harutyun Amirjanyan) |
| 102 |
- Fix scroll wheel sluggishness in Safari |
| 103 |
- Make keyboard infrastructure route keys like []^$ the right way (Julian Viereck) |
| 104 |
|
| 105 |
2011.02.14, Version 0.1.6 |
| 106 |
|
| 107 |
* Floating Anchors |
| 108 |
- An Anchor is a floating pointer in the document. |
| 109 |
- Whenever text is inserted or deleted before the cursor, the position of |
| 110 |
the cursor is updated |
| 111 |
- Usesd for the cursor and selection |
| 112 |
- Basis for bookmarks, multiple cursors and snippets in the future |
| 113 |
* Extensive support for Cocoa style keybindings on the Mac <https://github.com/ajaxorg/ace/issues/closed#issue/116/comment/767803> |
| 114 |
* New commands: |
| 115 |
- center selection in viewport |
| 116 |
- remove to end/start of line |
| 117 |
- split line |
| 118 |
- transpose letters |
| 119 |
* Refator markers |
| 120 |
- Custom code can be used to render markers |
| 121 |
- Markers can be in front or behind the text |
| 122 |
- Markers are now stored in the session (was in the renderer) |
| 123 |
* Lots of IE8 fixes including copy, cut and selections |
| 124 |
* Unit tests can also be run in the browser |
| 125 |
<https://github.com/ajaxorg/ace/blob/master/lib/ace/test/tests.html> |
| 126 |
* Soft wrap can adapt to the width of the editor (Mike Ratcliffe, Joe Cheng) |
| 127 |
* Add minimal node server server.js to run the Ace demo in Chrome |
| 128 |
* The top level editor.html demo has been renamed to index.html |
| 129 |
* Bug fixes |
| 130 |
- Fixed gotoLine to consider wrapped lines when calculating where to scroll to (James Allen) |
| 131 |
- Fixed isues when the editor was scrolled in the web page (Eric Allam) |
| 132 |
- Highlighting of Python string literals |
| 133 |
- Syntax rule for PHP comments |
| 134 |
|
| 135 |
2011.02.08, Version 0.1.5 |
| 136 |
|
| 137 |
* Add Coffeescript Mode (Satoshi Murakami) |
| 138 |
* Fix word wrap bug (Julian Viereck) |
| 139 |
* Fix packaged version of the Eclipse mode |
| 140 |
* Loading of workers is more robust |
| 141 |
* Fix "click selection" |
| 142 |
* Allow tokizing empty lines (Daniel Krech) |
| 143 |
* Make PageUp/Down behavior more consistent with native OS (Joe Cheng) |
| 144 |
|
| 145 |
2011.02.04, Version 0.1.4 |
| 146 |
|
| 147 |
* Add C/C++ mode contributed by Gastón Kleiman |
| 148 |
* Fix exception in key input |
| 149 |
|
| 150 |
2011.02.04, Version 0.1.3 |
| 151 |
|
| 152 |
* Let the packaged version play nice with requireJS |
| 153 |
* Add Ruby mode contributed by Shlomo Zalman Heigh |
| 154 |
* Add Java mode contributed by Tom Tasche |
| 155 |
* Fix annotation bug |
| 156 |
* Changing a document added a new empty line at the end |