Skip to content

Commit

Permalink
Add HugeFiles, for viewing very big files one chunk at a time. (#492)
Browse files Browse the repository at this point in the history
* Add JsonTools v3.0.0.0

* add npp-compatible versions
appears to be compatible with 8.4.1 onwards
for both 32bit and 64bit

* add HugeFiles v0.1.1.0, for reading big files
Inspired by superolmo's BigFiles plugin, this
plugin aims to provide the user with a bit more
choice (e.g., let them choose whether to look
for line boundaries, what kind of boundary to
use) and also includes a GUI form for easy chunk
navigation and showing previews of each chunk.

It seems to work on very old versions of Notepad++.

* Update JsonTools to v3.2.0
  • Loading branch information
molsonkiko authored Sep 20, 2022
1 parent 9364747 commit 1d8167e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 6 deletions.
17 changes: 14 additions & 3 deletions src/pl.x64.json
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,17 @@
"author": "Martijn Coppoolse",
"homepage": "https://bitbucket.org/rdipardo/htmltag/"
},
{
"folder-name": "HugeFiles",
"display-name": "HugeFiles",
"version": "0.1.1.0",
"id": "028373550ce7ee9ee94e5be4424e64bc46717dc111a22ae8be2937055e47b9a3",
"repository": "https://github.com/molsonkiko/HugeFiles/releases/download/v0.1.1.0/Release_x64.zip",
"description": "Reads very large files one chunk at a time. The user can customize whether to try to end chunks on delimiters (e.g. line ends), the chunk size. There is also a GUI form for navigation, and the user can choose to see a preview of each chunk in the GUI. Inspired by superolmo's BigFiles.",
"author": "Mark Johnston Olson",
"homepage": "https://github.com/molsonkiko/HugeFiles/",
"npp-compatible-versions": "[7.3.3,]"
},
{
"folder-name": "ImgTag",
"display-name": "ImgTag",
Expand Down Expand Up @@ -496,9 +507,9 @@
{
"folder-name": "JsonTools",
"display-name": "JSON Tools",
"version": "3.0.0.0",
"id": "fb07eefac652ac72af98f226dac5174a3542815c64df66fbbeb35e7c9c2ea3da",
"repository": "https://github.com/molsonkiko/JsonToolsNppPlugin/releases/download/v3.0.0.0/Release_x64.zip",
"version": "3.2.0",
"id": "884704a9dc046616831a8df6013114100472e4a7b7a4bb62e40309b286b33a0d",
"repository": "https://github.com/molsonkiko/JsonToolsNppPlugin/releases/download/v3.2.0/Release_x64.zip",
"description": "Query/editing tool for JSON including linting, reformatting, a tree viewer with file navigation, a JMESpath-like query language, and much more",
"author": "Mark Johnston Olson",
"homepage": "https://github.com/molsonkiko/JsonToolsNppPlugin",
Expand Down
17 changes: 14 additions & 3 deletions src/pl.x86.json
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,17 @@
"author": "Martijn Coppoolse",
"homepage": "https://bitbucket.org/rdipardo/htmltag/"
},
{
"folder-name": "HugeFiles",
"display-name": "HugeFiles",
"version": "0.1.1.0",
"id": "c888874c3c4f610dd826fce279a156cf38a6e12167ae5da19d694ef4f25ef116",
"repository": "https://github.com/molsonkiko/HugeFiles/releases/download/v0.1.1.0/Release_x86.zip",
"description": "Reads very large files one chunk at a time. The user can customize whether to try to end chunks on delimiters (e.g. line ends), the chunk size. There is also a GUI form for navigation, and the user can choose to see a preview of each chunk in the GUI. Inspired by superolmo's BigFiles.",
"author": "Mark Johnston Olson",
"homepage": "https://github.com/molsonkiko/HugeFiles/",
"npp-compatible-versions": "[6.2.3,]"
},
{
"folder-name": "ImgTag",
"display-name": "ImgTag",
Expand Down Expand Up @@ -592,9 +603,9 @@
{
"folder-name": "JsonTools",
"display-name": "JSON Tools",
"version": "3.0.0.0",
"id": "9b5d8e3a680a777c415f5030eb1b8efa1834be6b84701cf7de1ee38eb4b618ed",
"repository": "https://github.com/molsonkiko/JsonToolsNppPlugin/releases/download/v3.0.0.0/Release_x86.zip",
"version": "3.2.0",
"id": "8371a76462adb1afd231a3f655a16e66a0097ae799178d4a5a2388ae51c052fd",
"repository": "https://github.com/molsonkiko/JsonToolsNppPlugin/releases/download/v3.2.0/Release_x86.zip",
"description": "Query/editing tool for JSON including linting, reformatting, a tree viewer with file navigation, a JMESpath-like query language, and much more",
"author": "Mark Johnston Olson",
"homepage": "https://github.com/molsonkiko/JsonToolsNppPlugin",
Expand Down

0 comments on commit 1d8167e

Please sign in to comment.