C# Class AutoWikiBrowser.MainForm.JsAdapter

Show file Open project: reedy/AutoWikiBrowser

Public Methods

Method Description
GoTo ( int destLine ) : void

Moves the caret to the input line within the article text box

UndoAddition ( int right ) : void

UndoChange ( int left, int right ) : void

Reverses the changes to a line of text in the page

UndoDeletion ( int left, int right ) : void

Reverses the deletion of a line of text from the page

Private Methods

Method Description
JsAdapter ( MainForm owner ) : System

Method Details

GoTo() public method

Moves the caret to the input line within the article text box
public GoTo ( int destLine ) : void
destLine int the line number the caret should be moved to
return void

UndoAddition() public method

public UndoAddition ( int right ) : void
right int
return void

UndoChange() public method

Reverses the changes to a line of text in the page
public UndoChange ( int left, int right ) : void
left int
right int
return void

UndoDeletion() public method

Reverses the deletion of a line of text from the page
public UndoDeletion ( int left, int right ) : void
left int
right int
return void