Jake b wrote:
My brother is getting interested in programming, so I'm showing him pygame.
I need a 'diff' like utility that's easy to use in ideally geany/scite.
It could be another program -- I need an easy way to show what lines are new.
(we both are using win32)
There are several free utils for looking at code diffs mentioned on this page:
http://www.thefreecountry.com/programming/filecomparison.shtml
Personally I use vim, but I once used winMerge (which is mentioned on
the page above) and found it to be decent.
- Andrew