Re: [Geany-devel] Scintilla 2.25

2011-04-03 Thread Randy Kramer
Matthew (or anybody), I want to piggyback my question onto this thread, as I suspect you'll know the answer. If I create a new lexer for Scintilla, and then compile Scintilla, what must I do to get that new lexer (and new Scintilla) to work with Geany? I tried to look into this a little bit o

Re: [Geany-devel] Scintilla 2.25

2011-04-03 Thread Colomban Wendling
Le 03/04/2011 13:14, Randy Kramer a écrit : Matthew (or anybody), I want to piggyback my question onto this thread, as I suspect you'll know the answer. If I create a new lexer for Scintilla, and then compile Scintilla, what must I do to get that new lexer (and new Scintilla) to work with Geany

Re: [Geany-devel] Scintilla 2.25

2011-04-03 Thread Lex Trotman
On 3 April 2011 22:30, Colomban Wendling wrote: > Le 03/04/2011 13:14, Randy Kramer a écrit : >> >> Matthew (or anybody), >> >> I want to piggyback my question onto this thread, as I suspect you'll >> know the answer.  If I create a new lexer for Scintilla, and then >> compile Scintilla, what must

Re: [Geany-devel] Scintilla 2.25

2011-04-03 Thread Colomban Wendling
Le 03/04/2011 14:34, Lex Trotman a écrit : On 3 April 2011 22:30, Colomban Wendling wrote: Le 03/04/2011 13:14, Randy Kramer a écrit : Matthew (or anybody), I want to piggyback my question onto this thread, as I suspect you'll know the answer. If I create a new lexer for Scintilla, and then

Re: [Geany-devel] Scintilla 2.25

2011-04-03 Thread Matthew Brush
On 04/03/11 05:41, Colomban Wendling wrote: Le 03/04/2011 14:34, Lex Trotman a écrit : On 3 April 2011 22:30, Colomban Wendling wrote: Le 03/04/2011 13:14, Randy Kramer a écrit : Matthew (or anybody), I want to piggyback my question onto this thread, as I suspect you'll know the answer. If I

Re: [Geany-devel] Scintilla 2.25

2011-04-03 Thread Enrico Tröger
On Sun, 03 Apr 2011 05:55:45 -0700, Matthew wrote: >On 04/03/11 05:41, Colomban Wendling wrote: >> Le 03/04/2011 14:34, Lex Trotman a écrit : >>> On 3 April 2011 22:30, Colomban Wendling >>> wrote: Le 03/04/2011 13:14, Randy Kramer a écrit : > > Matthew (or anybody), > > I wan

Re: [Geany-devel] Scintilla 2.25

2011-04-03 Thread Matthew Brush
On 04/03/11 06:01, Enrico Tröger wrote: I'd use your patch or update the copy directly, whatever will be easier for me, soon. Thanks so far. Probably just as easy for you to manually update it since you know more of this. I just wanted to try myself, because there is a new feature I wanted t

Re: [Geany-devel] Scintilla 2.25

2011-04-03 Thread Randy Kramer
Colomban, Thanks very much! Randy Kramer On Sunday 03 April 2011 08:30:55 am Colomban Wendling wrote: > Maybe take a look at a commit that added such things, e.g. a new > filetype: > http://git.geany.org/geany/commit/?id=f94c2265c25a000b09b4adce335ce9f >74999594c > > This one is pretty complete

Re: [Geany-devel] Scintilla 2.25

2011-04-03 Thread Randy Kramer
Lex, Thanks very much! Randy Kramer On Sunday 03 April 2011 08:34:02 am Lex Trotman wrote: > And don't forget to RTFM, or at least the Hacking file :-) ___ Geany-devel mailing list Geany-devel@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/ge

Re: [Geany-devel] Scintilla 2.25

2011-04-03 Thread Randy Kramer
Matthew, Thanks very much! Randy Kramer On Sunday 03 April 2011 08:55:45 am Matthew Brush wrote: > Not everything, scintilla_changes.patch[1] also needs to updated, > which isn't in the above commit or HACKING. > > Then some n00b comes along and upgrades his Scintilla to 2.25 and > leaves out su