| 1 |
2013.06.04 Version 1.1.01 |
| 2 |
|
| 3 |
- Improved emacs keybindings (Robert Krahn) |
| 4 |
- Added markClean, isClean methods to UndoManager (Joonsoo Jeon) |
| 5 |
- Do not allow `Toggle comments` command to remove spaces from indentation |
| 6 |
- Softer colors for indent guides in dark themes |
| 7 |
|
| 8 |
* new language modes |
| 9 |
- Ada |
| 10 |
- Assembly_x86 |
| 11 |
- Cobol |
| 12 |
- D |
| 13 |
- ejs |
| 14 |
- MATLAB |
| 15 |
- MySQL |
| 16 |
- Twig |
| 17 |
- Verilog |
| 18 |
|
| 19 |
2013.05.01, Version 1.1.0 |
| 20 |
|
| 21 |
* API Changes |
| 22 |
- Default position of the editor container is changed to relative. Add `.ace_editor {position: absolute}` css rule to restore old behavior |
| 23 |
- Changed default line-height to `normal` to not conflict with bootstrap. Use `line-height: inherit` for old behavior. |
| 24 |
- Changed marker types accepted by session.addMarker. It now accepts "text"|"line"|"fullLine"|"screenLine" |
| 25 |
- Internal classnames used by editor were made more consistent |
| 26 |
- Introduced `editor.setOption/getOption/setOptions/getOptions` methods |
| 27 |
- Introduced positionToIndex, indexToPosition methods |
| 28 |
|
| 29 |
* New Features |
| 30 |
- Improved emacs mode (chetstone) |
| 31 |
with Incremental search and Occur modes (Robert Krahn) |
| 32 |
|
| 33 |
- Improved ime handling |
| 34 |
- Searchbox (Vlad Zinculescu) |
| 35 |
|
| 36 |
- Added elastic tabstops lite extension (Garen Torikian) |
| 37 |
- Added extension for whitespace manipulation |
| 38 |
- Added extension for enabling spellchecking from contextmenu |
| 39 |
- Added extension for displaying available keyboard shortcuts (Matthew Christopher Kastor-Inare III) |
| 40 |
- Added extension for displaying options panel (Matthew Christopher Kastor-Inare III) |
| 41 |
- Added modelist extension (Matthew Christopher Kastor-Inare III) |
| 42 |
|
| 43 |
- Improved toggleCommentLines and added ToggleCommentBlock command |
| 44 |
- `:;` pairing in CSS mode (danyaPostfactum) |
| 45 |
|
| 46 |
- Added suppoert for Delete and SelectAll from context menu (danyaPostfactum) |
| 47 |
|
| 48 |
- Make wrapping behavior optional |
| 49 |
- Selective bracket insertion/skipping |
| 50 |
|
| 51 |
- Added commands for increase/decrease numbers, sort lines (Vlad Zinculescu) |
| 52 |
- Folding for Markdown, Lua, LaTeX |
| 53 |
- Selective bracket insertion/skipping for C-like languages |
| 54 |
|
| 55 |
* Many new languages |
| 56 |
- Scheme (Mu Lei) |
| 57 |
- Dot (edwardsp) |
| 58 |
- FreeMarker (nguillaumin) |
| 59 |
- Tiny Mushcode (h3rb) |
| 60 |
- Velocity (Ryan Griffith) |
| 61 |
- TOML (Garen Torikian) |
| 62 |
- LSL (Nemurimasu Neiro, Builders Brewery) |
| 63 |
- Curly (Libo Cannici) |
| 64 |
- vbScript (Jan Jongboom) |
| 65 |
- R (RStudio) |
| 66 |
- ABAP |
| 67 |
- Lucene (Graham Scott) |
| 68 |
- Haml (Garen Torikian) |
| 69 |
- Objective-C (Garen Torikian) |
| 70 |
- Makefile (Garen Torikian) |
| 71 |
- TypeScript (Garen Torikian) |
| 72 |
- Lisp (Garen Torikian) |
| 73 |
- Stylus (Garen Torikian) |
| 74 |
- Dart (Garen Torikian) |
| 75 |
|
| 76 |
* Live syntax checks |
| 77 |
- PHP (danyaPostfactum) |
| 78 |
- Lua |
| 79 |
|
| 80 |
* New Themes |
| 81 |
- Chaos |
| 82 |
- Terminal |
| 83 |
|
| 84 |
2012.09.17, Version 1.0.0 |
| 85 |
|
| 86 |
* New Features |
| 87 |
- Multiple cursors and selections (https://c9.io/site/blog/2012/08/be-an-armenian-warrior-with-block-selection-on-steroids/) |
| 88 |
- Fold buttons displayed in the gutter |
| 89 |
- Indent Guides |
| 90 |
- Completely reworked vim mode (Sergi Mansilla) |
| 91 |
- Improved emacs keybindings |
| 92 |
- Autoclosing of html tags (danyaPostfactum) |
| 93 |
|
| 94 |
* 20 New language modes |
| 95 |
- Coldfusion (Russ) |
| 96 |
- Diff |
| 97 |
- GLSL (Ed Mackey) |
| 98 |
- Go (Davide Saurino) |
| 99 |
- Haxe (Jason O'Neil) |
| 100 |
- Jade (Garen Torikian) |
| 101 |
- jsx (Syu Kato) |
| 102 |
- LaTeX (James Allen) |
| 103 |
- Less (John Roepke) |
| 104 |
- Liquid (Bernie Telles) |
| 105 |
- Lua (Lee Gao) |
| 106 |
- LuaPage (Choonster) |
| 107 |
- Markdown (Chris Spencer) |
| 108 |
- PostgreSQL (John DeSoi) |
| 109 |
- Powershell (John Kane) |
| 110 |
- Sh (Richo Healey) |
| 111 |
- SQL (Jonathan Camile) |
| 112 |
- Tcl (Cristoph Hochreiner) |
| 113 |
- XQuery (William Candillion) |
| 114 |
- Yaml (Meg Sharkey) |
| 115 |
|
| 116 |
* Live syntax checks |
| 117 |
- for XQuery and JSON |
| 118 |
|
| 119 |
* New Themes |
| 120 |
- Ambiance (Irakli Gozalishvili) |
| 121 |
- Dreamweaver (Adam Jimenez) |
| 122 |
- Github (bootstraponline) |
| 123 |
- Tommorrow themes (https://github.com/chriskempson/tomorrow-theme) |
| 124 |
- XCode |
| 125 |
|
| 126 |
* Many Small Enhancements and Bugfixes |
| 127 |
|
| 128 |
2011.08.02, Version 0.2.0 |
| 129 |
|
| 130 |
* Split view (Julian Viereck) |
| 131 |
- split editor area horizontally or vertivally to show two files at the same |
| 132 |
time |
| 133 |
|
| 134 |
* Code Folding (Julian Viereck) |
| 135 |
- Unstructured code folding |
| 136 |
- Will be the basis for language aware folding |
| 137 |
|
| 138 |
* Mode behaviours (Chris Spencer) |
| 139 |
- Adds mode specific hooks which allow transformations of entered text |
| 140 |
- Autoclosing of braces, paranthesis and quotation marks in C style modes |
| 141 |
- Autoclosing of angular brackets in XML style modes |
| 142 |
|
| 143 |
* New language modes |
| 144 |
- Clojure (Carin Meier) |
| 145 |
- C# (Rob Conery) |
| 146 |
- Groovy (Ben Tilford) |
| 147 |
- Scala (Ben Tilford) |
| 148 |
- JSON |
| 149 |
- OCaml (Sergi Mansilla) |
| 150 |
- Perl (Panagiotis Astithas) |
| 151 |
- SCSS/SASS (Andreas Madsen) |
| 152 |
- SVG |
| 153 |
- Textile (Kelley van Evert) |
| 154 |
- SCAD (Jacob Hansson) |
| 155 |
|
| 156 |
* Live syntax checks |
| 157 |
- Lint for CSS using CSS Lint <http://csslint.net/> |
| 158 |
- CoffeeScript |
| 159 |
|
| 160 |
* New Themes |
| 161 |
- Crimson Editor (iebuggy) |
| 162 |
- Merbivore (Michael Schwartz) |
| 163 |
- Merbivore soft (Michael Schwartz) |
| 164 |
- Solarized dark/light <http://ethanschoonover.com/solarized> (David Alan Hjelle) |
| 165 |
- Vibrant Ink (Michael Schwartz) |
| 166 |
|
| 167 |
* Small Features/Enhancements |
| 168 |
- Lots of render performance optimizations (Harutyun Amirjanyan) |
| 169 |
- Improved Ruby highlighting (Chris Wanstrath, Trent Ogren) |
| 170 |
- Improved PHP highlighting (Thomas Hruska) |
| 171 |
- Improved CSS highlighting (Sean Kellogg) |
| 172 |
- Clicks which cause the editor to be focused don't reset the selection |
| 173 |
- Make padding text layer specific so that print margin and active line |
| 174 |
highlight are not affected (Irakli Gozalishvili) |
| 175 |
- Added setFontSize method |
| 176 |
- Improved vi keybindings (Trent Ogren) |
| 177 |
- When unfocused make cursor transparent instead of removing it (Harutyun Amirjanyan) |
| 178 |
- Support for matching groups in tokenizer with arrays of tokens (Chris Spencer) |
| 179 |
|
| 180 |
* Bug fixes |
| 181 |
- Add support for the new OSX scroll bars |
| 182 |
- Properly highlight JavaScript regexp literals |
| 183 |
- Proper handling of unicode characters in JavaScript identifiers |
| 184 |
- Fix remove lines command on last line (Harutyun Amirjanyan) |
| 185 |
- Fix scroll wheel sluggishness in Safari |
| 186 |
- Make keyboard infrastructure route keys like []^$ the right way (Julian Viereck) |
| 187 |
|
| 188 |
2011.02.14, Version 0.1.6 |
| 189 |
|
| 190 |
* Floating Anchors |
| 191 |
- An Anchor is a floating pointer in the document. |
| 192 |
- Whenever text is inserted or deleted before the cursor, the position of |
| 193 |
the cursor is updated |
| 194 |
- Usesd for the cursor and selection |
| 195 |
- Basis for bookmarks, multiple cursors and snippets in the future |
| 196 |
* Extensive support for Cocoa style keybindings on the Mac <https://github.com/ajaxorg/ace/issues/closed#issue/116/comment/767803> |
| 197 |
* New commands: |
| 198 |
- center selection in viewport |
| 199 |
- remove to end/start of line |
| 200 |
- split line |
| 201 |
- transpose letters |
| 202 |
* Refator markers |
| 203 |
- Custom code can be used to render markers |
| 204 |
- Markers can be in front or behind the text |
| 205 |
- Markers are now stored in the session (was in the renderer) |
| 206 |
* Lots of IE8 fixes including copy, cut and selections |
| 207 |
* Unit tests can also be run in the browser |
| 208 |
<https://github.com/ajaxorg/ace/blob/master/lib/ace/test/tests.html> |
| 209 |
* Soft wrap can adapt to the width of the editor (Mike Ratcliffe, Joe Cheng) |
| 210 |
* Add minimal node server server.js to run the Ace demo in Chrome |
| 211 |
* The top level editor.html demo has been renamed to index.html |
| 212 |
* Bug fixes |
| 213 |
- Fixed gotoLine to consider wrapped lines when calculating where to scroll to (James Allen) |
| 214 |
- Fixed isues when the editor was scrolled in the web page (Eric Allam) |
| 215 |
- Highlighting of Python string literals |
| 216 |
- Syntax rule for PHP comments |
| 217 |
|
| 218 |
2011.02.08, Version 0.1.5 |
| 219 |
|
| 220 |
* Add Coffeescript Mode (Satoshi Murakami) |
| 221 |
* Fix word wrap bug (Julian Viereck) |
| 222 |
* Fix packaged version of the Eclipse mode |
| 223 |
* Loading of workers is more robust |
| 224 |
* Fix "click selection" |
| 225 |
* Allow tokizing empty lines (Daniel Krech) |
| 226 |
* Make PageUp/Down behavior more consistent with native OS (Joe Cheng) |
| 227 |
|
| 228 |
2011.02.04, Version 0.1.4 |
| 229 |
|
| 230 |
* Add C/C++ mode contributed by Gastón Kleiman |
| 231 |
* Fix exception in key input |
| 232 |
|
| 233 |
2011.02.04, Version 0.1.3 |
| 234 |
|
| 235 |
* Let the packaged version play nice with requireJS |
| 236 |
* Add Ruby mode contributed by Shlomo Zalman Heigh |
| 237 |
* Add Java mode contributed by Tom Tasche |
| 238 |
* Fix annotation bug |
| 239 |
* Changing a document added a new empty line at the end |
| 240 |
|