Zufu Liu

Results 628 comments of Zufu Liu

This is rectangular selection (hold Alt then select text) in all Scintilla based editor. You can use https://github.com/NickeManarin/ScreenToGif to record screen with media file output.

Instead of checking `_Microsoft.Winget.Source_`, how about just check whether Notepad4.ini from Notepad4.exe folder is writeable?

Before applying the change, I'm going to rewrite `FindIniFile()`, current code is bit complicate (e.g. `CheckIniFile()` been called 5 times, so likely the `rfidList` loop and your winget check code),...

> 75 files Here will be more after adding experimental support for AVX512 (issue #987). > Combine language versions Single language builds only has two exes without extra DLLs (same...

Sadly, no. If am reading their document right, it requires release binary been built on some well-known server (e.g. GitHub Actions). Unrelated the issue, but the popular editor notepad++ recently...

The build can only be done on GitHub Actions, AppVeyor is very slow (no parallel jobs for free account). Currently https://github.com/zufuliu/notepad4/blob/main/build/BuildAll.py is used to build and upload (using GitHub CLI...

https://www.scintilla.org/ScintillaDoc.html#SCI_SETFONTLOCALE

Clang LTO does not work this way (separate executable for compile and link), see https://llvm.org/docs/LinkTimeOptimization.html#id4 ``` clang -flto -c a.c -o a.o clang -c main.c -o main.o clang -flto -fuse-ld=lld...

I don't see any error with CMake 3.30.4 and VS 17.11.5. ![ALL_BUILD_x64](https://github.com/user-attachments/assets/cda446c9-6eea-47bb-b8ab-5a27c9f9c481) CMake output: ``` F:\Libs\svt-av1-psy>cmake --fresh -B svt_build_llvm19 -T LLVM_v143 -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF -DBUILD_APPS=ON -DENABLE_AVX512=ON -DCMAKE_MSVC_RUNTIME_LIBRARY="MultiThreaded" -DCMAKE_C_FLAGS_RELEASE="/DNDEBUG /clang:-O2 -march=native -Xclang...

> with CMake 3.30.4 and VS 17.11.5. for `git clone --depth=1 https://github.com/gianni-rosato/svt-av1-psy.git` at https://github.com/gianni-rosato/svt-av1-psy/commit/bb886b2936a4020c9ff2e05fd5ceb6f0ba8c8f39