From d9aa73792c5fd9f6ddf1faa6d51f2c5f41c47a28 Mon Sep 17 00:00:00 2001 From: nightwing Date: Wed, 1 May 2013 19:18:35 +0400 Subject: [PATCH 1/2] 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 From e6255c43f86a47b4739e915a5480e89287293f6e Mon Sep 17 00:00:00 2001 From: Lennart Kats Date: Sat, 11 May 2013 15:27:52 +0300 Subject: [PATCH 2/2] Update ChangeLog.txt --- ChangeLog.txt | 31 ++++++++++++++----------------- 1 file changed, 14 insertions(+), 17 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index ce93c25a..bf2a8e59 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,13 +1,12 @@ 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 - + - 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 were made more consistent + - Introduced `editor.setOption/getOption/setOptions/getOptions` methods + - Introduced positionToIndex, indexToPosition methods * New Features - Improved emacs mode (chetstone) @@ -23,20 +22,19 @@ - Added extension for displaying options panel (Matthew Christopher Kastor-Inare III) - Improved toggleCommentLines and added ToggleCommentBlock command - - new CSS behaviour (danyaPostfactum) + - 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 + - Folding for Markdown, Lua, LaTeX + - Selective bracket insertion/skipping for C-like languages -* many new languages - Scheme, dot, FreeMarker, Tiny Mushcode, Velocity, TOML, LSL, Curly, vbScript, R, abap, lucene, haml, obj-c, makefile, Typescript, Lisp, Stylus, Dart +* Many new languages + Scheme, Dot, FreeMarker, Tiny Mushcode, Velocity, TOML, LSL, Curly, vbScript, R, ABAP, Lucene, Haml, Objective-C, Makefile, TypeScript, Lisp, Stylus, Dart * Live syntax checks - PHP (danyaPostfactum) @@ -44,9 +42,8 @@ - Lua * New Themes - Chaos - Terminal - + - Chaos + - Terminal 2012.09.17, Version 1.0.0 @@ -203,4 +200,4 @@ * Add Ruby mode contributed by Shlomo Zalman Heigh * Add Java mode contributed by Tom Tasche * Fix annotation bug -* Changing a document added a new empty line at the end \ No newline at end of file +* Changing a document added a new empty line at the end