VioletGiraffe / file-commander

Cross-platform Total Commander-like orthodox file manager for Windows, Mac and Linux
Apache License 2.0
379 stars 56 forks source link

Text viewer: load only N kilobytes from large text files; load the rest asynchronuously #238

Open VioletGiraffe opened 5 years ago

VioletGiraffe commented 5 years ago

Seems to be problematic because QTextBrowser doesn't support async loading natively, nor does it allow access from non-UI threads.