Hello!
Grammar and syntax highlight are very nice features, yet they cause sometimes some interesting effects.
1. Usually you can see exact differences in similar lines:
set @a = 1
vs
set @b = 1
But if you set "Show syntax highlight on difference lines" switch on (Tweaks -> Text Views), this color information is lost, even though neither syntax element uses red.
Of course, you can use background highlight for these differences (Options -> File Views -> Compare Colors -> Difference Enhancer ruler), but it creates very messy and overloaded view on files with many small differences.
Grammar and syntax highlight are very nice features, yet they cause sometimes some interesting effects.
1. Usually you can see exact differences in similar lines:
set @a = 1
vs
set @b = 1
But if you set "Show syntax highlight on difference lines" switch on (Tweaks -> Text Views), this color information is lost, even though neither syntax element uses red.
Of course, you can use background highlight for these differences (Options -> File Views -> Compare Colors -> Difference Enhancer ruler), but it creates very messy and overloaded view on files with many small differences.
Comment