ChangeLog.txt 12 KB

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