Notepad3
Notepad3 copied to clipboard
Problem with directly passed search path in grepWinNP3
grepWin does not process command line parameters correctly. The application does not enter the search directory.
I think the cause is an unreachable code at line 559 in grepWin.cpp.
I think it would be more appropriate to write
if (!directlyPassedSearchPath.empty()) instead of else if (!directlyPassedSearchPath.empty())
Hello @SerzhSmith , Notepad3 uses "grepWinNP3" (as external tool from Notepad3) which is a modified fork of "grepWin by Stefan Küng".
For "grepWin" support, you need to go to: Stefans Tools or grepWin/issues
Hello @hpwamr. Sorry, I meant grepWinNP3. Notepad3/grepWinNP3/src/grepWin.cpp:559
Hello @SerzhSmith ,
Feel free to test the "BETA/RC PortableApps", version "Notepad3Portable_6.24.111.1_rc2.paf" or newer, see in issue #1129.
"Notepad3Portable BETA/RC PortableApps" version can be used with or without ".7z" extension.
Also, feel free to test the "BETA/RC Setup", version "Notepad3_6.24.111.1_rc2_Setup" or newer, see the 2nd list in issue #1129.
Comments and suggestions are welcome... 😃