Re: [pygame] diff util?

2009-07-11 Thread Jake b
The plugin is enabled, but the preference button is grayed out. I even
followed [ http://plugins.geany.org/geanyvc/ ] but I'm not sure how to
get it to work.

Tools - version diff - single file: is grayed out.

I'm checking out the other programs, but if I can get geany to do it,
that would be best.

On Fri, Jul 10, 2009 at 3:45 PM, James Paigeb...@hamsterrepublic.com wrote:
 On Fri, Jul 10, 2009 at 02:54:52PM -0500, 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)

 Not sure if this is what you are looking for, but Geany has a built-in
 diff plugin called Version Diff which can be enabled from
 Tools-Plugin Manager

 ---
 James Paige




-- 
Jake


[pygame] diff util?

2009-07-10 Thread Jake b
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)
-- 
Jake


Re: [pygame] diff util?

2009-07-10 Thread Zack Schilling

Geany's version control tools include diff.

-Zack

On Jul 10, 2009, at 3:54 PM, Jake b wrote:


geany




Re: [pygame] diff util?

2009-07-10 Thread James Paige
On Fri, Jul 10, 2009 at 02:54:52PM -0500, 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)

Not sure if this is what you are looking for, but Geany has a built-in 
diff plugin called Version Diff which can be enabled from 
Tools-Plugin Manager

---
James Paige


Re: [pygame] diff util?

2009-07-10 Thread Andrew Meadows

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