yousseb / meld

Meld for macOS
https://yousseb.github.io/meld/
GNU General Public License v2.0
2.28k stars 119 forks source link

The application is freezing #82

Open aeciolevy-ven opened 5 years ago

aeciolevy-ven commented 5 years ago

Hi, I was trying to use it to compare two big JSON and the application is freezing. The files have around 15K lines.

I am also getting this warns:

GtkSourceView-CRITICAL **: 09:06:08.871: Highlighting a single line took too much time, syntax highlighting will be disabled

I am running the latest build for Mojave. macOS: Mojave 10.14.3

yousseb commented 5 years ago

Gtk on Mac is not on par that of Linux/Windows. I'm planning to try and see if the Gtk Vulcan backend would be something usable instead of the Gtk Quartz backend. This will not be straight forward, but it's on my todo list.

aeciolevy-ven commented 5 years ago

Thanks, I appreciate.