Re: [Gimp-developer] script-fu documentation

2005-01-23 Thread Kevin Cozens
Campbell Barton wrote: Script X dosent work with Tiny fu but and VsVercer for other scripts ,.. you know, it just gets messy. Its best top keep to one, newbies will ask which to use and get confusticated answeres by opinionated experts. Forgetting about Tiny-Fu for a moment there are still

Re: [Gimp-developer] script-fu documentation

2005-01-22 Thread Sven Neumann
Hi, on a related note, there's an interesting feature that we should consider to add to Tiny-Fu and, if it stays around, to Script-Fu: Yesterday, I moved GimpEnumStore and GimpEnumComboBox to libgimpwidgets. GimpEnumComboBox gives you a very easy way to create a combo-box with all possible enum

Re: [Gimp-developer] script-fu documentation

2005-01-21 Thread [EMAIL PROTECTED]
I would hope that if ScriptFu is pulled out, TinyFu will also provide an interpreter directly in GIMP's GUI that one can use interactively. (I haven't used TinyFu)... Perhaps the two interpreters could also co-exist as part of the normal build for one release, at least, while scripts get

Re: [Gimp-developer] script-fu documentation

2005-01-21 Thread Campbell Barton
In my experience, being implimentation agnostic is not good- it can fragment the scripting community, Script X dosent work with Tiny fu but and VsVercer for other scripts ,.. you know, it just gets messy. Its best top keep to one, newbies will ask which to use and get confusticated answeres

Re: [Gimp-developer] script-fu documentation

2005-01-21 Thread Kevin Cozens
[EMAIL PROTECTED] wrote: I would hope that if ScriptFu is pulled out, TinyFu will also provide an interpreter directly in GIMP's GUI that one can use interactively. (I haven't used TinyFu)... Tiny-Fu was built using the framework of Script-Fu. It has all the main features of Script-Fu

Re: [Gimp-developer] script-fu documentation

2005-01-20 Thread Kevin Cozens
Campbell Barton wrote: Will thge gimp move to tiny-fu compleately? I am not aware of any plans to replace Script-Fu with Tiny-Fu in the GIMP source tree. Although that might change now that I am about to start testing the Tiny-Fu changes which added UTF-8 support. If Script-Fu was pulled out

Re: [Gimp-developer] script-fu documentation

2005-01-19 Thread Kevin Cozens
Tomasz Grobelny wrote: Where can I find a decent script-fu documentation? I mean a document where I can find most supported functions especially string manipulation functions (like split, chop, substring, find etc.). TIA The Script-Fu plug-in of GIMP uses SIOD as its Scheme interpreter. The

Re: [Gimp-developer] script-fu documentation

2005-01-19 Thread Campbell Barton
Will thge gimp move to tiny-fu compleately? Kevin Cozens wrote: Tomasz Grobelny wrote: Where can I find a decent script-fu documentation? I mean a document where I can find most supported functions especially string manipulation functions (like split, chop, substring, find etc.). TIA The