The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

Class Index | File Index

Classes


Class orion.editor.FindOptions

This object describes the options to use while finding occurrences of a string in a text model.
Defined in: </shared/eclipse/e4/orion/I201404012230/bundles/org.eclipse.orion.client.editor/web/orion/editor/textModel.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
whether or not search is case insensitive.
 
end
The end offset of the search.
 
whether or not the search string is a regular expression.
 
whether or not to search backwards.
 
The start offset to start searching
 
the search string to be found.
 
whether or not to search only whole words.
 
whether or not to wrap search.
Class Detail
orion.editor.FindOptions()
Field Detail
{Boolean} caseInsensitive
whether or not search is case insensitive.
Default Value:
false

{Number} end
The end offset of the search. Used to search in a given range.
Default Value:
charCount

{Boolean} regex
whether or not the search string is a regular expression.
Default Value:
false

{Boolean} reverse
whether or not to search backwards.
Default Value:
false

{Number} start
The start offset to start searching
Default Value:
0

{String} string
the search string to be found.

{Boolean} wholeWord
whether or not to search only whole words.
Default Value:
false

{Boolean} wrap
whether or not to wrap search.
Default Value:
false

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

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.