NEWS.md
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)
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
)