Skip to content

Commit 8642000

Browse files
authored
Add NppCrossCheck (notepad-plus-plus#1049)
1 parent 30d39a8 commit 8642000

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed

src/pl.arm64.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,18 @@
501501
"description": "Speed up your code editing! Enter an abbreviation (tag), press Alt + Enter, and expand the tag into a full code snippet. You can also wrap (surround) a selection e.g. with HTML tags.\r\n- More than 1000 preset tags: HTML (elements, attributes, BootStrap, Smarty, etc.), JavaScript (jQuery), CSS, PHP, SQL (MySQL, Eloquent ORM), etc.\r\n- Automatic or custom caret (cursor) positioning\r\n- Handling new lines, indents, etc.\r\n- Variables: clipboard content, current file name, custom date/time, etc.\r\n- Customizable tags in the plugin menu; assign tags to shortcuts\r\n- Customizable tags in the toolbar\r\n- Tag suggestions (similar tags)\r\n- Easy tag addition\r\n- Multiselect support\r\n- Unicode support\r\n- Over 17 years with Notepad++, now in 64-bit version!",
502502
"author": "Alexander Iljin",
503503
"homepage": "https://github.com/Krazal/WebEdit"
504+
},
505+
{
506+
"folder-name": "NppCrossCheck",
507+
"display-name": "NppCrossCheck",
508+
"version": "1.1.0.0",
509+
"npp-compatible-versions": "[8.4,]",
510+
"old-versions-compatibility": "[,1.0.0.0][8.5,]",
511+
"id": "e14f9886e643973571480dce2dd848eaaee8f5ee121718ea1f7ad84b0c577d1e",
512+
"repository": "https://github.com/pablo-code14/NppCrossCheck/releases/download/v1.1.0/NppCrossCheck_arm64.zip",
513+
"description": "Compare two lists in the current document.\r\nPlace the two lists separated by one or more blank lines and run the plugin to cross-check their contents.",
514+
"author": "Pablo Lopez",
515+
"homepage": "https://github.com/pablo-code14/NppCrossCheck"
504516
}
505517
]
506518
}

src/pl.x64.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1791,6 +1791,18 @@
17911791
"description": "Tired of zooming your document everytime you just want to scroll but accidentally still holding the [Ctrl] key? Then this is what you want! It disables mouse zoom, keyboard zoom, or both.",
17921792
"author": "Stanislav Eckert",
17931793
"homepage": "https://github.com/StanDog/npp-zoomdisabler"
1794+
},
1795+
{
1796+
"folder-name": "NppCrossCheck",
1797+
"display-name": "NppCrossCheck",
1798+
"version": "1.1.0.0",
1799+
"npp-compatible-versions": "[8.4,]",
1800+
"old-versions-compatibility": "[,1.0.0.0][8.5,]",
1801+
"id": "f2c6256e468f10cd553748416c9f6bdcbaaa204a86ffac8831363b0852a3f009",
1802+
"repository": "https://github.com/pablo-code14/NppCrossCheck/releases/download/v1.1.0/NppCrossCheck_x64.zip",
1803+
"description": "Compare two lists in the current document.\r\nPlace the two lists separated by one or more blank lines and run the plugin to cross-check their contents.",
1804+
"author": "Pablo Lopez",
1805+
"homepage": "https://github.com/pablo-code14/NppCrossCheck"
17941806
}
17951807
]
17961808
}

src/pl.x86.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1983,6 +1983,18 @@
19831983
"description": "Tired of zooming your document everytime you just want to scroll but accidentally still holding the [Ctrl] key? Then this is what you want! It disables mouse zoom, keyboard zoom, or both.",
19841984
"author": "Stanislav Eckert",
19851985
"homepage": "https://github.com/StanDog/npp-zoomdisabler"
1986+
},
1987+
{
1988+
"folder-name": "NppCrossCheck",
1989+
"display-name": "NppCrossCheck",
1990+
"version": "1.1.0.0",
1991+
"npp-compatible-versions": "[8.4,]",
1992+
"old-versions-compatibility": "[,1.0.0.0][8.5,]",
1993+
"id": "890edb79d602d66fdda8dc4d87dfbe556e0487afaac7f915f46d6fb8bbebc660",
1994+
"repository": "https://github.com/pablo-code14/NppCrossCheck/releases/download/v1.1.0/NppCrossCheck_x86.zip",
1995+
"description": "Compare two lists in the current document.\r\nPlace the two lists separated by one or more blank lines and run the plugin to cross-check their contents.",
1996+
"author": "Pablo Lopez",
1997+
"homepage": "https://github.com/pablo-code14/NppCrossCheck"
19861998
}
19871999
]
19882000
}

0 commit comments

Comments
 (0)