|
2
|
DonationCoder.com Software / Find And Run Robot / Re: FARR bug ?
|
on: April 03, 2012, 03:11:13 AM
|
|
the strange thing is, it works most of the time flawlessly, i've set up an exception in Microsoft Security essentials, no problem for the moment, we'll see after some more time i'll keep you informed
cheers, Nico
|
|
|
|
|
3
|
DonationCoder.com Software / Find And Run Robot / FARR bug ?
|
on: March 27, 2012, 02:24:47 AM
|
|
Hi Mouser,
on two different computers, using a portable installation on brand new ssd drives, we sometimes have a blank result list for the following regex alias : ^(https?://)?(([0-9a-z_!~*'().&=+$%-]+: )?[0-9a-z_!~*'().&=+$%-]+@)?(([0-9]{1,3}\.){3}[0-9]{1,3}|localhost|([0-9a-z_!~*'()-]+\.)*([0-9a-z][0-9a-z-]{0,61})?[0-9a-z]\.[a-z]{2,6})(:[0-9]{1,4})?((/?)|(/[0-9a-z_!~*'().;?:@&=+$,%#-]+)+/?)$
result is : f | #filecontents C:\path_to\www.txt
it's like FARR stops working for 3-10 seconds (we can see a : does not respond in the title bar...) then everything works again fine...
it's hard to understand what happens... the status bar indicates the number of results which is correct (30 in that case...) the size of the results list seems to be calculated correctly (we use the auto-expand feature) but it is blank...
is it a problem with the regex or with filecontents ?
it seems we did not have the problem before the new installation... do you have any clue ?
|
|
|
|
|
4
|
DonationCoder.com Software / Find And Run Robot / Re: auto adding to group alias feature
|
on: December 20, 2011, 09:50:37 AM
|
|
Hi,
adding my 2 cents to mouser's answer
you can even use the dosearch command to create an alias using the +txt MODIFIER
Alias Trigger Text : txt Regular Expression Pattern : ^txt (.*) Results : txt $$1 | dosearch +txt $$1
This is not just to remove the + sign you can add other modifiers like for example one to open your text files in another editor than the default one, or restrict the search to txt files with some prefix....
Cheers
|
|
|
|
|
6
|
DonationCoder.com Software / Find And Run Robot / Re: Settings not being saved
|
on: November 16, 2010, 09:23:36 AM
|
|
funny, i had the same problem today...
i overwrited the configdir.ini so that the FARR ini file is saved in the root folder of FARR
when running FARR with administrator rights it seems to work, but if i ask FARR to run with admin rights, it does not launch at startup...
maybe i could run it in portable mode ?
|
|
|
|
|
7
|
DonationCoder.com Software / Find And Run Robot / Re: Latest FARR Release v2.107.04 beta - Sep 23, 2012
|
on: November 09, 2010, 01:58:36 PM
|
i switched from launchy to FARR a few years ago, and i can say it was the single best thing i've done on a computer... get to know FARR and i promiss you'll never go back you can do so much (i'm not talking about plugins i'm talking about core features ... filecontent, regex, dosearch, copyclip, variables, ...) with some autohotkey scripts, you don't even know what OS you're running  keep up the good work Mouser one happy FARR user 
|
|
|
|
|
15
|
DonationCoder.com Software / Find And Run Robot / [bug report / feature request ?] dynamic search folder
|
on: March 29, 2010, 12:35:46 PM
|
|
it is possible to have dynamic search folders by using the following trick :
you set a user variable dynamically (for instance using autohotkey : Run, C:\Program Files\FindAndRunRobot\FindAndRunRobot.exe -launch "setuservar Pixos.projet_www=SomeProject") [MyVariables] projet_www = C:\_web\www\SomeProject
Then you use the %uservar.Pixos.projet_www% variable as a search directory like virtual folder name (%PROGRAMFILES%, ...) Works fine, BUT the variables are randomly refreshed, most of the time they are not.
in the options, the user variables reflects the change everytime, but most of the time FARR searches with the "previously set" folder
@mouser is this a bug ? or do you have to create a new command line command : go[searchfolders]reload ?
Cheers, Nitrix
|
|
|
|
|
20
|
DonationCoder.com Software / Find And Run Robot / Re: 2010 Farr Wishlist
|
on: January 11, 2010, 08:05:28 AM
|
Fist Happy new year to all donation coder members  wish #99 (i'll go down to 1  ) : please add a nice way to add a separator in the result window... that would make FARR more usable and customizable i currently use the following "result" : __________________ | C:\_common\programs\FARR Scripts\DoNothing.ahk /STAYOPEN /ICON=icons\noicon.ico where DoNothing.ahk does nothing cheers, Nico
|
|
|
|
|