[GNOME Do] Re: New plugin - SearchHelp

2009-06-03 Thread Joe
Yes, easily. The only issue is that it would add two actions for text and runnable items when when you really only need one. On Jun 2, 4:17 pm, Andrew Conkling wrote: > On Sun, May 31, 2009 at 03:02, Joe wrote: > > I actually based this plugin off of that one. I didn't like the "Read > > Manual

[GNOME Do] Re: New Plugin - Firefox Smart Keyword Search

2009-06-02 Thread Andrew Conkling
On Sun, May 31, 2009 at 14:14, David Siegel wrote: > Joe, shouldn't this be part of the existing Firefox plugin? Or the OpenSearch one, as this seems to be directly related to that functionality. On Sun, May 31, 2009 at 9:08 AM, Joe wrote: > This one allows you to use the Firefox Smart Keywo

[GNOME Do] Re: New plugin - SearchHelp

2009-06-02 Thread Andrew Conkling
On Sun, May 31, 2009 at 03:02, Joe wrote: > I actually based this plugin off of that one. I didn't like the "Read > Manual Pages" plugin because you could only get manpages. I prefer > mine because it might bring up useful info even if I only want the > manpage, which always shows up in the resul

[GNOME Do] Re: New Plugin - Firefox Smart Keyword Search

2009-05-31 Thread Joe
If you'd like, I don't see why not. On May 31, 11:14 am, David Siegel wrote: > Joe, shouldn't this be part of the existing Firefox plugin? > > David > > On Sun, May 31, 2009 at 9:08 AM, Joe wrote: > > > This is my second of three plugins. > > > This one allows you to use the Firefox Smart Keywo

[GNOME Do] Re: New Plugin - Firefox Smart Keyword Search

2009-05-31 Thread David Siegel
Joe, shouldn't this be part of the existing Firefox plugin? David On Sun, May 31, 2009 at 9:08 AM, Joe wrote: > > This is my second of three plugins. > > This one allows you to use the Firefox Smart Keyword feature to do > searches. I use this feature a lot because I don't like the search box >

[GNOME Do] Re: New plugin - SearchHelp

2009-05-31 Thread Joe
Alright, I'll change it to help. On May 31, 3:37 am, Jason Smith wrote: > The name of the action should be "Get Help" or just "Help", the fact > that it is searching is probably not relevant. > > On Sun, 2009-05-31 at 00:02 -0700, Joe wrote: > > I actually based this plugin off of that one. I di

[GNOME Do] Re: New plugin - SearchHelp

2009-05-31 Thread Jason Smith
The name of the action should be "Get Help" or just "Help", the fact that it is searching is probably not relevant. On Sun, 2009-05-31 at 00:02 -0700, Joe wrote: > I actually based this plugin off of that one. I didn't like the "Read > Manual Pages" plugin because you could only get manpages. I

[GNOME Do] Re: New plugin - SearchHelp

2009-05-31 Thread Joe
I actually based this plugin off of that one. I didn't like the "Read Manual Pages" plugin because you could only get manpages. I prefer mine because it might bring up useful info even if I only want the manpage, which always shows up in the results. I do want to add my feature where you can use i

[GNOME Do] Re: New plugin - SearchHelp

2009-05-30 Thread Alex Launi
So instead of a whole new plugin,you should add an action to the "Read Manual Pages" plugin to search. Cool stuff though! Should be easy to move into that plugin. -- -- Alex Launi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the G

[GNOME Do] Re: New plugin - SearchHelp

2009-05-30 Thread Andrew Conkling
On Thu, May 28, 2009 at 23:04, Joe wrote: > SearchHelp is my first of three plugins for Do. You can read about it > here: > > http://do.davebsd.com/wiki/index.php?title=SearchHelp_Plugin > Excellent! I look forward to trying it out; I'll leave any feedback here, unless you'd prefer it elsewhere.

[GNOME Do] Re: new plugin

2008-09-07 Thread skaggapa
Im trying to add configuration to my plugin but this gtk stuff is really confusing. I simply want the user to beable to state the path to radio.py so the plugin will run on computers other than mine. Ive committed my work so far but im stuck with compile errors and i dont understand where im gett

[GNOME Do] Re: new plugin

2008-09-06 Thread skaggapa
Awesome thanks. Now it loads!! Thanks. Yeah i saw it in the pluginsmenu before but it didn't say that it loaded the plugin, now i does. Its the small things =) Thanks, now i got som debugging to to. I'll put it in the do plugins solution instead. Cheers Anders --~--~-~--~~-

[GNOME Do] Re: new plugin

2008-09-05 Thread Jason Jones
Ah, I believe I found your problem. Do loads the plugin, but, but Mono.Addins isn't loading any types from the plugin, because you've got some typos in your addin.xml. should be (notice the change from plural to singular) and should be On Fri, Sep 5, 2008 at 10:40 AM, Jason J

[GNOME Do] Re: new plugin

2008-09-05 Thread Jason Jones
How are you building and installing your plugin? I branched your repository and noticed that you have your own MonoDevelop solution within your Radio directory. Please add your project to the DoPlugins solution rather than create a new solution. With that said, I built your project and then copi

[GNOME Do] Re: new plugin

2008-09-05 Thread skaggapa
Hello! I've managed to make it compile with IItemSource. But i still doesn't get gnome-do to load the plugin. Updated my branch. Anders --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "GNOME Do" group. To post to th

[GNOME Do] Re: new plugin

2008-09-05 Thread skaggapa
On 5 Sep, 01:35, "Jason Jones" <[EMAIL PROTECTED]> wrote: > I took a quick look at your code and saw a few things: > > You need to make sure that your addins.xml and source code are in > sync. In your xml file, you specify the item source as: > > >   > > > but the item source in your code is

[GNOME Do] Re: new plugin

2008-09-05 Thread skaggapa
Hey man! I'm writing to Console.writeline("foo"). Gonna try with Console.Error instead, and no quiet mode! Thanks!! Anders --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "GNOME Do" group. To post to this group, sen

[GNOME Do] Re: new plugin

2008-09-04 Thread Jason Jones
I took a quick look at your code and saw a few things: You need to make sure that your addins.xml and source code are in sync. In your xml file, you specify the item source as: but the item source in your code is under the GNOME namespace: namespace GNOME { public class RadioItemS

[GNOME Do] Re: new plugin

2008-09-04 Thread Alex Launi
On Thu, Sep 4, 2008 at 5:46 PM, skaggapa <[EMAIL PROTECTED]> wrote: > i havent written any action for it yet but i cant get any > matches for the radiostations. Do i have to have a action? > You should not need to write any action if you dont need one. You can have any combination of ItemSources