Re: [Geany-devel] Doc patch: Tools->Reload Configuration effects

2010-02-19 Thread Lex Trotman
Thanks Tony, at a quick glance it looks ok to me, so hopefully it will be committed soon. Cheers Lex On 20 February 2010 17:23, Tony Rick wrote: > As far as I can tell, Tools->Reload Configuration loads all configuration > and template files, including *geany.conf*. I have attached a patch for

[Geany-devel] Doc errata?: Inserting Unicode characters.

2010-02-19 Thread Tony Rick
One of the modifications in the Doc patch about Tools->Reload Configuration is in the *Inserting Unicode characters* section. Here is the modified excerpt: With GTK 2.10 and above, you can insert Unicode code points by hitting > Ctrl-Shift-u, then still holding Ctrl-Shift, type some hex digits >

[Geany-devel] Doc patch: Tools->Reload Configuration effects

2010-02-19 Thread Tony Rick
As far as I can tell, Tools->Reload Configuration loads all configuration and template files, including *geany.conf*. I have attached a patch for your consideration, *conf_reload.patch*, that adds comments to that effect everywhere that they apply. In some cases I also edited the surrounding text

Re: [Geany-devel] Compiling problems

2010-02-19 Thread a.beloboro...@viscomp.bg
Yes, problem was in src/geany.h, this is local problem, yesterday i make some tests and play with geany.h Sorry for this fake report and thanks Lex :) On 02/19/2010 12:31 PM, Lex Trotman wrote: Hi, Essentially what is happening is that some macro is undefined and results in some illegal co

Re: [Geany-devel] Compiling problems

2010-02-19 Thread Frank Lanitz
On Fri, 19 Feb 2010 11:39:30 +0200 "a.beloboro...@viscomp.bg" wrote: > I have a compiling problems , check out link : > http://nopaste.geany.org/p/m29ec9f0a > Geany version : At revision 4674. First question at all: Did you do this on clean soruces? maybe run a make clean before doing a new ./au

Re: [Geany-devel] Adding an R parser

2010-02-19 Thread Jon Senior
On Fri, 19 Feb 2010 21:25:38 +1100 Lex Trotman wrote: > Thats because sum is listed as a keyword in Geanys filetypes.r file. > Someone who is knowledgeable in R should have a look and check the > filetypes.r file and submit a patch. OK. I've got a basic patch for that. I've not gone through the

Re: [Geany-devel] Adding an R parser

2010-02-19 Thread Liviu Andronic
On 2/19/10, Jon Senior wrote: > > - objects don't seem recognised at all. > > In what sense? I think it doesn't highlight objects that you've > created, although I could be wrong. > I'm comparing the Geany highlighting with that of JGR. In the latter, > fun1 <- function(x) sum(x) > fun1 typing

Re: [Geany-devel] Compiling problems

2010-02-19 Thread Lex Trotman
Hi, Essentially what is happening is that some macro is undefined and results in some illegal code, but unfortunately a long way from where the problem really is. Possibly in your config.h, not much else is imported before gtk.h where the problem shows up, but probably is not the cause. Cheers L

Re: [Geany-devel] Adding an R parser

2010-02-19 Thread Lex Trotman
On 19 February 2010 21:10, Jon Senior wrote: > On Fri, 19 Feb 2010 10:02:22 + > Liviu Andronic wrote: > > Nice. Thanks for bringing up the patch. > > No problem... it had been bugging me for a while. It's in the tracker > now so hopefully we'll see it in geany-0.19. > > > I have couple more

Re: [Geany-devel] Compiling problems

2010-02-19 Thread a.beloboro...@viscomp.bg
My GTK version is 2.18.6 On 02/19/2010 11:57 AM, Lex Trotman wrote: Hi, Which version of GTK are you using, I've seen these symptoms before when Geany used a macro that was not available in an old version of GTK. Hope it gives you a clue. Cheers Lex 2010/2/19 a.beloboro...@viscomp.bg

Re: [Geany-devel] Adding an R parser

2010-02-19 Thread Jon Senior
On Fri, 19 Feb 2010 10:02:22 + Liviu Andronic wrote: > Nice. Thanks for bringing up the patch. No problem... it had been bugging me for a while. It's in the tracker now so hopefully we'll see it in geany-0.19. > I have couple more issues with the current support for R in Geany. > It's mostl

Re: [Geany-devel] Adding an R parser

2010-02-19 Thread Liviu Andronic
On 2/19/10, Jon Senior wrote: > I shall do exactly that. I wasn't sure what the protocol here was. As > for what it provides, it's full tag parsing, meaning that you get all > your functions listed in the left hand pane as per C / Java / etc. > Nice. Thanks for bringing up the patch. I have cou

Re: [Geany-devel] Compiling problems

2010-02-19 Thread Lex Trotman
Hi, Which version of GTK are you using, I've seen these symptoms before when Geany used a macro that was not available in an old version of GTK. Hope it gives you a clue. Cheers Lex 2010/2/19 a.beloboro...@viscomp.bg > I have a compiling problems , check out link : > http://nopaste.geany.org

[Geany-devel] Compiling problems

2010-02-19 Thread a.beloboro...@viscomp.bg
I have a compiling problems , check out link : http://nopaste.geany.org/p/m29ec9f0a Geany version : At revision 4674. -- Regards, Atanas Beloborodov Programmer a.beloboro...@viscomp.bg Mobile: +359 896 733 612 Viscomp EOOD 92V "Hristo Botev" Blvd 4000 Plovdiv Bu

Re: [Geany-devel] Adding an R parser

2010-02-19 Thread Jon Senior
On Fri, 19 Feb 2010 08:53:28 + Liviu Andronic wrote: > I am currently using Geany for my R needs, and I was curious whether > the patch provides something more than the current syntax highlighting > support. If so, wouldn't it be safer to open a patched bug report [1]? I shall do exactly that

Re: [Geany-devel] Adding an R parser

2010-02-19 Thread Liviu Andronic
Hello On 2/17/10, Jon Senior wrote: > For my sins, I'm obliged to develop code in R, and a while back I > added in a tagmanager parser for R symbols. > I am currently using Geany for my R needs, and I was curious whether the patch provides something more than the current syntax highlighting sup