update ChangeLog
This commit is contained in:
parent
4eff803f31
commit
d9aa73792c
1 changed files with 50 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue