Class Index | File Index

Classes


Class orion.compare.CompareOptions

This object describes the options for compare.
Defined in: </shared/eclipse/e4/orion/I201403032230/plugins/org.eclipse.orion.client.ui/web/orion/compare/builder/compare.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
Required.
 
Required.
 
Required.
 
Optional.
 
Optional.
Class Detail
orion.compare.CompareOptions()
Field Detail
{orion.compare.FileOptions} newFile
Required. the options of the file that is compared against the original. Required. In the two way compare case, this file is dispalyed on the right hand side.

{orion.compare.FileOptions} oldFile
Required. the options of the file that is original. Required. In the two way compare case, this file is dispalyed on the left hand side.

{String} parentDivID
Required. the parent element id for the compare view. Required. The parentDivID is required to prefix the ids of sub components in case of side by side view.

{Boolean} showLineStatus
Optional. whether or not to show the current line and column number fo the caret on each side of the view. Not avaible for inline/unified compare view.
Default Value:
false

{Boolean} showTitle
Optional. whether or not to show the two file names on each side of the compare view.
Default Value:
false

Documentation generated by JsDoc Toolkit 2.4.0 on Mon Mar 03 2014 22:34:33 GMT-0500 (EST)