Re: Writing a new plugin
Morten Welinder <[email protected]> Mon, 2 Aug 2021 13:20:28 -0400
| Newsgroups | gmane.comp.gnome.apps.gnumeric |
|---|---|
| Message-ID | <CANv4PNkOzXzyFhtAE+LWdBSevV62OKPi=eRteSecLm_u18SSvw@mail.gmail.com> |
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 getting a bit thin. M.