|
|
|
|
|
by modeless
3562 days ago
|
|
I'm surprised so many people here are using Sublime to edit >100 MB files. Yes, it handles them (as long as the lines aren't too long), but it always has to load the entire file before displaying the first line. Aren't there some editors that don't have to do that? On a related note, large files are often binary. I appreciate that Sublime can display binary files but it's pretty bare bones, and there's no editing support. I'd love to see what Sublime HQ could do if they worked on binary editing support for a couple of milestones. For example, the ability to locate and edit strings in binary files would be cool, as would a basic hex editor. |
|
https://github.com/facelessuser/HexViewer
I've used it, and it's quite nice, but I don't know how it'd handle large files. Maybe take a look?