Zufu Liu
Zufu Liu
Tested `C:\Windows\System32` (4k+ items) and `C:\Windows\SysWOW64` (2k+ items) on Win10/11, no crash.
I can't reproduce the crash with folder created by following Python script (5,000 empty folders + 105,000 empty files): ```python import os.path import random def GetFileExtList(): extList = ['empty'] path...
> Scrollbar 都會被捲到 最下面, Fixed by bf26c21a7e377d74453eb1565e226897e2a28b60, please test latest build from https://github.com/zufuliu/notepad4/actions
> 在使用移除空行时经常遇到这样一个问题:当空行前有空格而无文字或字母等,使用 移除空行 Alt+R 不会生效,希望可以将该情况包含进去。 Fixed by 43abd0ad99465fdb88c1c0b47513bdfbb2c82f03.
> 这个是什么意思,已经修复了吗? Only Alt + R is fixed.
@jkqxl, please attach a sample file.
They are CJK wide spaces (U+3000) after ASCII spaces (U+0020), Unicode whitespaces is not support for Alt + R, you can use menu "Tools -> Text Transliteration -> Fullwidth Form...
You can use Boost regex `^\s+$` to empty line contains only Unicode whitespaces, then use Alt + R/B to merge/remove these empty lines. 
> 開啟 純文字 .txt 最大能開多大 ? > 1 GB / 2 GB / 4 GB/ ..... ? > X86 版 與 X64 版 能開啟的大小 相同 或 不同 ? 32-bit up...
> 寫到 Notepad4.ini 中 Change edit box on "Tools -> Run Command ..." dialog to drop-down list (similar to Search String box on Find Text dialog) is easy than add...