Re: [Geany-Devel] Adding a plugin

2013-06-09 Thread Roger Booth
On 06/08/2013 04:13 AM, Lex Trotman wrote: On 8 June 2013 20:31, Roger Booth rbo...@kabooth.com mailto:rbo...@kabooth.com wrote: On 06/08/2013 03:02 AM, Frank Lanitz wrote: On Sat, 08 Jun 2013 02:54:38 -0700 Roger Boothrbo...@kabooth.com mailto:rbo...@kabooth.com wrote:

Re: [Geany-Devel] Adding a plugin

2013-06-09 Thread Lex Trotman
On 9 June 2013 19:53, Chow Loong Jin hyper...@gmail.com wrote: On Sun, Jun 09, 2013 at 01:59:57AM -0700, Matthew Brush wrote: [...] Yeah I had originally typed a little rant about it in my last email that I removed to avoid being negative/complainy, but I believe it went something like

Re: [Geany-Devel] Adding a plugin

2013-06-09 Thread Lex Trotman
[...] Sorry, but I didn't understand exactly what you were attempting to demonstrate in your example. Please take pity on an admitted moron here and expand a bit on what is going on in the example. Main questions: where does the magic number 211 come from? GEANY_VERSION_CHECK(211...)

Re: [Geany-Devel] Adding a plugin

2013-06-09 Thread Roger Booth
On 06/09/2013 03:42 AM, Lex Trotman wrote: [...] From the Geany plugin website at http://www.geany.org/manual/reference/plugindata_8h.html#a68c850fc7108c65909f4340da8c16df9 #define PLUGIN_VERSION_CHECK(

Re: [Geany-Devel] Adding a plugin

2013-06-09 Thread Roger Booth
On 06/09/2013 03:47 AM, Lex Trotman wrote: [...] Sorry, but I didn't understand exactly what you were attempting to demonstrate in your example. Please take pity on an admitted moron here and expand a bit on what is going on in the example. Main questions: where

Re: [Geany-Devel] Adding a plugin

2013-06-09 Thread Enrico Tröger
On 06/09/13 13:41, Frank Lanitz wrote: On Sun, 9 Jun 2013 18:12:49 +0800 Chow Loong Jin hyper...@gmail.com wrote: On Sun, Jun 09, 2013 at 11:59:20AM +0200, Frank Lanitz wrote: On Sun, 9 Jun 2013 17:53:21 +0800 Chow Loong Jin hyper...@gmail.com wrote: Is waf still around, or were we

Re: [Geany-Devel] Adding a plugin

2013-06-09 Thread Frank Lanitz
On Sun, 09 Jun 2013 03:54:05 -0700 Roger Booth rbo...@kabooth.com wrote: I assume you are surprised by this. How dare the user of our docs not study to great lengths the implementations of the shit we (and others that have come before us) have produced. Nobody should have the effrontery to

Re: [Geany-Devel] Adding a plugin

2013-06-09 Thread Roger Booth
On 06/09/2013 04:48 AM, Frank Lanitz wrote: On Sun, 09 Jun 2013 03:54:05 -0700 Roger Booth rbo...@kabooth.com wrote: I assume you are surprised by this. How dare the user of our docs not study to great lengths the implementations of the shit we (and others that have come before us) have

Re: [Geany-Devel] Adding a plugin

2013-06-09 Thread Lex Trotman
[...] But if I'm going to *improve* the docs, I *still* have an outstanding (in a manner of speaking) question: Why does the function plugin_init() accept the one parameter GeanyData*? The reason that is a question is that the three global variables GeanyPlugin *geany_plugin;

Re: [Geany-Devel] Adding a plugin

2013-06-09 Thread Lex Trotman
On 10 June 2013 00:43, Roger Booth rbo...@kabooth.com wrote: On 06/09/2013 07:18 AM, Lex Trotman wrote: [...] But if I'm going to *improve* the docs, I *still* have an outstanding (in a manner of speaking) question: Why does the function plugin_init() accept the one parameter

Re: [Geany-Devel] Adding a plugin

2013-06-08 Thread Frank Lanitz
On Sat, 8 Jun 2013 17:31:57 +0800 Chow Loong Jin hyper...@gmail.com wrote: On Sat, Jun 08, 2013 at 05:59:51PM +1000, Lex Trotman wrote: [...] for non autotools experts I said, that includes not knowing how to program in m4 :-) Unless you are telling me just cut and paste of the code