|
1
|
DonationCoder.com Software / Find And Run Robot / Re: Latest FARR Release v2.107.04 beta - Sep 23, 2012
|
on: July 15, 2010, 06:57:25 PM
|
|
Thanks. However, the problem with it is that it alters the presented results. What I'm trying to do is *operate* on the list of presented results using ';1' to edit the first result in the list. Likewise, ';2' would operate on the 2nd item in the list, and so on. FARR already operates on the list using Alt+1 and Ctrl+1 without altering the results shown. I'm trying to accomplish the same thing without using the Alt or Ctrl keys.
thanks again.
|
|
|
|
|
2
|
DonationCoder.com Software / Find And Run Robot / Re: Latest FARR Release v2.107.04 beta - Sep 23, 2012
|
on: July 01, 2010, 12:59:24 PM
|
|
Is it possible using aliases (or something else) to map ';1' to do Alt+1 ? The current behaviour is to start searching for the ';1' string. What I want is that ';1' string to invoke an action, or sequence of programmable actions.
Little help?
BTW, I can do this using autohotkey, but I can't stop it from automatically attempting to search using the input string.
Thanks in advance.
|
|
|
|
|
6
|
Main Area and Open Discussion / General Software Discussion / Re: Best Python IDE
|
on: January 22, 2010, 06:08:22 PM
|
|
Wing is the best for the simple reason that it is one of the few that allows completion while in debug mode.
it's not cheap, though. On the other hand, it has saved me on more than one occasion when no other combination of tools would work (i.e. catching intermediate Python processes fired by other processes).
|
|
|
|
|
7
|
DonationCoder.com Software / FARR Plugins and Aliases / Re: FARR plugin: FARR Remember The Milk 1.1.0
|
on: September 27, 2009, 05:22:37 PM
|
Hang in there reckoner -- we all have those weeks where it seems like nothing is going right..
Thanks. Turns out that RTM can't restore tasks, even for Pro members. Since I had to start over anyway, I migrated to ToodleDo, which is not as slick, but more structured than RTM. I am finding it overall more useful since you can examine statistics on your tasks, see them on a calendar, and just generally organize them better in layers using subtasks. Also, ToodleDo support twitter.com integration so it still works with FARR via the twitter plugin. Thanks!
|
|
|
|
|
8
|
DonationCoder.com Software / FARR Plugins and Aliases / Re: FARR plugin: FARR Remember The Milk 1.1.0
|
on: September 18, 2009, 08:30:54 AM
|
|
Somewhat off topic, but 100% due to my own enthusiasm, I accidentally renamed all tasks in my RTM inbox. Somehow the Internet connection barfed along the way so I was unable to 'undo' this. I have sent RTM support an e-mail asking them to restore my tasks.
Has anyone had them restore tasks? I don't know if this is possible or if I should just get on with my life.
thanks.
|
|
|
|
|
10
|
DonationCoder.com Software / FARR Plugins and Aliases / Re: FARR plugin: FARR Remember The Milk 1.1.0
|
on: September 09, 2009, 07:24:01 PM
|
But the new RTM input syntax should work if the FarrMilk option 'Parse task name for due date' is enabled. If someone cares to try please tell me if it works and I'll rename the option to better reflect the new functionality.
I just tried it. Something like: rtm a this is a new task ^sept11 Does not work although it does work in the web interface.
|
|
|
|
|
12
|
DonationCoder.com Software / FARR Plugins and Aliases / Re: Alias: Send Twitter updates from Farr
|
on: September 08, 2009, 09:33:56 AM
|
|
Thanks for all the hard work!
I'm having some trouble installing this. I have followed the instructions exactly, but I can't get this plug-in to come up in the plug-ins dialog within FARR.
It just doesn't seem to recognize it. On the other hand, DCupdater seems to recognize it and offer an update. However, even updating using DCupdater doesn't fix this. It is still not present in the plug-ins dialog within FARR.
Thanks in advance.
|
|
|
|
|
13
|
DonationCoder.com Software / FARR Plugins and Aliases / Re: FARR plugin: FARR Remember The Milk 1.1.0
|
on: September 08, 2009, 09:31:11 AM
|
|
This is an awesome plug-in! thanks for all hard work.
Is it possible to apply filters such as /dueBefore:Friday, /dueWithin='5 days', etc. These are supported within the built-in search facility inside of RTM's website.
I also notice that
rtm t /thursday doesn't seem to work and that only
rtm t /today rtm t /tomorrow
Are supported.
Thanks in advance.
|
|
|
|
|
16
|
DonationCoder.com Software / FARR Plugins and Aliases / Re: The javascript SDK Fscript now support VBScript, Ruby, Python et Perl.
|
on: May 08, 2008, 12:31:10 PM
|
|
Hi,
I am interested in getting this working with Python. I have followed the instructions exactly and created both a fscript.rb and fscript.py in the directory
C:\Program Files\FindAndRunRobot\Plugins\FScript
that contains the following:
FScript.dll fscript.rb fscript.js fscript.py
However, it only recognizes the fscript.js plugin and not the ruby or python one. I got the ruby script from your example above. I uninstalled and re-installed activestate python and installed ruby, but these had not effect.
I'm getting the feeling that there is something else missing here, maybe some kind of SDK that I don't have installed. I have the NET 2.0 framework installed on my Windows XP(SP2).
Little help?
|
|
|
|
|