Re: Beagle plugins in scripting languages

2005-12-02 Thread D Bera
Hi Just for fun, I created a beagle filter using Boo (a python like scripting language generating .Net assembly). I was initially using IronPython but the recent versions of IronPython uses .Net framework 2.0 using generics; so IronPython wont build with current mono. Note that, you need beagle in

Re: Other (plain text) file types can be indexd by Beagle?

2005-12-02 Thread Daniel Drake
David Aveiro wrote: The main subject of my initial message is that it would be useful to specify in a Beagle configuration file or something, a parameter that could be a list of file extensions to be considered as plain text and indexed by Beagle. This because I assume lots of people and lots of

Re: Other (plain text) file types can be indexd by Beagle?

2005-12-02 Thread David Aveiro
Hello, Sex, 2005-12-02 às 19:56 +, Daniel Drake escreveu: > David Aveiro wrote:> > > So it would be very useful that Beagle could index files with mm > > extension (XML content), which is Freemind Maps file extension. > > You should write a filter for those files. Mono includes extensive XML

Re: To modify a property

2005-12-02 Thread Jon Trowbridge
On Fri, 2005-12-02 at 21:22 +0100, Norvig Norvig wrote: > It is possible to modify a property of an element? Yes, but only if the property is explicitly marked as being modifiable. You can do this by setting the Beagle.Property.IsMutable property to true before adding it to a Beagle.Indexable. Th

Re: To modify a property

2005-12-02 Thread Joe Shaw
Hi, On Fri, 2005-12-02 at 21:22 +0100, Norvig Norvig wrote: > It is possible to modify a property of an element? > > For example, in a photography we added "numberOfViewer" and from > another application to be able to modify it. Properties are stored in the index, and the index cannot be change

To modify a property

2005-12-02 Thread Norvig Norvig
It is possible to modify a property of an element? For example, in a photography we added "numberOfViewer" and from another application to be able to modify it. Bye. ___ Dashboard-hackers mailing list Dashboard-hackers@gnome.org http://mail.gnome.org/m

Re: Other (plain text) file types can be indexd by Beagle?

2005-12-02 Thread Daniel Drake
David Aveiro wrote: I'm using Freemind (see http://freemind.sourceforge.net/wiki/index.php/Main_Page) to keep most of my task list and organize several important info and projects. So it would be very useful that Beagle could index files with mm extension (XML content), which is Freemind Maps fi

Re: Other (plain text) file types can be indexd by Beagle?

2005-12-02 Thread David Aveiro
Hello, could someone at least say something like. No it's not possible, or yes it is considered for version X.Y in 3 months from now? :P Or am I in the wrong mailing list? Best regards, David Seg, 2005-11-21 às 22:07 +, David Aveiro escreveu: > Hello! > > First of all congratulations for t