class
Editor extends Object
Instance Constructors
-
-
new
Editor()
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
blockIndent(): Dynamic
-
def
blockOutdent(arg: String = ???): Dynamic
-
def
blur(): Dynamic
-
def
centerSelection(): Dynamic
-
def
clearSelection(): Dynamic
-
def
clone(): AnyRef
-
-
-
var
completers: Array[Dynamic]
-
var
container: HTMLElement
-
def
copyLinesDown(): Double
-
def
copyLinesUp(): Double
-
def
destroy(): Dynamic
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
execCommand(command: String, args: Any = ???): Dynamic
-
def
finalize(): Unit
-
def
find(needle: String, options: Any = ???, animate: Boolean = ???): Dynamic
-
def
findNext(options: Any = ???, animate: Boolean = ???): Dynamic
-
def
findPrevious(options: Any = ???, animate: Boolean = ???): Dynamic
-
def
focus(): Dynamic
-
def
getBehavioursEnabled(): Boolean
-
final
def
getClass(): Class[_]
-
def
getCopyText(): String
-
def
getCursorPosition(): Position
-
def
getCursorPositionScreen(): Double
-
def
getDragDelay(): Double
-
def
getFirstVisibleRow(): Double
-
def
getHighlightActiveLine(): Dynamic
-
def
getHighlightSelectedWord(): Boolean
-
def
getKeyboardHandler(): String
-
def
getLastSearchOptions(): Dynamic
-
def
getLastVisibleRow(): Double
-
def
getNumberAt(): Double
-
def
getOverwrite(): Boolean
-
def
getPrintMarginColumn(): Double
-
def
getReadOnly(): Boolean
-
def
getScrollSpeed(): Double
-
-
def
getSelectionRange(): Range
-
def
getSelectionStyle(): String
-
-
def
getShowFoldWidgets(): Dynamic
-
def
getShowInvisibles(): Boolean
-
def
getShowPrintMargin(): Boolean
-
def
getTheme(): String
-
def
getValue(): String
-
def
getWrapBehavioursEnabled(): Dynamic
-
def
gotoLine(lineNumber: Double, column: Double = ???, animate: Boolean = ???): Dynamic
-
def
gotoPageDown(): Dynamic
-
def
gotoPageUp(): Dynamic
-
def
hasOwnProperty(v: String): Boolean
-
def
hashCode(): Int
-
var
inMultiSelectMode: Boolean
-
def
indent(): Dynamic
-
def
insert(text: String): Dynamic
-
def
isFocused(): Dynamic
-
final
def
isInstanceOf[T0]: Boolean
-
def
isPrototypeOf(v: Object): Boolean
-
def
isRowFullyVisible(row: Double): Boolean
-
def
isRowVisible(row: Double): Boolean
-
def
jumpToMatching(): Dynamic
-
-
def
modifyNumber(amount: Double): Dynamic
-
def
moveCursorTo(row: Double, column: Double = ???, animate: Boolean = ???): Dynamic
-
def
moveCursorToPosition(position: Position): Dynamic
-
def
moveLinesDown(): Double
-
def
moveLinesUp(): Double
-
def
moveText(fromRange: Range, toPosition: Any): Range
-
def
navigateDown(times: Double = ???): Dynamic
-
def
navigateFileEnd(): Dynamic
-
def
navigateFileStart(): Dynamic
-
def
navigateLeft(times: Double = ???): Dynamic
-
def
navigateLineEnd(): Dynamic
-
def
navigateLineStart(): Dynamic
-
def
navigateRight(times: Double): Dynamic
-
def
navigateTo(row: Double, column: Double): Dynamic
-
def
navigateUp(times: Double = ???): Dynamic
-
def
navigateWordLeft(): Dynamic
-
def
navigateWordRight(): Dynamic
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
onBlur(): Dynamic
-
def
onChangeMode(e: Any = ???): Dynamic
-
def
onCommandKey(e: Any, hashId: Any, keyCode: Any): Dynamic
-
def
onCopy(): Dynamic
-
def
onCursorChange(): Dynamic
-
def
onCut(): Dynamic
-
def
onDocumentChange(e: Any): Dynamic
-
def
onFocus(): Dynamic
-
def
onPaste(text: String): Dynamic
-
def
onSelectionChange(e: Any): Dynamic
-
def
onTextInput(text: String): Dynamic
-
def
propertyIsEnumerable(v: String): Boolean
-
def
redo(): Dynamic
-
def
remove(dir: String): Dynamic
-
def
removeLines(): Dynamic
-
def
removeToLineEnd(): Dynamic
-
def
removeToLineStart(): Dynamic
-
def
removeWordLeft(): Dynamic
-
def
removeWordRight(): Dynamic
-
-
def
replace(replacement: String, options: Any = ???): Dynamic
-
def
replaceAll(replacement: String, options: Any = ???): Dynamic
-
def
resize(force: Boolean = ???): Dynamic
-
def
scrollPageDown(): Dynamic
-
def
scrollPageUp(): Dynamic
-
def
scrollToLine(line: Double, center: Boolean, animate: Boolean, callback: Function): Dynamic
-
def
scrollToRow(): Dynamic
-
def
selectAll(): Dynamic
-
def
selectMoreLines(n: Double): Dynamic
-
def
selectPageDown(): Dynamic
-
def
selectPageUp(): Dynamic
-
-
-
def
setBehavioursEnabled(enabled: Boolean): Dynamic
-
def
setDragDelay(dragDelay: Double): Dynamic
-
def
setFontSize(size: String): Dynamic
-
def
setHighlightActiveLine(shouldHighlight: Boolean): Dynamic
-
def
setHighlightSelectedWord(shouldHighlight: Boolean): Dynamic
-
def
setKeyboardHandler(keyboardHandler: String): Dynamic
-
def
setOverwrite(overwrite: Boolean): Dynamic
-
def
setPrintMarginColumn(showPrintMargin: Double): Dynamic
-
def
setReadOnly(readOnly: Boolean): Dynamic
-
def
setScrollSpeed(speed: Double): Dynamic
-
def
setSelectionStyle(style: String): Dynamic
-
def
setSession(session: IEditSession): Dynamic
-
def
setShowFoldWidgets(show: Boolean): Dynamic
-
def
setShowInvisibles(showInvisibles: Boolean): Dynamic
-
def
setShowPrintMargin(showPrintMargin: Boolean): Dynamic
-
def
setStyle(style: String): Dynamic
-
def
setTheme(theme: String): Dynamic
-
def
setValue(val: String, cursorPos: Double = ???): String
-
def
setWrapBehavioursEnabled(enabled: Boolean): Dynamic
-
def
splitLine(): Dynamic
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toLocaleString(): String
-
def
toLowerCase(): Dynamic
-
def
toString(): String
-
def
toUpperCase(): Dynamic
-
def
toggleCommentLines(): Dynamic
-
def
toggleOverwrite(): Dynamic
-
def
transposeLetters(): Dynamic
-
def
undo(): Dynamic
-
def
unsetStyle(): Dynamic
-
def
valueOf(): Any
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Object
Inherited from Any
Inherited from AnyRef
Inherited from Any