mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 09:56:15 -04:00
Fix doc format, add in makefile for docs
OK, first up, SOMEBODY *cough*analphabet*cough* screwed up the docs by making them all use the wrong heading level. Not cool, guy. I had to change them so they would compile right. But anyway, now the docs will build into sexy-looking HTML and will shortly be hosted on marktraceur.info. Fixed the makefile to work properly. Run: * `make clean` for removing old doc-build(s) * `make docs` for running new doc-build(s)
This commit is contained in:
parent
a4603a3bb6
commit
17375b2eed
7 changed files with 121 additions and 108 deletions
|
@ -1,47 +1,47 @@
|
|||
## editorInfo
|
||||
# editorInfo
|
||||
|
||||
### editorInfo.ace_replaceRange(start, end, text)
|
||||
## editorInfo.ace_replaceRange(start, end, text)
|
||||
This function replaces a range (from `start` to `end`) with `text`.
|
||||
|
||||
### editorInfo.ace_getRep()
|
||||
## editorInfo.ace_getRep()
|
||||
Returns the `rep` object.
|
||||
|
||||
### editorInfo.ace_getAuthor()
|
||||
### editorInfo.ace_inCallStack()
|
||||
### editorInfo.ace_inCallStackIfNecessary(?)
|
||||
### editorInfo.ace_focus(?)
|
||||
### editorInfo.ace_importText(?)
|
||||
### editorInfo.ace_importAText(?)
|
||||
### editorInfo.ace_exportText(?)
|
||||
### editorInfo.ace_editorChangedSize(?)
|
||||
### editorInfo.ace_setOnKeyPress(?)
|
||||
### editorInfo.ace_setOnKeyDown(?)
|
||||
### editorInfo.ace_setNotifyDirty(?)
|
||||
### editorInfo.ace_dispose(?)
|
||||
### editorInfo.ace_getFormattedCode(?)
|
||||
### editorInfo.ace_setEditable(bool)
|
||||
### editorInfo.ace_execCommand(?)
|
||||
### editorInfo.ace_callWithAce(fn, callStack, normalize)
|
||||
### editorInfo.ace_setProperty(key, value)
|
||||
### editorInfo.ace_setBaseText(txt)
|
||||
### editorInfo.ace_setBaseAttributedText(atxt, apoolJsonObj)
|
||||
### editorInfo.ace_applyChangesToBase(c, optAuthor, apoolJsonObj)
|
||||
### editorInfo.ace_prepareUserChangeset()
|
||||
### editorInfo.ace_applyPreparedChangesetToBase()
|
||||
### editorInfo.ace_setUserChangeNotificationCallback(f)
|
||||
### editorInfo.ace_setAuthorInfo(author, info)
|
||||
### editorInfo.ace_setAuthorSelectionRange(author, start, end)
|
||||
### editorInfo.ace_getUnhandledErrors()
|
||||
### editorInfo.ace_getDebugProperty(prop)
|
||||
### editorInfo.ace_fastIncorp(?)
|
||||
### editorInfo.ace_isCaret(?)
|
||||
### editorInfo.ace_getLineAndCharForPoint(?)
|
||||
### editorInfo.ace_performDocumentApplyAttributesToCharRange(?)
|
||||
### editorInfo.ace_setAttributeOnSelection(?)
|
||||
### editorInfo.ace_toggleAttributeOnSelection(?)
|
||||
### editorInfo.ace_performSelectionChange(?)
|
||||
### editorInfo.ace_doIndentOutdent(?)
|
||||
### editorInfo.ace_doUndoRedo(?)
|
||||
### editorInfo.ace_doInsertUnorderedList(?)
|
||||
### editorInfo.ace_doInsertOrderedList(?)
|
||||
### editorInfo.ace_performDocumentApplyAttributesToRange()
|
||||
## editorInfo.ace_getAuthor()
|
||||
## editorInfo.ace_inCallStack()
|
||||
## editorInfo.ace_inCallStackIfNecessary(?)
|
||||
## editorInfo.ace_focus(?)
|
||||
## editorInfo.ace_importText(?)
|
||||
## editorInfo.ace_importAText(?)
|
||||
## editorInfo.ace_exportText(?)
|
||||
## editorInfo.ace_editorChangedSize(?)
|
||||
## editorInfo.ace_setOnKeyPress(?)
|
||||
## editorInfo.ace_setOnKeyDown(?)
|
||||
## editorInfo.ace_setNotifyDirty(?)
|
||||
## editorInfo.ace_dispose(?)
|
||||
## editorInfo.ace_getFormattedCode(?)
|
||||
## editorInfo.ace_setEditable(bool)
|
||||
## editorInfo.ace_execCommand(?)
|
||||
## editorInfo.ace_callWithAce(fn, callStack, normalize)
|
||||
## editorInfo.ace_setProperty(key, value)
|
||||
## editorInfo.ace_setBaseText(txt)
|
||||
## editorInfo.ace_setBaseAttributedText(atxt, apoolJsonObj)
|
||||
## editorInfo.ace_applyChangesToBase(c, optAuthor, apoolJsonObj)
|
||||
## editorInfo.ace_prepareUserChangeset()
|
||||
## editorInfo.ace_applyPreparedChangesetToBase()
|
||||
## editorInfo.ace_setUserChangeNotificationCallback(f)
|
||||
## editorInfo.ace_setAuthorInfo(author, info)
|
||||
## editorInfo.ace_setAuthorSelectionRange(author, start, end)
|
||||
## editorInfo.ace_getUnhandledErrors()
|
||||
## editorInfo.ace_getDebugProperty(prop)
|
||||
## editorInfo.ace_fastIncorp(?)
|
||||
## editorInfo.ace_isCaret(?)
|
||||
## editorInfo.ace_getLineAndCharForPoint(?)
|
||||
## editorInfo.ace_performDocumentApplyAttributesToCharRange(?)
|
||||
## editorInfo.ace_setAttributeOnSelection(?)
|
||||
## editorInfo.ace_toggleAttributeOnSelection(?)
|
||||
## editorInfo.ace_performSelectionChange(?)
|
||||
## editorInfo.ace_doIndentOutdent(?)
|
||||
## editorInfo.ace_doUndoRedo(?)
|
||||
## editorInfo.ace_doInsertUnorderedList(?)
|
||||
## editorInfo.ace_doInsertOrderedList(?)
|
||||
## editorInfo.ace_performDocumentApplyAttributesToRange()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue