Messages - phitsc [ switch to compact view ]

Pages: prev1 ... 234 235 236 237 238 [239]
1191
Find And Run Robot / Re: File extension filter
« on: June 11, 2008, 03:31 AM »
yes this is coming.

excellent!

1192
Find And Run Robot / File extension filter
« on: June 11, 2008, 03:14 AM »
Hi

Is it still planned to add a file extension filter to the search directory list (as mentioned in this post https://www.donationcoder.com/forum/index.php?topic=10505.msg91321#msg91321). I think that might help improve performance in certain cases a lot. I for example have a directory in the search list that contains a bunch of tools we use internally for our projects. These tools are all there in source code and are compiled on my machine generating loads of intermediate files. All I want FARR to find are the resulting .exe files though. While the score gives me the possibility to give me the .exe files, the problem is really that all the other files could be excluded from the search already by their file extension, which I expect would speed up the search.

Philipp

1193
Find And Run Robot / Open With
« on: June 11, 2008, 03:02 AM »
Hi

Is there already a way to launch a found file with an application other than the default application for that file type? What I want to do is the following:

I have an alias like this:

Regular Expression Pattern: ^blah (.*)
Results: dosearch c:\blah\config files\$$1*.xml

This works nicely for giving me a list of files, but launching one of the found files will launch with the file type's default application (in this case on my system a web browser), while I want it to be opened in an editor.

I tried to solve this with a custom plugin. The idea was to have something like this:

Results: dosearch c:\blah\config files\$$1*.xml /OPENWITH=notepad.exe

i.e. using something similar to FARR's file window options. But that obviously doesn't work. While I think it would be good to have the possibility to choose the application to launch as a core feature of FARR (and maybe it's already there, but I don't know), I think it would still be worth considering to add something like /OPTIONS="bli blah bloh" where the options string would be passed to the EFuncName_Allow_ProcessTrigger function somehow to be used by the plugin.

Philipp

Pages: prev1 ... 234 235 236 237 238 [239]
Go to full version