update docs for new hooks and ace exposures

This commit is contained in:
Gedion 2012-09-30 17:13:14 -05:00
parent c75941d1e3
commit 3fe3df91ae
3 changed files with 92 additions and 0 deletions

View file

@ -45,3 +45,14 @@ Returns the `rep` object.
## editorInfo.ace_doInsertUnorderedList(?)
## editorInfo.ace_doInsertOrderedList(?)
## editorInfo.ace_performDocumentApplyAttributesToRange()
## editorInfo.ace_getAuthorInfos()
## editorInfo.ace_performDocumentReplaceRange(?)
## editorInfo.ace_performDocumentReplaceCharRange(?)
## editorInfo.ace_renumberList(?)
## editorInfo.ace_doReturnKey()
## editorInfo.ace_isBlockElement(?)
## editorInfo.ace_getLineListType(?)
## editorInfo.ace_caretLine()
## editorInfo.ace_caretColumn()
## editorInfo.ace_caretDocChar()
## editorInfo.ace_isWordChar(?)