From d9aa73792c5fd9f6ddf1faa6d51f2c5f41c47a28 Mon Sep 17 00:00:00 2001 From: nightwing Date: Wed, 1 May 2013 19:18:35 +0400 Subject: [PATCH] update ChangeLog --- ChangeLog.txt | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 8662233a..ce93c25a 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,53 @@ +2013.05.01, Version 1.1.0 + +* API Changes + - default position of the editor container is changed to relative. add `.ace_editor {position: absolute}` css rule to restore old behavior + - changed default line-height to `normal` to not conflict with bootstrap. Use `line-height: inherit` for old behavior. + - changed marker types accepted by session.addMarker. It now accepts "text"|"line"|"fullLine"|"screenLine" + - internal classnames used by editor made more consistent + - introduced `editor.setOption/getOption/setOptions/getOptions` methods + - introduced positionToIndex, indexToPosition methods + + +* New Features + - Improved emacs mode (chetstone) + with Incremental search and Occur modes (Robert Krahn) + + - Improved ime handling + - Searchbox (Vlad Zinculescu) + + - Added elastic tabstops lite extension (Garen Torikian) + - Added extension for whitespace manipulation + - Added extension for enabling spellchecking from contextmenu + - Added extension for displaying available keyboard shortcuts (Matthew Christopher Kastor-Inare III) + - Added extension for displaying options panel (Matthew Christopher Kastor-Inare III) + + - Improved toggleCommentLines and added ToggleCommentBlock command + - new CSS behaviour (danyaPostfactum) + + - Added suppoert for Delete and SelectAll from context menu (danyaPostfactum) + + - Make wrapping behavior optional + - Selective bracket insertion/skipping + + + - Added commands for increase/decrease numbers, sort lines (Vlad Zinculescu) + - Folding for markdown, lua, latex + - Selective bracket insertion/skipping + +* many new languages + Scheme, dot, FreeMarker, Tiny Mushcode, Velocity, TOML, LSL, Curly, vbScript, R, abap, lucene, haml, obj-c, makefile, Typescript, Lisp, Stylus, Dart + +* Live syntax checks + - PHP (danyaPostfactum) + - Python + - Lua + +* New Themes + Chaos + Terminal + + 2012.09.17, Version 1.0.0 * New Features