changelog.txt 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. Changelog for Ace integration into MODx Revolution.
  2. Ace 1.8.0
  3. ====================================
  4. - Added: autocompletion for php functions.
  5. Ace 1.7.0
  6. ====================================
  7. - Added: new system setting "ace.grow".
  8. - Added: new system setting "ace.html_elements_mime".
  9. Ace 1.6.5
  10. ====================================
  11. - Added: "Twig" syntax for support of Twig in chunks.
  12. - Changed: Plugin is not static anymore.
  13. Ace 1.6.4
  14. ====================================
  15. - Fixed: Support of emmet in smarty mode. Again.
  16. Ace 1.6.3
  17. ====================================
  18. - Fixed: Support of emmet in smarty mode.
  19. Ace 1.6.2
  20. ====================================
  21. - Fixed: Editor mode handling.
  22. - Added: "Markdown" syntax for mime type "text/x-markdown".
  23. Ace 1.6.1
  24. ====================================
  25. - Fixed : Work with enabled system setting "compress_js".
  26. Ace 1.6.0
  27. ====================================
  28. - Added: "Smarty" syntax for support of Fenom in chunks.
  29. - Updated: Ace to version 1.2.0.
  30. Ace 1.5.1
  31. ====================================
  32. - Fixed: Bug with narrowing of the textarea.
  33. Ace 1.5.0
  34. ====================================
  35. - Changed: Assets are moved back to /assets/
  36. - Fixed: MODx tag completions (was completely broken)
  37. - Added: Editor height setting
  38. Ace 1.4.3
  39. ====================================
  40. - Added: MODx tag completions (Ctrl+Space)
  41. - Fixed: Issue caused AjaxManager (MODx Manager speed booster plugin) tree drag'n'drop bug
  42. Ace 1.4.2
  43. ====================================
  44. - Added: Undo coalescing
  45. - Changed: Mac fullscreen command is bound to Command+F12
  46. - Added: Drag delay (allow to start new selection inside current one) for Mac
  47. - Fixed: Use file extension of static chunks to detect code syntax
  48. Ace 1.4.1
  49. ====================================
  50. - Fixed: Tab handling
  51. - Fixed: Emmet shortcut listing by Ctr+Alt+H
  52. - Added: Expandable snippets support (see ace.snippets setting)
  53. - Added: Emmet wrap_with_abbreviation command (Alt+W)
  54. Ace 1.4.0
  55. ====================================
  56. - Added: Emmet (aka Zen Coding) support
  57. - Added: Terminal dark theme
  58. - Added: Hotkey table (Ctrl+Alt+H)
  59. - Fixed: Resource overview fatal error
  60. - Changed: Assets are moved to /manager/assets/components/
  61. Ace 1.3.3
  62. ====================================
  63. - Added: PHP live syntax check
  64. - Added: Chaos dark theme
  65. - Added: Setting show_invisibles
  66. Ace 1.3.2
  67. ====================================
  68. - Fixed: The bug while installing the Ace
  69. - Fixed: Broken word_wrap setting
  70. - Added: Tab settings (tab size, soft tab)
  71. - Added: Now completele compatible with AjaxManager extra
  72. Ace 1.3.1
  73. ====================================
  74. - Changed: Plugin content now is stored in static file
  75. Ace 1.3.0
  76. ====================================
  77. - Added: German translation
  78. - Added: MODx tags highlighting
  79. - Added: Ambiance and xcode themes
  80. - Added: less/scss syntax highlighting
  81. - Added: Fullwindow mode (Ctrl + F11)
  82. - Changed: Editor now ignores `wich_editor` setting. Set `use_editor` to false to use ACE for Resources.
  83. Ace 1.2.1
  84. ====================================
  85. - Changed: Assets are moved to manager folder
  86. - Added: Font size setting
  87. - Added: "GitHub" theme
  88. - Added: Support of html5 drag'n'drop (accepting of dropped text)
  89. - Added: XML / HTML tag autoclosing
  90. - Fixed: broken en lexicon and php 5.3 incompatibility
  91. Ace 1.2.0
  92. ====================================
  93. - Removed: Some unnecessary options
  94. - Changed: Editor options are moved to system settings
  95. - Fixed: Multiple little editor bugs
  96. - Added: Add missing "OnFileEditFormPrerender" event to MODx
  97. - Added: Multiline editing
  98. - Added: Advanced find/replace window
  99. Ace 1.1.0
  100. ====================================
  101. - Fixed: Fatal error on document create event
  102. - Fixed: Changing of properties has no effect
  103. - Added: File edition support
  104. - Added: MODx tree elements drag'n'drop support
  105. - Added: Auto-assigning which_element_editor to Ace
  106. Ace 1.0.0
  107. ====================================
  108. - Added: Plugin properties to adjust how Ace behaves
  109. - Initial commit