Re: Writing a new plugin

2021-08-02 Thread non-null--- via gnumeric-list
On Monday, August 2, 2021 12:20 PM, Morten Welinder wrote: > > The best approach at this point is to clone one of the existing > plugins. The first question is to ask "what kind of plugin?" > > Adding functions to Gnumeric? -- take, for example, fn-math > > Adding a solver

Re: Writing a new plugin

2021-08-02 Thread Morten Welinder
The best approach at this point is to clone one of the existing plugins. The first question is to ask "what kind of plugin?" Adding functions to Gnumeric? -- take, for example, fn-math Adding a solver method? -- take glpk (external program) or nlsolve (internal). Anything else? samples are

Writing a new plugin

2021-08-02 Thread non-null--- via gnumeric-list
Hello, new to Gnumeric here. It's nice. :) I was looking for documentation describing the API for plugins and more generally how a plugin is organized. I am looking to make a new plugin from scratch. I intend to use the D programming language () which is ABI