Hi, 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
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
You can try Meld (http://meldmerge.org/). There should be a package for your distro. On Ubuntu/Debian you can get it with:
$ sudo apt-get install meld
On Tue, 28 Aug 2012 19:47:21 +0200 (CEST) Philippe Couas pcouas@orange.fr wrote:
Hi, 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