Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

meld -- How to refresh display when you have changed one of the files

Tags:

meld

I'm using Meld 1.8.5. http://meldmerge.org/

I use gedit to change a file without meld's knowledge. I like to re-do the comparison. What is the easiest way of doing the refresh. The refresh didn't do the re-comparison.

Robert

like image 364
historystamp Avatar asked Aug 05 '14 20:08

historystamp


2 Answers

So for newer version of Meld, File/Revert does the requested refresh.

like image 79
Martina Avatar answered Nov 15 '22 10:11

Martina


In Meld's View menu, you can try Refresh (Ctrl+R), but also Reload (Shift+Ctrl+R) to reload the files themselves. Depending on the changes, you may want to try the Reload option. Also, be sure to have gedit make a save to disk in order for Meld to see the change of file contents.

like image 2
MiStr Avatar answered Nov 15 '22 10:11

MiStr