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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -