[QScintilla] Showing 1G file

Phil Thompson phil at riverbankcomputing.com
Fri Jul 18 09:19:00 BST 2014


On 18/07/2014 4:21 am, Han Lun Tan wrote:
> Hi,
> 
> I am using setText() or append() API in QT version to display file
> size more than 1 G.
> However, it will cause entire PC hang when append big file size.
> 
> Any workaround?

You could profile the code to see where the time is spent.

However I would say to pick the right tool for the job. QScintilla is a 
programer's editor and programs are not 1G.

Phil


More information about the QScintilla mailing list