Hi all,
I want to implement Scintilla into my own custom text editor. I would like the editor to load files asynchronously in the background, without blocking the UI thread.
From Scintilla docs I see that the ILoader object is meant just for that. Unfortunately, I am unsure as to how I should (correctly) use it, and I cannot find any examples using it, apart from the Document class.
Are there any examples of loading Scintilla documents in a background thread?
Thanks for your hard work!