0

I want a visual indicator of changes made to my program file in the Eclipse editor. For example, a new line added to the file should appear as green (or any other color) in the editor. How do I make this happen? I am using eclipse Juno and I have Perforce plugin installed.

coder
  • 317
  • 1
  • 7
  • 20

1 Answers1

0

Have you tried adding the Perforce perspective, then viewing the diffs in Eclipse's "P4 Pending Changelists" tab via "Compare with Source Revision"? It's not color-coded, but is an obvious visual indication.

tkosinski
  • 1,631
  • 13
  • 17