Class Index | File Index

Classes


Class orion.editor.VerifyEvent

This is the event sent when the text is about to be modified by the text view.

See:
orion.editor.TextView
orion.editor.TextView#event:onVerify


Defined in: </shared/eclipse/e4/orion/I201404012230/bundles/org.eclipse.orion.client.editor/web/orion/editor/textView.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
end
The end offset (exclusive) of the text range to be replaced.
 
The start offset of the text range to be replaced.
 
The text being inserted.
Class Detail
orion.editor.VerifyEvent()
Field Detail
{Number} end
The end offset (exclusive) of the text range to be replaced.

{Number} start
The start offset of the text range to be replaced.

{String} text
The text being inserted.

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Apr 01 2014 22:58:23 GMT-0400 (EDT)