aceDiffEditor           Render an Ace aceDiffEditor
aceDiffEditor-shiny     Shiny bindings for aceDiffEditor
aceEditor               Render an Ace editor
aceEditor-shiny         Shiny bindings for aceEditor
appendAceCompleter      Add completer
check_output_id         Check outputId
createAceDiffView       Create diff view
createMonacoDiffView    Create monaco diff view
getAceCursorPosition    Get cursor position in aceEditor
getAceModes             Get all ace modes
getAceSelectedText      Get selected text in aceEditor
getAceSelectionRange    Get selection range in aceEditor
getAceThemes            Get all ace themes
getAceValue             Get value in aceEditor
getMonacoCursorPosition
                        Get cursor position in monacoEditor
getMonacoLanguages      Get all ace modes
getMonacoSelectedText   Get selected text in monacoEditor
getMonacoSelectionRange
                        Get selection range in monacoEditor
getMonacoThemes         Get all monaco themes
getMonacoValue          Get value in monacoEditor
getPackageStatus        Get status of shinyEditor package
getSystemFontFamilies   Get system font families
monacoDiffEditor        Render an Ace monacoDiffEditor
monacoDiffEditor-shiny
                        Shiny bindings for monacoDiffEditor
monacoEditor            Render an monaco editor
monacoEditor-shiny      Shiny bindings for monacoEditor
onAceEditorReady        Fires upon aceEditor initialisation
onMonacoEditorReady     Fires upon monacoEditor initialisation
removeAceCompleter      Remove completer
removeAceDiffView       Remove ace diff view
removeMonacoDiffView    Remove monaco diff view
setAceEnableAutocompletion
                        Enable or disable code completion
setAceEnableSpellCheck
                        Enable or disable spell check
setAceHighlightActiveLine
                        Highlight the current line
setAceLineNumbersVisible
                        Show or hide line number area in aceEditor
setAceMode              Set new mode
setAceNewLineMode       Set the new line mode to aceEditor
setAceOption            Set an option to aceEditor
setAceOptions           Set options to aceEditor
setAceReadOnly          Set readOnly for aceEditor
setAceShowInvisibles    Show or hide invisible characters in aceEditor
setAceStatusBarVisible
                        Show or hide the statusBar
setAceTheme             Set new theme
setAceValue             Replace text with new text
setMonacoLanguage       Set language
setMonacoTheme          Set new theme
setMonacoValue          Replace text with new text
updateMonacoOption      Update an option to monacoEditor
updateMonacoOptions     Update options to monacoEditor
