topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Monday March 18, 2024, 10:23 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Last post Author Topic: Latest FARR Release 2.250.0 beta - Mar 23, 2020  (Read 775361 times)

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Latest FARR Release 2.238.01 beta - Dec 30, 2019
« Reply #700 on: January 01, 2020, 12:36 PM »
Tried on win10 vmware seemed to work ok.  Anyone else?

Nod5

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,169
    • View Profile
    • Donate to Member
Re: Latest FARR Release 2.238.01 beta - Dec 30, 2019
« Reply #701 on: January 01, 2020, 06:21 PM »
Mouser, I tried 2.238.01 beta portable in Virtualbox Win10 again now.
I confirm that this works:
- variables %FARRWINLEFT% %FARRWINTOP% %FARRWINWIDTH% %FARRWINHEIGHT% in results
- adding ICON="web.ico" or /ICON=web.ico to show a custom icon
I ran into issues with the quotes in filepaths and parameters. Will post details and tests in the specific forum post about that issue

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Latest FARR Release 2.238.01 beta - Dec 30, 2019
« Reply #702 on: January 03, 2020, 09:51 AM »
I have experienced a bug when trying to use the "Explore Here" right-click menu of a result.. working on it..

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Latest FARR Release 2.238.01 beta - Dec 30, 2019
« Reply #703 on: January 03, 2020, 10:15 AM »
New version uploaded which hopefully fixes the problem; my recent code changes to better handle quoted arguements was stripping quotes when using the explore here option with a custom exe.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Latest FARR Release 2.239.02 - Jan 22, 2020
« Reply #704 on: January 23, 2020, 01:38 AM »
I've uploaded the latest beta as a final release.

skajfes

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 267
    • View Profile
    • Donate to Member
Re: Latest FARR Release 2.239.02 - Jan 22, 2020
« Reply #705 on: January 23, 2020, 06:40 AM »
Something is broken with the latest version, some of my aliases have stopped working as intended.

So I have an alias like this:
1000>>>Search with Everything>->dolaunch C:\Program Files\Everything\Everything.exe -search "$$1">+>(.*)\s\s$

When I trigger the alias, I get the everything command line options window, instead of the search results. It behaves like I executed just "Everything.exe -search", so the quotes and the $$1 is missing.
I have other examples but this is the simplest one.
It is impossible to make anything foolproof because fools are so ingenious.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Latest FARR Release 2.239.02 - Jan 22, 2020
« Reply #706 on: January 23, 2020, 06:41 AM »
Sigh.. this is exactly what I hoped to avoid with the long beta release.. :(....

I'm looking into it..

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Latest FARR Release 2.239.02 - Jan 22, 2020
« Reply #707 on: January 23, 2020, 06:51 AM »
Can you give me an example of what your $$1 would be?

Ok i see the problem.. working on it..
« Last Edit: January 23, 2020, 06:57 AM by mouser »

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Latest FARR Release 2.239.02 - Jan 22, 2020
« Reply #708 on: January 23, 2020, 07:04 AM »
skajfes, can you redownload the new version and see if it fixes it? (i think it should).
The problem was that I recently rewrote my parsing of commandline arguments to respect double quoted arguments and it seems in the process i messed up the handling of multiple arguments (it was sending them in reverse order).  Should be fixed now.

skajfes

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 267
    • View Profile
    • Donate to Member
Re: Latest FARR Release 2.239.02 - Jan 22, 2020
« Reply #709 on: January 23, 2020, 07:31 AM »
 :Thmbsup: Works like a charm. Thanks.
Sorry, I kind of missed the beta version so I didn't test it before.
It is impossible to make anything foolproof because fools are so ingenious.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Latest FARR Release 2.239.02 - Jan 22, 2020
« Reply #710 on: January 23, 2020, 07:32 AM »
Thanks for reporting the problem so quickly -- at least you saved me some (further) embarrassment!

anandcoral

  • Honorary Member
  • Joined in 2009
  • **
  • Posts: 777
    • View Profile
    • Free Portable Apps
    • Donate to Member
Re: Latest FARR Release 2.239.02 - Jan 22, 2020
« Reply #711 on: January 24, 2020, 06:26 AM »
Website not updated properly yet, it seems.

2020-01-24_175124.pngLatest FARR Release 2.250.0 beta - Mar 23, 2020

Further now, Win10 is also getting paranoid on "FindAndRunRobotSetup.exe" installer !

2020-01-24_174928.pngLatest FARR Release 2.250.0 beta - Mar 23, 2020

Regards,

Anand

AJolly

  • Supporting Member
  • Joined in 2011
  • **
  • default avatar
  • Posts: 24
    • View Profile
    • Donate to Member
Re: Latest FARR Release 2.239.02 - Jan 22, 2020
« Reply #712 on: January 27, 2020, 07:53 PM »
Edit: solved
« Last Edit: January 27, 2020, 08:31 PM by AJolly »

Filipe Meira Castro

  • Supporting Member
  • Joined in 2010
  • **
  • Posts: 104
    • View Profile
    • Donate to Member
Re: Latest FARR Release 2.239.02 - Jan 22, 2020
« Reply #713 on: February 09, 2020, 05:56 PM »

So I have an alias like this:
1000>>>Search with Everything>->dolaunch C:\Program Files\Everything\Everything.exe -search "$$1">+>(.*)\s\s$

How is this working? Do you get the results in FARR? That would mean indexing on FARR exists!!!!

skajfes

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 267
    • View Profile
    • Donate to Member
Re: Latest FARR Release 2.239.02 - Jan 22, 2020
« Reply #714 on: February 10, 2020, 02:18 AM »
How is this working? Do you get the results in FARR? That would mean indexing on FARR exists!!!!
-Filipe Meira Castro (February 09, 2020, 05:56 PM)
No indexing in FARR. The alias is triggered by appending two spaces the end of a search string. The alias opens everything.exe with the search query from FARR.

I use it when searching for things in FARR, if it doesn't provide a result, just append two spaces, same query is then searched in Everything
It is impossible to make anything foolproof because fools are so ingenious.

Filipe Meira Castro

  • Supporting Member
  • Joined in 2010
  • **
  • Posts: 104
    • View Profile
    • Donate to Member
Re: Latest FARR Release 2.239.02 - Jan 22, 2020
« Reply #715 on: February 10, 2020, 02:27 AM »

No indexing in FARR. The alias is triggered by appending two spaces the end of a search string. The alias opens everything.exe with the search query from FARR.

I use it when searching for things in FARR, if it doesn't provide a result, just append two spaces, same query is then searched in Everything


Ok! Looks a good idea still, will give it a try someday... or hopefully mouser gets inspired and implement indexing that would be handy at least for a 1st stage search ;)

Filipe Meira Castro

  • Supporting Member
  • Joined in 2010
  • **
  • Posts: 104
    • View Profile
    • Donate to Member
Re: Latest FARR Release 2.239.02 - Jan 22, 2020
« Reply #716 on: February 10, 2020, 02:32 AM »
Launch file, Keep FARR opened and Continue searching! - "ctrl+dbl click" launches the file and keeps FARR opened but it should also keep populating results insead of stopping further search!

@mouser, maybe a good idea to be included on the next version? ;)

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Latest FARR Release 2.250.0 beta - Mar 23, 2020
« Reply #717 on: March 23, 2020, 05:30 AM »
Minor beta release:

Version 2.250.00 - Mar 8, 2020
  • [BugFix] Using #filecontents with empty file caused FARR to lock the file so it could not be written outside of FARR; thanks Nod5!
  • [Feature] You can now specify %search% in custom toolbar buttons to send the contents of the search edit box to a tool.

Jabberwock

  • Participant
  • Joined in 2006
  • *
  • default avatar
  • Posts: 76
    • View Profile
    • Donate to Member
Re: Latest FARR Release 2.250.0 beta - Mar 23, 2020
« Reply #718 on: April 06, 2020, 05:15 AM »
For me the beta did not fix the 'Explore here' problem - the path still gets truncated (I am using Directory Opus as the explorer).

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Latest FARR Release 2.250.0 beta - Mar 23, 2020
« Reply #719 on: April 06, 2020, 12:48 PM »
Can you elaborate a little on what's happening and what should be happening?

Jabberwock

  • Participant
  • Joined in 2006
  • *
  • default avatar
  • Posts: 76
    • View Profile
    • Donate to Member
Re: Latest FARR Release 2.250.0 beta - Mar 23, 2020
« Reply #720 on: April 23, 2020, 05:29 PM »
Sorry for the late response! I forgot about this topic...

The 'Explore here' menu item from the right-click menu on a searched item lists the correct path, but when used, it gets truncated, e.g. 'C:\Program Files (x86)\Gaming\freepiebeta\' sends me to the folder 'C:\Program' in Directory Opus. The menu item 'Copy target path' provides the correct path to the item. My version is v2.250.0.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Latest FARR Release 2.250.0 beta - Mar 23, 2020
« Reply #721 on: April 23, 2020, 06:07 PM »
Are you using a custom file explorer on the "External Tools and Plugins" options tab?
If so try double quoting the $$1, like:
Screenshot - 4_23_2020 , 6_06_17 PM.png

Jabberwock

  • Participant
  • Joined in 2006
  • *
  • default avatar
  • Posts: 76
    • View Profile
    • Donate to Member
Re: Latest FARR Release 2.250.0 beta - Mar 23, 2020
« Reply #722 on: April 24, 2020, 05:34 AM »
Yes, that works! Thank you!

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Latest FARR Release 2.250.0 beta - Mar 23, 2020
« Reply #723 on: April 24, 2020, 06:31 AM »
 :Thmbsup:

nxqd

  • Participant
  • Joined in 2020
  • *
  • default avatar
  • Posts: 1
    • View Profile
    • Donate to Member
Re: Latest FARR Release 2.250.0 beta - Mar 23, 2020
« Reply #724 on: May 23, 2020, 01:10 AM »
Great, Jabberwock, it's the exact question I'm going to ask :)

Btw mouser, is there anyway I can change the font of FARR?
« Last Edit: May 23, 2020, 01:15 AM by nxqd »