Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
leoshone
/
JSON-Viewer
Public
forked from
NPP-JSONViewer/JSON-Viewer
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
5
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
[CI only] Integration build of all four features
- #5
#5
Draft
leoshone
wants to merge 30 commits into
master
leoshone/JSON-Viewer:master
from
integration/all-features
leoshone/JSON-Viewer:integration/all-features
Copy head branch name to clipboard
Conversation
Commits
30
(30)
Checks
Files changed
Draft
[CI only] Integration build of all four features
#5
leoshone
wants to merge 30 commits into
master
leoshone/JSON-Viewer:master
from
integration/all-features
leoshone/JSON-Viewer:integration/all-features
Copy head branch name to clipboard
Commits
Commits on Sep 3, 2026
Persist the tree view zoom level across Notepad++ sessions
Show description for 05c1128
leoshone
committed
05c1128
View commit details
Copy full SHA for 05c1128
Browse repository at this point
Keep the tree expansion state when refreshing the JSON tree
Show description for 7b8cc36
leoshone
committed
7b8cc36
View commit details
Copy full SHA for 7b8cc36
Browse repository at this point
Cache the JSON tree per tab instead of drawing it on tab switch
Show description for 8ea0a83
leoshone
committed
8ea0a83
View commit details
Copy full SHA for 8ea0a83
Browse repository at this point
Draw the tree once when a json file is opened (DRAW_ON_OPEN)
Show description for ed4c3d8
leoshone
committed
ed4c3d8
View commit details
Copy full SHA for ed4c3d8
Browse repository at this point
Merge the zoom persistence into the per-tab snapshot branch
Show description for 706a770
leoshone
committed
706a770
View commit details
Copy full SHA for 706a770
Browse repository at this point
Commits on Sep 4, 2026
Fix the drag detection of the zoom slider
Show description for 6e23b80
leoshone
committed
6e23b80
View commit details
Copy full SHA for 6e23b80
Browse repository at this point
Add fork maintenance guide
Show description for 952605a
leoshone
committed
952605a
View commit details
Copy full SHA for 952605a
Browse repository at this point
Recognize jsonc files as json (IsJsonFile accepts L_JSON5)
Show description for 5a07d38
leoshone
committed
5a07d38
View commit details
Copy full SHA for 5a07d38
Browse repository at this point
Document jsonc recognition in the maintenance guide
leoshone
committed
376e4a8
View commit details
Copy full SHA for 376e4a8
Browse repository at this point
Fix bottom rows being clipped when the panel is resized at high DPI
Show description for 39f0b3a
leoshone
committed
39f0b3a
View commit details
Copy full SHA for 39f0b3a
Browse repository at this point
Merge the panel DPI clipping fix into the integration branch
leoshone
committed
52e1e3e
View commit details
Copy full SHA for 52e1e3e
Browse repository at this point
Document the panel DPI clipping fix in the maintenance guide
leoshone
committed
e2130aa
View commit details
Copy full SHA for e2130aa
Browse repository at this point
Defeat the windows.h min/max macros when calling (std::max)
Show description for 8c8fefe
leoshone
committed
8c8fefe
View commit details
Copy full SHA for 8c8fefe
Browse repository at this point
Defeat the windows.h min/max macros when calling (std::max)
Show description for b32e8d8
leoshone
committed
b32e8d8
View commit details
Copy full SHA for b32e8d8
Browse repository at this point
Bring the (std::max) macro fix into the integration branch
leoshone
committed
848c225
View commit details
Copy full SHA for 848c225
Browse repository at this point
Drop the unused addHeight local (MSVC W4 treats C4189 as an error)
Show description for e6327b3
leoshone
committed
e6327b3
View commit details
Copy full SHA for e6327b3
Browse repository at this point
Drop the unused addHeight local (MSVC W4 treats C4189 as an error)
Show description for be21c0c
leoshone
committed
be21c0c
View commit details
Copy full SHA for be21c0c
Browse repository at this point
Merge branch 'fix/panel-dpi-clipping' into integration/all-features
leoshone
committed
c4767d3
View commit details
Copy full SHA for c4767d3
Browse repository at this point
Commits on Sep 5, 2026
Record the upstream review outcome: jsonc is fork-only again
Show description for 0269847
leoshone
committed
0269847
View commit details
Copy full SHA for 0269847
Browse repository at this point
Recognize .jsonc without implying JSON5 support
Show description for aaf47b9
leoshone
committed
aaf47b9
View commit details
Copy full SHA for aaf47b9
Browse repository at this point
Add a dedicated upstream push log
Show description for 188bc5f
leoshone
committed
188bc5f
View commit details
Copy full SHA for 188bc5f
Browse repository at this point
Pin down the #255 plan and the follow-up step
Show description for ebfc900
leoshone
committed
ebfc900
View commit details
Copy full SHA for ebfc900
Browse repository at this point
Persist the tree view zoom level across Notepad++ sessions (#251)
Show description for 32dd2ff
leoshone
authored
32dd2ff
View commit details
Copy full SHA for 32dd2ff
Browse repository at this point
Code improvement
Show description for 0f096dc
SinghRajenM
committed
0f096dc
View commit details
Copy full SHA for 0f096dc
Browse repository at this point
Commits on Sep 6, 2026
Update sumodule
SinghRajenM
committed
7605bf1
View commit details
Copy full SHA for 7605bf1
Browse repository at this point
Commits on Sep 7, 2026
Header file oder change.
SinghRajenM
committed
fa8d2b9
View commit details
Copy full SHA for fa8d2b9
Browse repository at this point
Record the upstream round of 09-07: #251 merged, rebase, #255 opened
Show description for 41a2206
leoshone
committed
41a2206
View commit details
Copy full SHA for 41a2206
Browse repository at this point
Sync upstream fa8d2b9 into the integration branch
Show description for d18f3ed
leoshone
committed
d18f3ed
View commit details
Copy full SHA for d18f3ed
Browse repository at this point
Follow upstream submodule pointers (rapidjson googletest, npp_plugintemplate)
leoshone
committed
331488c
View commit details
Copy full SHA for 331488c
Browse repository at this point
Document the settings-save change for future upstream syncs
Show description for 908ddf5
leoshone
committed
908ddf5
View commit details
Copy full SHA for 908ddf5
Browse repository at this point
You can’t perform that action at this time.