[Geany-Devel] Making Geany faster (reducing latency to typed text)

Nick Treleaven nick.treleaven at btinternet.com
Sat Nov 24 14:09:12 UTC 2012


On 24/11/2012 14:04, Colomban Wendling wrote:
> A solution might be to only do the updates if (doc->changed != changed).
>   I didn't look at the interactions with the rest of Geany (nor test it
> actually), but looking at this I guess that changing it to:

I played with this a little. It won't work easily because 
document_set_text_changed is sometimes called to force a UI update, 
possibly even when the current doc hasn't changed. The API docs describe 
this behavior also.


More information about the Devel mailing list