views:

254

answers:

1
+1  A: 

If your project is connected to source control netbeans will show added lines with a green block at the beginning of the line, modified lines with a blue block, and deleted lines with a red arrow. It also marks these in the right margin/gutter. This is based off of compared to last commit, not last save however.

As for the other two I could not find a way to implement them but I may just be missing something

DMMcKinnon
this does fix my #1 'issue' with netbeans, plus I like that it compares against the repository instead of the disk file - thanks :-)
Dave Carpeneto
No problem, I recently switched (about 5 months ago) from eclipse to netbeans, it took awhile to get used to the differences but I prefer it now
DMMcKinnon