autoScrollEditorIntoView,
maxLines, and minLines added that allow the
editor window to resize as extra lines are added by the user. The editor
size starts at minLines and will not expand beyond
maxLines. See inst/examples/08-resize for an
example (@vnijs)autoScrollEditorIntoView,
maxLines, and minLines added that allow the
editor window to resize as extra lines are added by the user. The editor
size starts at minLines and will not expand beyond
maxLines. See inst/examples/08-resize for an
example (@vnijs)selectionId in the call to
shinyAce::aceEditor can cause javascript errors (@laderast)Keyboard shortcuts for to execute code blocks, code chunks, and equations in display form using CTRL-enter (CMD-enter on macOS)
Added options to set tab size (tabSize), replace tabs by spaces (useSoftTabs), and show invisible characters (showInvisibles). See
Upgrade to Ace 1.3.0 (https://github.com/ajaxorg/ace-builds/releases)
Allow toggling of search-replace using CMD-f (CTRL-f on Windows). See https://github.com/ajaxorg/ace/issues/3552)
Clear editor using “” (@dmenne #30)
Fix when ace is initialized with r @The-Dub #46)
Fix for auto complete in shiny modules (@GregorDeCillia #47 and PR54)
Note: This fix required a breaking change (i.e., the
aceAutocomplete function now uses
inputid_shinAce_hint rather than the the old
shinyAce_inputid_hint)
Fix for auto complete lists (@Ping2016 #48 and @saurfang (PR52)
Improved configuration options for auto completers by @saurfang ([PR53]https://github.com/trestletech/shinyAce/pull/53))
Upgrade to Ace 1.1.8
Add code autocompletion (@saurfang, #21)
Added input debouncing
Add shortcut and cursor listeners (@skranz, #16)
Added word wrapping (@ncarchedi, #12)
Added vim key bindings (@vnijs, #9)