7January2010
Greetings.
Can users change the search tool that Ctrl-F brings up in x²Lite?
I would like, for example, to use NirSort's tool instead of explorer.exe ...
I have NirSort Search as a folder contextmenu option but
seem to always hit Ctrl-F by instinct first ...
like I do with 2xEx and FreeComm ...
Any helpful replies/insights appreciated.
Thank you.
Regards,
AEN
Æ
Change Ctrl-F search tool?
Moderators: fgagnon, nikos, Site Mods
-
- Platinum Member
- Posts: 1683
- Joined: 2009 Aug 19, 07:49
-
- Gold Member
- Posts: 465
- Joined: 2007 Apr 17, 11:09
-
- Member
- Posts: 45
- Joined: 2008 May 04, 23:17
-
- Member
- Posts: 45
- Joined: 2008 May 04, 23:17
It was a bit more complicated than addingbecause NirSoft SearchMyFiles requires its /BaseFolder switch to have SMyF open with the in focus directory. I finally found thatworked.
I had hoped that I could use an Environmental Variable (like %ProgramFiles%) in the sz key but could not - even though I have/use EVs in szExternalEditor & szExternalViewer, and they work ... (This makes creating settings.reg easier. The EVs make the keys work under normal XP & PE boots - after I create the necessary EVs in XP & PE ...) Maybe x² in the future would like to support EVs in certain reg keys?
I then decided to move the SMyF exe & cfg to the x²Lite install directory and changed the szExtFindFiles to
I updated my various other links to SMyF to the x²L install directory.
Since Ed² is in the x²L install directory, I changed the szEditor2Path to simply ...
Code: Select all
c:\tools\finder "%s"
Code: Select all
"c:\tools\finder" "/BaseFolder" "%s"
I had hoped that I could use an Environmental Variable (like %ProgramFiles%) in the sz key but could not - even though I have/use EVs in szExternalEditor & szExternalViewer, and they work ... (This makes creating settings.reg easier. The EVs make the keys work under normal XP & PE boots - after I create the necessary EVs in XP & PE ...) Maybe x² in the future would like to support EVs in certain reg keys?
I then decided to move the SMyF exe & cfg to the x²Lite install directory and changed the szExtFindFiles to
Code: Select all
"SMyF.exe" "/BaseFolder" "%s"
Since Ed² is in the x²L install directory, I changed the szEditor2Path to simply
Code: Select all
Editor2.exe