Easily view very large files, one chunk at a time.
You can choose the size of chunks to view.
Any issues, feel free to email me at mjolsonsfca@gmail.com.
- You can choose to break the chunk up by delimiters ("\r\n" by default, but you can choose any delimiter)
or just have every chunk be the same size.
- By default, the plugin will infer the line terminator of a file, so you don't need to do anything.
- A nice form for moving between chunks.
- A form for finding and replacing text in the file.
- JSON files can be broken into chunks that are all syntactically valid JSON.
- Each chunk of the file can be written to a separate file, optionally in a new folder.
View changes and desired features.
Go to the Releases page to see past releases.
Download latest 32-bit version
You can unzip the 32-bit download to .\Program Files (x86)\Notepad++\plugins\HugeFiles\HugeFiles.dll
.
Download latest 64-bit version
You can unzip the 64-bit download to C:\Program Files\Notepad++\plugins\HugeFiles\HugeFiles.dll
.
Every version of the plugin works for very old versions of Notepad++ (as far back as Notepad++ 7.3.3).
Every version up to and including 0.1.1 should work natively on Windows 8 or later (note: this is untested), or you must install .NET Framework 4.0. Every version beginning with 0.2.0 works on Windows 10 May 2019 update or later, or you must install .NET Framework 4.8.
- Kasper B. Graverson for creating the plugin pack that this is based on.
- Claudio Olmi for making the very useful BigFiles plugin that inspired this.
- And of course, Don Ho for creating Notepad++!