Notepad3 icon indicating copy to clipboard operation
Notepad3 copied to clipboard

Problem with directly passed search path in grepWinNP3

Open SerzhSmith opened this issue 1 year ago • 3 comments

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())

SerzhSmith avatar Jan 07 '24 09:01 SerzhSmith

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

hpwamr avatar Jan 07 '24 21:01 hpwamr

Hello @hpwamr. Sorry, I meant grepWinNP3. Notepad3/grepWinNP3/src/grepWin.cpp:559

SerzhSmith avatar Jan 08 '24 08:01 SerzhSmith

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... 😃

hpwamr avatar Jan 11 '24 22:01 hpwamr