java - How to access CompareEditor UI element in eclipse -


i trying access code inside of diff view ui element in eclipse. example when right click on file , select compare with...

this straight forward regular java editor. iworkbenchpartreference instance of ieditorreference , contains styledtext swt element allows me access code in editor. can't figure out how access code in diff view.

i know iworkbenchpartreference diff view still instance of ieditorreference, specific compareeditor class, swt elements composed of beyond that?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

What is happening when Matlab is starting a "parallel pool"? -

php - Cannot override Laravel Spark authentication with own implementation -