nmatt
nmatt
@alankilborn: No worries.
I'd like to add that this makes EI_EXPOSE_REP close to useless, since having e.g. a private field List that was constructed as unmodifiable in the constructor, is the standard way...
My use case is that in MS Teams I'd like to map a single key to Ctrl+Shift+M (mute/unmute), for easier mute/unmute via keyboard. It is unclear why app-specific key-to-shortcut mappings...
It's improved, but there is still some strange moiréing going on. To illustrate, here is an example with 300 identical lines filled with "M":  It looks a bit like...
Ok, the way it is currently implemented, i.e. rendering the text at a very small size into a buffer with the same height as the target area, probably can't ever...
PS: The highlighting is inaccurate not just at the bottom, but throughout the file. The shorter the file, the more inaccurate it gets. Here is another example where the full...
This was a CRLF issue after all, where the Git index disagreed with the working tree. Closing.
@Chris2011: The concrete situation I had is that the local Git repo had originally been checked out with Cygwin, and therefore with unchanged line endings, while the Git implementation used...
I have this same problem. Any solution?
@ThrawnCA: In both cases, an instance of the (super)class `Parser` has to be created. So I don't understand why there would be a difference in the number of objects created....