24276
FARR Plugins and Aliases / Re: Fingers in the nose guide to build javascript plugins. Does that mean its easy ?
« Last post by mouser on January 26, 2008, 03:23 AM »hi czechboy, let me try to help a little, and sorry for the delay in responding.
ok as for #1, these are different kinds of results that can be returned by plugins which help FARR know how to handle the results. FILE type is most common when results are files. most of the others are for internal use -- in your case you should probably use UNKNOWN, basically meaning that FARR shouldnt assume that the result is a file to launch. Then you will handle the triggering of it.
#2 - i think what we have here is a problem with unicode text display or font character set, and FARR is not unicode compatible. i'm thinking though that maybe the best solution for plugins that want to do unicode stuff is to add an ability for FARR to be told to display a special unicode display mode.. i'll have to look into that when i have a little more time -- i'm still in the middle of a job that takes up most of my time at the moment so it will have to wait a month or so
but i will find a way to do it so don't let this stop you from working on this nice plugin.
#3 - yes you can call the function to set a farr variable and pass the keyword: setshowallmode
that will trigger FARR to display all resutls not just a few.
ok as for #1, these are different kinds of results that can be returned by plugins which help FARR know how to handle the results. FILE type is most common when results are files. most of the others are for internal use -- in your case you should probably use UNKNOWN, basically meaning that FARR shouldnt assume that the result is a file to launch. Then you will handle the triggering of it.
#2 - i think what we have here is a problem with unicode text display or font character set, and FARR is not unicode compatible. i'm thinking though that maybe the best solution for plugins that want to do unicode stuff is to add an ability for FARR to be told to display a special unicode display mode.. i'll have to look into that when i have a little more time -- i'm still in the middle of a job that takes up most of my time at the moment so it will have to wait a month or so
but i will find a way to do it so don't let this stop you from working on this nice plugin.#3 - yes you can call the function to set a farr variable and pass the keyword: setshowallmode
that will trigger FARR to display all resutls not just a few.

Recent Posts

