topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Monday November 10, 2025, 11:50 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

Recent Posts

Pages: prev1 ... 6 7 8 9 10 [11]
251
Find And Run Robot / Font script?
« Last post by skajfes on November 05, 2008, 04:04 PM »
Yes, here I come again to complain to mouser to fix the font selector. Eg, when I change to Central European nothing happens... It is becoming somewhat annoying...

Thanks,
SK
252
Find And Run Robot / Re: FARR Context menu
« Last post by skajfes on November 04, 2008, 08:45 AM »
Well, what I asked for was the possibility for plugins to modify the context menu (and keyboard shortcuts).

Well, that is the essence of my request, plus the ability for the user to modify the menu by hand. I hope Mouser will look into it in some not so distant future release.
253
Find And Run Robot / Re: FARR Context menu
« Last post by skajfes on November 04, 2008, 06:35 AM »
No thoughts? Anyone? Mouser?
254
Find And Run Robot / FARR Context menu
« Last post by skajfes on November 01, 2008, 05:59 PM »
Hi,
is it possible to modify the context menu on FARR's search results?

I would like to be able to add/remove/change items on that menu, and possibly keyboard shortcuts for them (FARR is for keyboard maniacs after all...)

For example it would be cool if Copy and Paste were on that menu so I don't have to go to Shell context menu (a whole extra click :P )

But what I was thinking mainly was to enable plugins to change the menu dynamically (most if not all of the menu is completely useless when using plugins). Hopefully that would lead to some extra functionality from plugins.
255
Find And Run Robot / Re: Feature request: context sensitive key shortcuts
« Last post by skajfes on October 25, 2008, 05:31 AM »
Is everybody else using other shortcuts that often?

Well, not really...
256
Hm, that sounds like Directory Opus's File Collection feature. It enables you to create virtual folders in which you can put any file on your hard drive. These are not copies of files but links to files, much like hard links in *nix systems, so every change you make to the file in the collection is made on the real file.

The only problem is how to accomplish that in FARR. Directory Opus uses xml files to describe what is in those folders. Now following the same model we could make a plugin that would simply display files listed in such xml configuration file in FARR's output window like normal search results and that would enable direct operation on files from one place. However this behavior is somewhat similar to group aliases which already exists in FARR. The way I see it, it is somewhat impossible to make "real" virtual folders like Control Panel that could be accessed from Windows Explorer (and so any favorite app for viewing files, images etc...) and FARR without maybe some 3rd party software that could enable that for FARR.
257
Find And Run Robot / Re: passing parameters to .exe and .bat
« Last post by skajfes on September 01, 2008, 04:27 PM »
Third, people have been requesting an easier way to pass parameters to a tool for a while now, and i think it's time for me to add it.  The idea that i think we settled on for how to do this is to allow some way to express on the search line that you want to pass extra paramaters to the launched program, like: "search terms :: param1 param2"  that would tell far that whatever you type after the :: should be passed as commandline parameters.  Thoughts?

Some way of passing commandline parameters is really needed. Perhaps launchy's method is the most intuitive one. Pressing Tab would add a special visual separator (a triangle if I recall correctly) behind the text in the searchbox and you could write any parameters needed. Now, since Tab is used to autocomplete there should be a check to see if currently selected item in the result list is executable or not before deciding what would be done (autocomplete or take commandline parameters).

In the meantime, here's my alias that helps a little:
1000>>>exec arguments>->$$1.$$2 $$3>+>(.*).(exe|bat) (.*)

Now the only thing to keep in mind is that you have to enter the full path to the desired application or utility (which is easily done by pressing Tab on the selected item)

Hope it helps,
skajfes
258
Find And Run Robot / Re: .Net SDK - How to tell enter is pressed?
« Last post by skajfes on August 27, 2008, 06:14 PM »
yay another plugin!!!

Don't be so enthusiastic, it's not so innovative :)
It is very similar to gcal_quickadd but supposed to work just with ics calendars. Anyway, I'll take a look at the c++ wrapper and see if I can modify the c# wrapper but it will take some time...
259
Find And Run Robot / .Net SDK - How to tell enter is pressed?
« Last post by skajfes on August 27, 2008, 05:39 PM »
Hi all, I am writing a plugin for FARR using C# and .net framework and it would be very nice to know when enter is pressed in the search box. So is that possible or do I have to use && or something?

Thanks
260
FARR Plugins and Aliases / Re: FCalc/FarFox Plugin Delays
« Last post by skajfes on August 27, 2008, 04:57 PM »
I think that the problem is in those folders that are on the network drive. Try unchecking them to see if that is really the problem. On the other side, program files folder is not normally needed (in my experience at least) but if you really do need it a better solution (with farr) would be to define a modifier keyword for this folder, and for those folders on a network drive too so that they will not be searched every time but only when you really need them.
261
Find And Run Robot / Re: Feature request: keyboard shortcuts on result list
« Last post by skajfes on July 10, 2008, 04:32 AM »
Or at least add an option to choose which shortcut you want for each action...
262
Find And Run Robot / Feature request: keyboard shortcuts on result list
« Last post by skajfes on July 10, 2008, 03:47 AM »
Is it possible to make copy (ctrl+c) and paste (ctrl+v) work on the result list? For example, I would like to select a folder in the result list and press ctrl+v to paste files into that folder. Now I have to right click the item, then select Shell context menu then paste. I mean, this is not a big deal, just that keyboard shortcut would work much faster.
263
Find And Run Robot / Re: New FARR Plugin Display Mode: UserWindowMode
« Last post by skajfes on July 07, 2008, 12:52 PM »
this looks very cool, but I am a little worried that this is the way to bloatware... Anyway, the idea of a plugin beeing loaded on demand seems to be a solution to that.
264
sticky button or something? :)
265
Find And Run Robot / Re: some suggestions about FARR
« Last post by skajfes on July 07, 2008, 12:48 PM »
It is in the documentation that comes with farr :)
266
Find And Run Robot / Re: Html View Mode in FARR (Find and Run Robot)
« Last post by skajfes on July 05, 2008, 04:57 AM »
Should be fixed in latest beta uploaded here:
https://www.donation...ex.php?topic=10505.0

 :Thmbsup:
267
Find And Run Robot / Re: Html View Mode in FARR (Find and Run Robot)
« Last post by skajfes on July 02, 2008, 04:03 PM »
First thing that came to mind when I saw html mode was prettyer output for plugins like timer, but this is quite unusable because html mode steals focus from the text box. Could this be bypassed somehow so the output can be dynamically changed as the user types in something?
Pages: prev1 ... 6 7 8 9 10 [11]