autoScrollEditorIntoView,maxLines, andminLines added that allow theeditor window to resize as extra lines are added by the user. The editorsize starts atminLines and will not expand beyondmaxLines. Seeinst/examples/08-resize for anexample (@vnijs)autoScrollEditorIntoView,maxLines, andminLines added that allow theeditor window to resize as extra lines are added by the user. The editorsize starts atminLines and will not expand beyondmaxLines. Seeinst/examples/08-resize for anexample (@vnijs)selectionId in the call toshinyAce::aceEditor can cause javascript errors (Keyboard shortcuts for to execute code blocks, code chunks, andequations 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 “” (
Fix when ace is initialized with r
Fix for auto complete in shiny modules (
Note: This fix required a breaking change (i.e., theaceAutocomplete function now usesinputid_shinAce_hint rather than the the oldshinyAce_inputid_hint)
Fix for auto complete lists (
Improved configuration options for auto completers by
Upgrade to Ace 1.1.8
Add code autocompletion (
Added input debouncing
Add shortcut and cursor listeners (
Added word wrapping (
Added vim key bindings (