Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
attrs==26.1.0
certifi==2026.7.22
charset-normalizer==3.5.0
idna==3.18
charset-normalizer==3.5.1
idna==3.19
jsonschema==4.25.1
pyrsistent==0.20.0
pywin32==312
Expand Down
22 changes: 16 additions & 6 deletions src/pl.x64.json
Original file line number Diff line number Diff line change
Expand Up @@ -654,9 +654,9 @@
{
"folder-name": "GraphBuilderLaz",
"display-name": "Graph Builder",
"version": "1.3.2",
"id": "10d8323e5d3f773734dd43df0265e582d1f36e794c8bae4a90db4b98662a721f",
"repository": "https://github.com/pisarev/graphbuilder-npp/releases/download/v1.3.2/GraphBuilder-npp-1.3.2-win64.zip",
"version": "1.3.3",
"id": "1c143f67fbbb47d52b53b9d5da45dad3d9823a4776a6e9e4b2f9440e4be4a7d0",
"repository": "https://github.com/pisarev/graphbuilder-npp/releases/download/v1.3.3/GraphBuilder-npp-1.3.3-win64.zip",
"description": "[Requires the WebView2 runtime, which ships with Windows 11 and arrives with Edge on Windows 10]\r\nA docked panel that plots the formula under your mouse: roots, intersections, extrema, a report, and a formula fitted to pasted data.",
"author": "Yuriy Pisarev",
"homepage": "https://github.com/pisarev/graphbuilder-npp"
Expand All @@ -676,9 +676,9 @@
{
"folder-name": "HLASMLexer",
"display-name": "HLASM Lexer - Column-Aware Syntax Highlighting",
"version": "1.1.0",
"id": "506c27ddea0242554c6f08abd7dbedad1273a6027db27b57faf1e4b22bd63142",
"repository": "https://github.com/Zaneham/hlasm-npp/releases/download/v1.1.0/HLASMLexer_x64.zip",
"version": "1.1.1",
"id": "cd3bfda12873a6173f4ec63af33cb10f93336bd33ae7be3c9612a5bcdd824c69",
"repository": "https://github.com/Zaneham/hlasm-npp/releases/download/v1.1.1/HLASMLexer_x64.zip",
"description": "Column-aware syntax highlighting for IBM HLASM. Understands the 80-column punch card layout — labels, operations, operands, continuation markers and sequence numbers are each highlighted by their column position, not just keywords.",
"author": "Zane Hambly",
"homepage": "https://github.com/Zaneham/hlasm-npp"
Expand Down Expand Up @@ -1434,6 +1434,16 @@
"author": "Xuefeng",
"homepage": "https://github.com/ZhuXuefengGitHub/NX_ASCII_Database_Helper"
},
{
"folder-name": "OCamlLexer",
"display-name": "OCaml Lexer",
"version": "1.0.0",
"id": "20b136328f477e7ace3366b0ca87d6de61d61b384969f275f419a41d65e8a3be",
"repository": "https://github.com/Zaneham/ocaml-npp/releases/download/v1.0.0/OCamlLexer_x64.zip",
"description": "Syntax highlighting, folding and live linting for OCaml. A Scintilla ILexer5 lexer, so OCaml registers as a real language, with nested comments, quoted strings and char literals kept apart from type variables. Bundles the olint linter, which draws diagnostics inline on open and save.",
"author": "Zane Hambly",
"homepage": "https://github.com/Zaneham/ocaml-npp"
},
{
"folder-name": "nppplugin_ofis2",
"display-name": "Open File In Solution",
Expand Down