Skip to content

Notepad++ plugin for viewing and editing very large files.

License

Notifications You must be signed in to change notification settings

molsonkiko/HugeFiles

Repository files navigation

HugeFiles

License Continuous Integration

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 [email protected].

Features

  1. 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.
  2. A nice form for moving between chunks.
  3. A form for finding and replacing text in the file.
  4. JSON files can be broken into chunks that are all syntactically valid JSON.
  5. Each chunk of the file can be written to a separate file, optionally in a new folder.

Read the docs.

View changes and desired features.

HugeFiles usage example

Downloads and Installation

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.

System Requirements

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.

Acknowledgments