How to make an eclipse plugin for text comparison of two files

Posted by Snehal on Stack Overflow See other posts from Stack Overflow or by Snehal
Published on 2010-05-10T01:48:16Z Indexed on 2010/05/10 1:58 UTC
Read the original article Hit count: 427

Filed under:
|
|

I plan to make a text comparison plugin for eclipse which basically provides a visual aid for changes that are required in the file and allows the user to accept or reject them. It is very much in lines of subclipse for svn or any other code comparison tools. I already found a good source to perform the text comparison but I'm looking for some pointers regarding the implementation of the UI in eclipse.

© Stack Overflow or respective owner

Related posts about eclipse-plugin

Related posts about eclipse