You are here

ChangeLog.txt in Live CSS 8

Same filename and directory in other branches
  1. 8.2 ace/ChangeLog.txt
  2. 6.2 ace/ChangeLog.txt
  3. 7 ace/ChangeLog.txt
2011.08.02, Version 0.2.0

* Split view (Julian Viereck)
  - split editor area horizontally or vertivally to show two files at the same
    time

* Code Folding (Julian Viereck)
  - Unstructured code folding
  - Will be the basis for language aware folding

* Mode behaviours (Chris Spencer)
  - Adds mode specific hooks which allow transformations of entered text
  - Autoclosing of braces, paranthesis and quotation marks in C style modes
  - Autoclosing of angular brackets in XML style modes

* New language modes
  - Clojure (Carin Meier)
  - C# (Rob Conery)
  - Groovy (Ben Tilford)
  - Scala (Ben Tilford)
  - JSON
  - OCaml (Sergi Mansilla)
  - Perl (Panagiotis Astithas)
  - SCSS/SASS (Andreas Madsen)
  - SVG
  - Textile (Kelley van Evert)
  - SCAD (Jacob Hansson)
  
* Live syntax checks
  - Lint for Css using CSS Lint <http://csslint.net/>
  - CoffeeScript

* New Themes
  - Crimson Editor (iebuggy)
  - Merbivore (Michael Schwartz)
  - Merbivore soft (Michael Schwartz)
  - Solarized dark/light <http://ethanschoonover.com/solarized> (David Alan
    Hjelle)
  - Vibrant Ink (Michael Schwartz)

* Small Features/Enhancements
  - Lots of render performance optimizations (Harutyun Amirjanyan)
  - Improved Ruby highlighting (Chris Wanstrath, Trent Ogren)
  - Improved PHP highlighting (Thomas Hruska)
  - Improved CSS highlighting (Sean Kellogg)
  - Clicks which cause the editor to be focused don't reset the selection
  - Make padding text layer specific so that print margin and active line
    highlight are not affected (Irakli Gozalishvili)
  - Added setFontSize method
  - Improved vi keybindings (Trent Ogren)
  - When unfocused make cursor transparent instead of removing it (Harutyun
    Amirjanyan)
  - Support for matching groups in tokenizer with arrays of tokens (Chris
    Spencer)

* Bug fixes
  - Add support for the new OSX scroll bars
  - Properly highlight JavaScript regexp literals
  - Proper handling of unicode characters in JavaScript identifiers
  - Fix remove lines command on last line (Harutyun Amirjanyan)
  - Fix scroll wheel sluggishness in Safari
  - Make keyboard infrastructure route keys like []^$ the right way (Julian
    Viereck)

2011.02.14, Version 0.1.6

* Floating Anchors
  - An Anchor is a floating pointer in the document. 
  - Whenever text is inserted or deleted before the cursor, the position of
    the cursor is updated
  - Usesd for the cursor and selection
  - Basis for bookmarks, multiple cursors and snippets in the future
* Extensive support for Cocoa style keybindings on the Mac <https://github.com/ajaxorg/ace/issues/closed#issue/116/comment/767803>
* New commands:
  - center selection in viewport
  - remove to end/start of line
  - split line
  - transpose letters
* Refator markers  
  - Custom code can be used to render markers
  - Markers can be in front or behind the text
  - Markers are now stored in the session (was in the renderer)
* Lots of IE8 fixes including copy, cut and selections
* Unit tests can also be run in the browser
  <https://github.com/ajaxorg/ace/blob/master/lib/ace/test/tests.html>
* Soft wrap can adapt to the width of the editor (Mike Ratcliffe, Joe Cheng)
* Add minimal node server server.js to run the Ace demo in Chrome
* The top level editor.html demo has been renamed to index.html
* Bug fixes
  - Fixed gotoLine to consider wrapped lines when calculating where to scroll to (James Allen)
  - Fixed isues when the editor was scrolled in the web page (Eric Allam)
  - Highlighting of Python string literals
  - Syntax rule for PHP comments

2011.02.08, Version 0.1.5

* Add Coffeescript Mode (Satoshi Murakami)
* Fix word wrap bug (Julian Viereck)
* Fix packaged version of the Eclipse mode
* Loading of workers is more robust
* Fix "click selection"
* Allow tokizing empty lines (Daniel Krech)
* Make PageUp/Down behavior more consistent with native OS (Joe Cheng)

2011.02.04, Version 0.1.4

* Add C/C++ mode contributed by Gastón Kleiman
* Fix exception in key input

2011.02.04, Version 0.1.3

* Let the packaged version play nice with requireJS
* 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

File

ace/ChangeLog.txt
View source
  1. 2011.08.02, Version 0.2.0
  2. * Split view (Julian Viereck)
  3. - split editor area horizontally or vertivally to show two files at the same
  4. time
  5. * Code Folding (Julian Viereck)
  6. - Unstructured code folding
  7. - Will be the basis for language aware folding
  8. * Mode behaviours (Chris Spencer)
  9. - Adds mode specific hooks which allow transformations of entered text
  10. - Autoclosing of braces, paranthesis and quotation marks in C style modes
  11. - Autoclosing of angular brackets in XML style modes
  12. * New language modes
  13. - Clojure (Carin Meier)
  14. - C# (Rob Conery)
  15. - Groovy (Ben Tilford)
  16. - Scala (Ben Tilford)
  17. - JSON
  18. - OCaml (Sergi Mansilla)
  19. - Perl (Panagiotis Astithas)
  20. - SCSS/SASS (Andreas Madsen)
  21. - SVG
  22. - Textile (Kelley van Evert)
  23. - SCAD (Jacob Hansson)
  24. * Live syntax checks
  25. - Lint for Css using CSS Lint
  26. - CoffeeScript
  27. * New Themes
  28. - Crimson Editor (iebuggy)
  29. - Merbivore (Michael Schwartz)
  30. - Merbivore soft (Michael Schwartz)
  31. - Solarized dark/light (David Alan
  32. Hjelle)
  33. - Vibrant Ink (Michael Schwartz)
  34. * Small Features/Enhancements
  35. - Lots of render performance optimizations (Harutyun Amirjanyan)
  36. - Improved Ruby highlighting (Chris Wanstrath, Trent Ogren)
  37. - Improved PHP highlighting (Thomas Hruska)
  38. - Improved CSS highlighting (Sean Kellogg)
  39. - Clicks which cause the editor to be focused don't reset the selection
  40. - Make padding text layer specific so that print margin and active line
  41. highlight are not affected (Irakli Gozalishvili)
  42. - Added setFontSize method
  43. - Improved vi keybindings (Trent Ogren)
  44. - When unfocused make cursor transparent instead of removing it (Harutyun
  45. Amirjanyan)
  46. - Support for matching groups in tokenizer with arrays of tokens (Chris
  47. Spencer)
  48. * Bug fixes
  49. - Add support for the new OSX scroll bars
  50. - Properly highlight JavaScript regexp literals
  51. - Proper handling of unicode characters in JavaScript identifiers
  52. - Fix remove lines command on last line (Harutyun Amirjanyan)
  53. - Fix scroll wheel sluggishness in Safari
  54. - Make keyboard infrastructure route keys like []^$ the right way (Julian
  55. Viereck)
  56. 2011.02.14, Version 0.1.6
  57. * Floating Anchors
  58. - An Anchor is a floating pointer in the document.
  59. - Whenever text is inserted or deleted before the cursor, the position of
  60. the cursor is updated
  61. - Usesd for the cursor and selection
  62. - Basis for bookmarks, multiple cursors and snippets in the future
  63. * Extensive support for Cocoa style keybindings on the Mac
  64. * New commands:
  65. - center selection in viewport
  66. - remove to end/start of line
  67. - split line
  68. - transpose letters
  69. * Refator markers
  70. - Custom code can be used to render markers
  71. - Markers can be in front or behind the text
  72. - Markers are now stored in the session (was in the renderer)
  73. * Lots of IE8 fixes including copy, cut and selections
  74. * Unit tests can also be run in the browser
  75. * Soft wrap can adapt to the width of the editor (Mike Ratcliffe, Joe Cheng)
  76. * Add minimal node server server.js to run the Ace demo in Chrome
  77. * The top level editor.html demo has been renamed to index.html
  78. * Bug fixes
  79. - Fixed gotoLine to consider wrapped lines when calculating where to scroll to (James Allen)
  80. - Fixed isues when the editor was scrolled in the web page (Eric Allam)
  81. - Highlighting of Python string literals
  82. - Syntax rule for PHP comments
  83. 2011.02.08, Version 0.1.5
  84. * Add Coffeescript Mode (Satoshi Murakami)
  85. * Fix word wrap bug (Julian Viereck)
  86. * Fix packaged version of the Eclipse mode
  87. * Loading of workers is more robust
  88. * Fix "click selection"
  89. * Allow tokizing empty lines (Daniel Krech)
  90. * Make PageUp/Down behavior more consistent with native OS (Joe Cheng)
  91. 2011.02.04, Version 0.1.4
  92. * Add C/C++ mode contributed by Gastón Kleiman
  93. * Fix exception in key input
  94. 2011.02.04, Version 0.1.3
  95. * Let the packaged version play nice with requireJS
  96. * Add Ruby mode contributed by Shlomo Zalman Heigh
  97. * Add Java mode contributed by Tom Tasche
  98. * Fix annotation bug
  99. * Changing a document added a new empty line at the end