|
1502
|
Main Area and Open Discussion / Living Room / Re: Tech News Weekly: Edition 11-09
|
on: March 14, 2009, 11:11:06 PM
|
Thanks as usual, Ehtyar  Re: 8 - I keep wondering whether some feedback loop will form w.r.t. ads and you might end up seeing only one ad wherever you go (at least for a while -- then at some point may be you'll start to see another ad, but it'll just be that one for another while...) 
|
|
|
|
|
1505
|
DonationCoder.com Software / FARR Plugins and Aliases / Re: New FARR plugin : FFTab allow to switch firefox tab
|
on: March 14, 2009, 08:40:47 AM
|
So, I finally tried this out -- actually I ported the code so I could use it w/ vanilla fscript. In the process of trying to get it to work, I became puzzled by the following code: Formatted for Javascript with the GeSHI Syntax Highlighter [ copy or print] trigger:function(path, title, groupname, pluginid, thispluginid, score, entrytype, args, triggermode) { if(entrytype!="fftab") return;
That didn't work for me, but something analogous to the following did: Formatted for Javascript with the GeSHI Syntax Highlighter [ copy or print] trigger:function(path, title, groupname, pluginid, thispluginid, score, entrytype, args, triggermode) { if(groupname!="fftab") return;
After making the appropriate change (and using the appropriate FScript.dll included in the CZBFSubScript.zip attached to the OP) it appears to be working locally. Prety neat! Now if I could get myself to switch back to FF  Nice work 
|
|
|
|
|
1508
|
DonationCoder.com Software / FARR Plugins and Aliases / Re: FARR plugin: Akete
|
on: March 14, 2009, 01:06:42 AM
|
as i said i would be very happy with a plugin that does not try to handle precedence
As I understand it, it's a problem to not address the precedence issue. Perhaps one useful way of looking at this situation is to see that multiple plugins trying to handle file extensions is potentially murky. If you've got two such plugins installed and both either are configured or set up to handle a particular file extension, which one should end up doing it? May be I'm misunderstanding how things work in FARR -- perhaps mouser could clarify 
|
|
|
|
|
1512
|
DonationCoder.com Software / FARR Plugins and Aliases / Re: FARR plugin: Akete
|
on: March 13, 2009, 04:46:07 PM
|
I took a look and my initial impression is that I very much doubt I have the resources or inclination to try to make something like that -- if FARR provided some way for plugins to easily provide configuration panes that integrated with the existing Options dialog, I might consider it, but AFAIK that doesn't exist currently. I think the kind of thing that might be practical is doing something within the existing User Variables mechanism -- so imagine a potential user is going to be specifying their configuration via the User Variables pane in FARR's Options dialog box. With this approach we've got: - Separate sections (e.g. Akete, Akete.Folders, etc.)
- Name, value pairs separated by equals signs
As I understand it, those are our practical building blocks. Do you have any ideas that can be expressed well using these pieces? May be there are other practical approaches that don't involve creating basic configuration-related building blocks...I know there is some support available via FARR/FScript for handling INI files, but as I understand it, that's not too different from what User Variables supplies. If you have any thoughts regarding other approaches, I'm happy to hear them 
|
|
|
|
|
1514
|
DonationCoder.com Software / FARR Plugins and Aliases / Re: FARR plugin: Akete
|
on: March 13, 2009, 04:12:55 AM
|
if AketeFolder plugin was first then the same questions about precedence would have arised with Akete plugin  My leaning on this issue so far has been not to do a separate plugin -- it may have seemed like it because of the configuration example, but actually that configuration example would work fine from a suitably modified Akete plugin. The motivation for me to split the configuration sections into Akete and Akete.Folders was because my impression is that handling the configuration is clearer -- I think that everything living in the Akete section makes for a mess in terms of design as well as in terms of users specifying configurations. with an hyper complex filtering system where you could see things like :
(if the extension of the file is xxx AND if the file is in Folder yyyy AND file has been modified within zz hours) then open with notepad++
Do you think you could start spelling out specifically how this kind of thing would be specified by a user?
|
|
|
|
|
1516
|
Main Area and Open Discussion / Living Room / Re: Tech News Weekly: Edition 10-09
|
on: March 12, 2009, 11:25:44 PM
|
Re: 1: If you don't look, you're not likely to find...  Re: 9: Definitely interesting w.r.t. djbdns. FWIW, I had years of trouble-free system administration thanks to qmail and djbdns -- I don't worship him, but I am thankful for his existence and efforts  Thanks again, Ehtyar!
|
|
|
|
|
1518
|
DonationCoder.com Software / Find And Run Robot / Re: custom file explorer ?
|
on: March 12, 2009, 10:08:32 PM
|
In case my attempt at humor failed -- my previous post was meant as an invitation to try to jointly explore the precedence issue further. My intention was to point out that I'm not the only one who could try to come to some resolution with regard to precedence -- nor that it has to be done by just one person 
|
|
|
|
|
1523
|
DonationCoder.com Software / Find And Run Robot / Re: Alt+P hotkey broken?
|
on: March 11, 2009, 07:35:18 AM
|
for medium to fast typists, those hotkeys are triggered when using ctrl+space or alt+space (to trigger FARR)
I disabled them via the Hotkeys section of FARR's Options dialog -- does that not work for you? Or may be I am not understanding something here...
|
|
|
|
|