Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Plug-in Developer Guide
Previous Page Home Next Page

Compare support

If your plug-in defines and manipulates its own resource types, you may have special requirements for comparing resources.  Resources are often compared when working with local history or with files from a repository.  The compare plug-in supports merging of multiple content streams and the implementation of advanced compare views. Services provided by this plug-in include:

  • Interfaces for merging multiple text streams into a single output stream
  • Two and three-way compare and merge components for hierarchical structures inferred from text
  • Differencing engines for hierarchical structures and character ranges in text

These services are used in the platform to assist with user tasks such as integrating patch files and comparing/merging the workspace with local history.

Compare viewers

All compare viewers are standard JFace viewers that expect an input object implementing the ICompareInput interface.

Compare viewers are said to be content-oriented if they compare flat inputs such as text or images and structure-oriented if they compare hierarchically structured input elements.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire