Skip to content

gtk-demo: Async highlight

Matthias Clasen requested to merge async-highlight into master

Try to make gtk4-demo exemplary for responsiveness. Maybe I went a little overboard...

This branch:

  • runs the highlight process async
  • uses an incremental variant of gtk_text_buffer_insert_markup
  • uses a pango_markup_create_parser() to do markup parsing incrementally as well
Edited by Matthias Clasen

Merge request reports