ChangeLog.txt 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384
  1. 2017.07.02 Version 1.2.8
  2. * Fixed small bugs in searchbox and autocompleter
  3. 2017.06.18 Version 1.2.7
  4. * Added Support for arrow keys on external IPad keyboard (Emanuele Tamponi)
  5. * added match counter to searchbox extension
  6. - implemented higlighting of multiline strings in yaml mode (Maxim Trushin)
  7. - improved haml syntax highlighter (Andrés Álvarez)
  8. 2016.12.03 Version 1.2.6
  9. * Fixed IME handling on new Chrome
  10. * Support for php 7 in the syntax checker
  11. 2016.08.16 Version 1.2.5
  12. * Fixed regression in noconflict mode
  13. 2016.07.27 Version 1.2.4
  14. * Maintenance release with several new modes and small bugfixes
  15. 2016.01.17 Version 1.2.3
  16. * Bugfixes
  17. - fix memory leak in setSession (Tyler Stalder)
  18. - double click not working on linux/mac
  19. * new language modes
  20. - reStructuredText (Robin Jarry)
  21. - NSIS (Jan T. Sott)
  22. 2015.10.28 Version 1.2.1
  23. * new language modes
  24. - Swift
  25. - JSX
  26. 2015.07.11 Version 1.2.0
  27. * New Features
  28. - Indented soft wrap (danyaPostfactum)
  29. - Rounded borders on selections
  30. * API Changes
  31. - unified delta types `{start, end, action, lines}` (Alden Daniels https://github.com/ajaxorg/ace/pull/1745)
  32. - "change" event listeners on session and editor get delta objects directly
  33. * new language modes
  34. - SQLServer (Morgan Yarbrough)
  35. 2015.04.03 Version 1.1.9
  36. - Small Enhancements and Bugfixes
  37. 2014.11.08 Version 1.1.8
  38. * API Changes
  39. - `editor.commands.commandKeyBinding` now contains direct map from keys to commands instead of grouping them by hashid
  40. * New Features
  41. - Improved autoindent for html and php modes (Adam Jimenez)
  42. - Find All from searchbox (Colton Voege)
  43. * new language modes
  44. - Elixir, Elm
  45. 2014.09.21 Version 1.1.7
  46. * Bugfixes
  47. - fix several bugs in autocompletion
  48. - workaround for inaccurate getBoundingClientRect on chrome 37
  49. 2014.08.17 Version 1.1.6
  50. * Bugfixes
  51. - fix regression in double tap to highlight
  52. - Improved Latex Mode (Daniel Felder)
  53. * API Changes
  54. - editor.destroy destroys editor.session too (call editor.setSession(null) to prevent that)
  55. * new language modes
  56. - Praat (José Joaquín Atria)
  57. - Eiffel (Victorien Elvinger)
  58. - G-code (Adam Joseph Cook)
  59. 2014.07.09 Version 1.1.5
  60. * Bugfixes
  61. - fix regression in autocomplete popup
  62. * new language modes
  63. - gitignore (Devon Carew)
  64. 2014.07.01 Version 1.1.4
  65. * New Features
  66. - Highlight matching tags (Adam Jimenez)
  67. - Improved jump to matching command (Adam Jimenez)
  68. * new language modes
  69. - AppleScript (Yaogang Lian)
  70. - Vala
  71. 2014.03.08 Version 1.1.3
  72. * New Features
  73. - Allow syntax checkers to be loaded from CDN (Derk-Jan Hartman)
  74. - Add ColdFusion behavior (Abram Adams)
  75. - add showLineNumbers option
  76. - Add html syntax checker (danyaPostfactum)
  77. * new language modes
  78. - Gherkin (Patrick Nevels)
  79. - Smarty
  80. 2013.12.02 Version 1.1.2
  81. * New Features
  82. - Accessibility Theme for Ace (Peter Xiao)
  83. - use snipetManager for expanding emmet snippets
  84. - update jshint to 2.1.4
  85. - improve php syntax checker (jdalegonzalez)
  86. - add option for autoresizing
  87. - add option for autohiding vertical scrollbar
  88. - improvements to highlighting of xml like languages (danyaPostfactum)
  89. - add support for autocompletion and snippets (gjtorikyan danyaPostfactum and others)
  90. - add option to merge similar changes in undo history
  91. - add scrollPastEnd option
  92. - use html5 dragndrop for text dragging (danyaPostfactum)
  93. * API Changes
  94. - fixed typo in HashHandler commmandManager
  95. * new language modes
  96. - Nix (Zef Hemel)
  97. - Protobuf (Zef Hemel)
  98. - Soy
  99. - Handlebars
  100. 2013.06.04 Version 1.1.1
  101. - Improved emacs keybindings (Robert Krahn)
  102. - Added markClean, isClean methods to UndoManager (Joonsoo Jeon)
  103. - Do not allow `Toggle comments` command to remove spaces from indentation
  104. - Softer colors for indent guides in dark themes
  105. * new language modes
  106. - Ada
  107. - Assembly_x86
  108. - Cobol
  109. - D
  110. - ejs
  111. - MATLAB
  112. - MySQL
  113. - Twig
  114. - Verilog
  115. 2013.05.01, Version 1.1.0
  116. * API Changes
  117. - Default position of the editor container is changed to relative. Add `.ace_editor {position: absolute}` css rule to restore old behavior
  118. - Changed default line-height to `normal` to not conflict with bootstrap. Use `line-height: inherit` for old behavior.
  119. - Changed marker types accepted by session.addMarker. It now accepts "text"|"line"|"fullLine"|"screenLine"
  120. - Internal classnames used by editor were made more consistent
  121. - Introduced `editor.setOption/getOption/setOptions/getOptions` methods
  122. - Introduced positionToIndex, indexToPosition methods
  123. * New Features
  124. - Improved emacs mode (chetstone)
  125. with Incremental search and Occur modes (Robert Krahn)
  126. - Improved ime handling
  127. - Searchbox (Vlad Zinculescu)
  128. - Added elastic tabstops lite extension (Garen Torikian)
  129. - Added extension for whitespace manipulation
  130. - Added extension for enabling spellchecking from contextmenu
  131. - Added extension for displaying available keyboard shortcuts (Matthew Christopher Kastor-Inare III)
  132. - Added extension for displaying options panel (Matthew Christopher Kastor-Inare III)
  133. - Added modelist extension (Matthew Christopher Kastor-Inare III)
  134. - Improved toggleCommentLines and added ToggleCommentBlock command
  135. - `:;` pairing in CSS mode (danyaPostfactum)
  136. - Added suppoert for Delete and SelectAll from context menu (danyaPostfactum)
  137. - Make wrapping behavior optional
  138. - Selective bracket insertion/skipping
  139. - Added commands for increase/decrease numbers, sort lines (Vlad Zinculescu)
  140. - Folding for Markdown, Lua, LaTeX
  141. - Selective bracket insertion/skipping for C-like languages
  142. * Many new languages
  143. - Scheme (Mu Lei)
  144. - Dot (edwardsp)
  145. - FreeMarker (nguillaumin)
  146. - Tiny Mushcode (h3rb)
  147. - Velocity (Ryan Griffith)
  148. - TOML (Garen Torikian)
  149. - LSL (Nemurimasu Neiro, Builders Brewery)
  150. - Curly (Libo Cannici)
  151. - vbScript (Jan Jongboom)
  152. - R (RStudio)
  153. - ABAP
  154. - Lucene (Graham Scott)
  155. - Haml (Garen Torikian)
  156. - Objective-C (Garen Torikian)
  157. - Makefile (Garen Torikian)
  158. - TypeScript (Garen Torikian)
  159. - Lisp (Garen Torikian)
  160. - Stylus (Garen Torikian)
  161. - Dart (Garen Torikian)
  162. * Live syntax checks
  163. - PHP (danyaPostfactum)
  164. - Lua
  165. * New Themes
  166. - Chaos
  167. - Terminal
  168. 2012.09.17, Version 1.0.0
  169. * New Features
  170. - Multiple cursors and selections (https://c9.io/site/blog/2012/08/be-an-armenian-warrior-with-block-selection-on-steroids/)
  171. - Fold buttons displayed in the gutter
  172. - Indent Guides
  173. - Completely reworked vim mode (Sergi Mansilla)
  174. - Improved emacs keybindings
  175. - Autoclosing of html tags (danyaPostfactum)
  176. * 20 New language modes
  177. - Coldfusion (Russ)
  178. - Diff
  179. - GLSL (Ed Mackey)
  180. - Go (Davide Saurino)
  181. - Haxe (Jason O'Neil)
  182. - Jade (Garen Torikian)
  183. - jsx (Syu Kato)
  184. - LaTeX (James Allen)
  185. - Less (John Roepke)
  186. - Liquid (Bernie Telles)
  187. - Lua (Lee Gao)
  188. - LuaPage (Choonster)
  189. - Markdown (Chris Spencer)
  190. - PostgreSQL (John DeSoi)
  191. - Powershell (John Kane)
  192. - Sh (Richo Healey)
  193. - SQL (Jonathan Camile)
  194. - Tcl (Cristoph Hochreiner)
  195. - XQuery (William Candillion)
  196. - Yaml (Meg Sharkey)
  197. * Live syntax checks
  198. - for XQuery and JSON
  199. * New Themes
  200. - Ambiance (Irakli Gozalishvili)
  201. - Dreamweaver (Adam Jimenez)
  202. - Github (bootstraponline)
  203. - Tommorrow themes (https://github.com/chriskempson/tomorrow-theme)
  204. - XCode
  205. * Many Small Enhancements and Bugfixes
  206. 2011.08.02, Version 0.2.0
  207. * Split view (Julian Viereck)
  208. - split editor area horizontally or vertivally to show two files at the same
  209. time
  210. * Code Folding (Julian Viereck)
  211. - Unstructured code folding
  212. - Will be the basis for language aware folding
  213. * Mode behaviours (Chris Spencer)
  214. - Adds mode specific hooks which allow transformations of entered text
  215. - Autoclosing of braces, paranthesis and quotation marks in C style modes
  216. - Autoclosing of angular brackets in XML style modes
  217. * New language modes
  218. - Clojure (Carin Meier)
  219. - C# (Rob Conery)
  220. - Groovy (Ben Tilford)
  221. - Scala (Ben Tilford)
  222. - JSON
  223. - OCaml (Sergi Mansilla)
  224. - Perl (Panagiotis Astithas)
  225. - SCSS/SASS (Andreas Madsen)
  226. - SVG
  227. - Textile (Kelley van Evert)
  228. - SCAD (Jacob Hansson)
  229. * Live syntax checks
  230. - Lint for CSS using CSS Lint <http://csslint.net/>
  231. - CoffeeScript
  232. * New Themes
  233. - Crimson Editor (iebuggy)
  234. - Merbivore (Michael Schwartz)
  235. - Merbivore soft (Michael Schwartz)
  236. - Solarized dark/light <http://ethanschoonover.com/solarized> (David Alan Hjelle)
  237. - Vibrant Ink (Michael Schwartz)
  238. * Small Features/Enhancements
  239. - Lots of render performance optimizations (Harutyun Amirjanyan)
  240. - Improved Ruby highlighting (Chris Wanstrath, Trent Ogren)
  241. - Improved PHP highlighting (Thomas Hruska)
  242. - Improved CSS highlighting (Sean Kellogg)
  243. - Clicks which cause the editor to be focused don't reset the selection
  244. - Make padding text layer specific so that print margin and active line
  245. highlight are not affected (Irakli Gozalishvili)
  246. - Added setFontSize method
  247. - Improved vi keybindings (Trent Ogren)
  248. - When unfocused make cursor transparent instead of removing it (Harutyun Amirjanyan)
  249. - Support for matching groups in tokenizer with arrays of tokens (Chris Spencer)
  250. * Bug fixes
  251. - Add support for the new OSX scroll bars
  252. - Properly highlight JavaScript regexp literals
  253. - Proper handling of unicode characters in JavaScript identifiers
  254. - Fix remove lines command on last line (Harutyun Amirjanyan)
  255. - Fix scroll wheel sluggishness in Safari
  256. - Make keyboard infrastructure route keys like []^$ the right way (Julian Viereck)
  257. 2011.02.14, Version 0.1.6
  258. * Floating Anchors
  259. - An Anchor is a floating pointer in the document.
  260. - Whenever text is inserted or deleted before the cursor, the position of
  261. the cursor is updated
  262. - Usesd for the cursor and selection
  263. - Basis for bookmarks, multiple cursors and snippets in the future
  264. * Extensive support for Cocoa style keybindings on the Mac <https://github.com/ajaxorg/ace/issues/closed#issue/116/comment/767803>
  265. * New commands:
  266. - center selection in viewport
  267. - remove to end/start of line
  268. - split line
  269. - transpose letters
  270. * Refator markers
  271. - Custom code can be used to render markers
  272. - Markers can be in front or behind the text
  273. - Markers are now stored in the session (was in the renderer)
  274. * Lots of IE8 fixes including copy, cut and selections
  275. * Unit tests can also be run in the browser
  276. <https://github.com/ajaxorg/ace/blob/master/lib/ace/test/tests.html>
  277. * Soft wrap can adapt to the width of the editor (Mike Ratcliffe, Joe Cheng)
  278. * Add minimal node server server.js to run the Ace demo in Chrome
  279. * The top level editor.html demo has been renamed to index.html
  280. * Bug fixes
  281. - Fixed gotoLine to consider wrapped lines when calculating where to scroll to (James Allen)
  282. - Fixed isues when the editor was scrolled in the web page (Eric Allam)
  283. - Highlighting of Python string literals
  284. - Syntax rule for PHP comments
  285. 2011.02.08, Version 0.1.5
  286. * Add Coffeescript Mode (Satoshi Murakami)
  287. * Fix word wrap bug (Julian Viereck)
  288. * Fix packaged version of the Eclipse mode
  289. * Loading of workers is more robust
  290. * Fix "click selection"
  291. * Allow tokizing empty lines (Daniel Krech)
  292. * Make PageUp/Down behavior more consistent with native OS (Joe Cheng)
  293. 2011.02.04, Version 0.1.4
  294. * Add C/C++ mode contributed by Gastón Kleiman
  295. * Fix exception in key input
  296. 2011.02.04, Version 0.1.3
  297. * Let the packaged version play nice with requireJS
  298. * Add Ruby mode contributed by Shlomo Zalman Heigh
  299. * Add Java mode contributed by Tom Tasche
  300. * Fix annotation bug
  301. * Changing a document added a new empty line at the end