Hi,
On Tue, 28 Aug 2012 19:47:21 +0200 (CEST) Philippe Couas pcouas@orange.fr wrote:
On my Ubunti 12.04, i have currently geany 0.21. How to add option to compare two Files ?I don't found Plugin ? RegardsPhilippe
Geany currently don't have such a plugin if not working with a version control system.
Personally I'm using diff -u <file1> <file2> from command line to do a diff.
Cheers, Frank