From 1d8167e42e0565310f4c2c2791b3a2b310c0f460 Mon Sep 17 00:00:00 2001 From: molsonkiko <46202915+molsonkiko@users.noreply.github.com> Date: Tue, 20 Sep 2022 10:45:22 -0700 Subject: [PATCH] Add HugeFiles, for viewing very big files one chunk at a time. (#492) * 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 --- src/pl.x64.json | 17 ++++++++++++++--- src/pl.x86.json | 17 ++++++++++++++--- 2 files changed, 28 insertions(+), 6 deletions(-) diff --git a/src/pl.x64.json b/src/pl.x64.json index a1a701a4c..7a491fb11 100644 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -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", @@ -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", diff --git a/src/pl.x86.json b/src/pl.x86.json index f0541915a..c6c1c9731 100755 --- a/src/pl.x86.json +++ b/src/pl.x86.json @@ -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", @@ -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",