DifferenceViewerOptions Fields

 

Namespace:   Microsoft.VisualStudio.Text.Differencing
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticHighlightModeId

The ID of the option that specifies whether the DifferenceHighlightMode for the line changed markers.

System_CAPS_pubfieldSystem_CAPS_staticHighlightModeName

The name of the option that specifies whether the DifferenceHighlightMode for the line changed markers.

System_CAPS_pubfieldSystem_CAPS_staticScrollToFirstDiffId

The ID of the option that specifies whether or not to scroll to the first diff. If true, the difference viewer will scroll each contained view to the first visible difference after the files are compared. If false, the scrolled area is left alone.

System_CAPS_pubfieldSystem_CAPS_staticScrollToFirstDiffName

The name of the option that specifies whether or not to scroll to the first diff. If true, the difference viewer will scroll each contained view to the first visible difference after the files are compared. If false, the scrolled area is left alone.

System_CAPS_pubfieldSystem_CAPS_staticSynchronizeSideBySideViewsId

The ID of the option that specifies whether the views are to be synchronized. If true, the left and right views of the side by side view are aligned with each other. This option is ignored in the other view modes.

System_CAPS_pubfieldSystem_CAPS_staticSynchronizeSideBySideViewsName

The name of the option that specifies whether the views are to be synchronized. If true, the left and right views of the side by side view are aligned with each other. This option is ignored in the other view modes.

System_CAPS_pubfieldSystem_CAPS_staticViewModeId

The ID of the option that specifies the DifferenceViewMode the difference viewer should use (side-by-side, inline, one side at a time).

System_CAPS_pubfieldSystem_CAPS_staticViewModeName

The name of the option that specifies the DifferenceViewMode the difference viewer should use (side-by-side, inline, one side at a time).

Return to top
Show: