mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
- Add vcpkg.json manifest with boost-regex and boost-iostreams dependencies - Update build.yml to setup vcpkg and install Boost ARM64 packages on CI - Modify grepWinNP3.vcxproj: - Add BOOST_ALL_NO_LIB to ARM64 configs to disable auto-linking - Add vcpkg include/lib paths for ARM64 configurations - Add explicit Boost library dependencies for ARM64 - Make NuGet library imports conditional (skip ARM64) - Keep NuGet header imports for all platforms NuGet Boost packages lack ARM64 binaries, so vcpkg provides them for CI. Local ARM64 builds require vcpkg with VCPKG_ROOT environment variable set. |
||
|---|---|---|
| .. | ||
| sktoolslib_mod | ||
| src | ||
| translationsNP3 | ||
| .clang-format | ||
| .editorconfig | ||
| CODE_OF_CONDUCT.md | ||
| default.build | ||
| default.build.user.tmpl | ||
| grepWinLicense.txt | ||
| grepWinNP3.vcxproj | ||
| grepWinNP3.vcxproj.filters | ||
| LICENSE | ||
| packages.config | ||
| README.md | ||
| version.build.in | ||
| version.txt | ||
| versioninfo.build | ||
grepWin
Regular expression search and replace for Windows
This modified code is licensed under the same license (GPL-3.0)
as the original source code by Stefan Küng.
grepWin is a simple search and replace tool which can use regular expressions to do its job. This allows to do much more powerful searches and replaces.
In case you're not familiar with regular expressions, we have a very short regular expression tutorial for you.
Command line parameters
The command line parameters are listed on a separate page.
Please visit the homepage of grepWin for more information.
