Zufu Liu
Zufu Liu
@sschuberth It's a duplicate, do you have any idea to fix these failed tests in PR #102?
Marked as duplicate of #259, see https://github.com/zufuliu/notepad2/issues/259#issuecomment-1912926966 for the workaround.
I think it's not worth to make the requested change, the Win32 build works everywhere with a Win32 compatible environment (e.g. Windows, Wine and ReactOS) on x86, x86_64, arm, arm64,...
https://github.com/zufuliu/FindInFiles is "Find in Files" prototype (in C#), we can use this as workaround (e.g. ship with v4.24.03) before porting the code to C/C++. Here is the program (requires [.NET...
> Here is the program Latest build is available at https://github.com/zufuliu/FindInFiles/actions, just unpack `FindInFiles.zip` and ripgrep (`rg.exe`, please download from https://github.com/BurntSushi/ripgrep/releases) to the same folder as `Notepad2.exe`.
The prototype is just 300 lines (C#), and already works for most task, the drawback is it's depends on .NET. I like the highlighted output (very close to VSCode, which...
> * I found [dnGrep](https://github.com/dnGrep/dnGrep) with highlight It's also C# (WPF + ICSharpCode.AvalonEdit?). [DocFetcher](https://docfetcher.sourceforge.io/en/index.html) requires Java, [AstroGrep](https://astrogrep.sourceforge.net/download/) requires .NET Framework 4.5 (should not a problem for most user). I can...
Standalone 27 KB `FindInFiles.exe` for .NET Framework 4.8 is available at https://github.com/zufuliu/FindInFiles/actions (e.g. download `FindInFiles-net4.8` from https://github.com/zufuliu/FindInFiles/actions/runs/7710478194).
Full fixed by 1bfaf31d6e05b99a1dd441854cfb82c3cf6f601e.
See #553, new options can be added to custom auto-completion for Plain Text (Text File, 2nd Text File, ANSI Art, HTML/XML tag/element text, most Markdown styles, etc.): 