fork-dev / TrackerWin

Bug and issue tracker for Fork for Windows
450 stars 10 forks source link

Fork not responding when displaying large single-line files #2225

Open fterrani opened 1 month ago

fterrani commented 1 month ago

Greetings,

I sometimes work with large minified CSS files. When I do, I usually want to check the file's history since the content is unreadable (everything is one a single line). The problem is that when the file is read, Fork completely freezes for a while.

Could you please find a solution to avoid the freezing? e.g. take care of file content rendering in another thread that the main UI one, or something like that?

DanPristupov commented 1 month ago

Fork must not show minified files by default and say 'changes are too large to display'.

take care of file content rendering in another thread that the main UI one, or something like that?

No, I'm not able to do that.