Re: [Geany-devel] [Patch] - Improve PHP parser (call tips)

2010-04-18 Thread Enrico Tröger
On Sun, 18 Apr 2010 03:05:53 +0200, Dominic wrote: Am Samstag, den 17.04.2010, 18:14 +0200 schrieb Enrico Tröger: I spent a little more time on this again hoping to get it fixed. In SVN r4828, I adjusted the regular expression for parsing PHP functions a bit and I think it works now as

Re: [Geany-devel] [Patch] - Improve PHP parser (call tips)

2010-04-18 Thread Enrico Tröger
On Sun, 18 Apr 2010 03:05:53 +0200, Dominic wrote: Am Samstag, den 17.04.2010, 18:14 +0200 schrieb Enrico Tröger: On Mon, 8 Mar 2010 23:40:08 +0100, Enrico wrote: On Mon, 8 Mar 2010 12:18:39 +, Nick wrote: On Sun, 7 Mar 2010 19:20:37 +0100 Enrico Tröger enrico.troe...@uvena.de wrote:

Re: [Geany-devel] [Patch] - Improve PHP parser (call tips)

2010-04-17 Thread Enrico Tröger
On Mon, 8 Mar 2010 23:40:08 +0100, Enrico wrote: On Mon, 8 Mar 2010 12:18:39 +, Nick wrote: On Sun, 7 Mar 2010 19:20:37 +0100 Enrico Tröger enrico.troe...@uvena.de wrote: You put a weird pattern: [public|protected|private|static]* If you wanted to group, you should use () I didn't

Re: [Geany-devel] [Patch] - Improve PHP parser (call tips)

2010-04-17 Thread Enrico Tröger
On Wed, 14 Apr 2010 15:14:47 +0200, Harold wrote: 2010/3/7 Enrico Tröger enrico.troe...@uvena.de: On Fri, 5 Mar 2010 12:21:25 -0800 (PST), Can wrote: Hi, The following patch adds call tips for functions in PHP code. The regex pattern for function parameters is not optimal, but should work for

Re: [Geany-devel] [Patch] - Improve PHP parser (call tips)

2010-04-14 Thread Harold Aling
2010/3/7 Enrico Tröger enrico.troe...@uvena.de: On Fri, 5 Mar 2010 12:21:25 -0800 (PST), Can wrote: Hi, The following patch adds call tips for functions in PHP code. The regex pattern for function parameters is not optimal, but should work for most cases. When you have a problem, send the

Re: [Geany-devel] [Patch] - Improve PHP parser (call tips)

2010-03-08 Thread Nick Treleaven
On Sun, 7 Mar 2010 19:20:37 +0100 Enrico Tröger enrico.troe...@uvena.de wrote: You put a weird pattern: [public|protected|private|static]* If you wanted to group, you should use () I didn't want to group, we don't need to know the actual modifier, we just want to allow only this subset.

Re: [Geany-devel] [Patch] - Improve PHP parser (call tips)

2010-03-08 Thread Can Koy
From: Nick Treleaven nick.trelea...@btinternet.com Subject: Re: [Geany-devel] [Patch] - Improve PHP parser (call tips) To: geany-devel@uvena.de Date: Monday, March 8, 2010, 12:18 PM On Sun, 7 Mar 2010 19:20:37 +0100 Enrico Tröger enrico.troe...@uvena.de wrote: You put a weird pattern

Re: [Geany-devel] [Patch] - Improve PHP parser (call tips)

2010-03-08 Thread Can Koy
well, who the hell are you? --- On Mon, 3/8/10, Thomas Martitz thomas.mart...@student.htw-berlin.de wrote: From: Thomas Martitz thomas.mart...@student.htw-berlin.de Subject: Re: [Geany-devel] [Patch] - Improve PHP parser (call tips) To: geany-devel@uvena.de Date: Monday, March 8, 2010, 7:46

Re: [Geany-devel] [Patch] - Improve PHP parser (call tips)

2010-03-08 Thread Dominic Hopf
Am Montag, den 08.03.2010, 12:15 -0800 schrieb Can Koy: well, who the hell are you? Can, Thomas is contributing to the Geany project for a very long time. As developer as well as a tester. I do not see any reason to ask such questions here. Especially not in that caustically way. Actually,

Re: [Geany-devel] [Patch] - Improve PHP parser (call tips)

2010-03-08 Thread Lex Trotman
: well, who the hell are you? --- On Mon, 3/8/10, Thomas Martitz thomas.mart...@student.htw-berlin.de wrote: From: Thomas Martitz thomas.mart...@student.htw-berlin.de Subject: Re: [Geany-devel] [Patch] - Improve PHP parser (call tips) To: geany-devel@uvena.de Date: Monday, March 8, 2010, 7

Re: [Geany-devel] [Patch] - Improve PHP parser (call tips)

2010-03-08 Thread Enrico Tröger
On Mon, 8 Mar 2010 12:18:39 +, Nick wrote: On Sun, 7 Mar 2010 19:20:37 +0100 Enrico Tröger enrico.troe...@uvena.de wrote: You put a weird pattern: [public|protected|private|static]* If you wanted to group, you should use () I didn't want to group, we don't need to know the actual

Re: [Geany-devel] [Patch] - Improve PHP parser (call tips)

2010-03-08 Thread Enrico Tröger
On Mon, 8 Mar 2010 12:15:39 -0800 (PST), Can wrote: well, who the hell are you? As Dominic said, Thomas is a regular Geany user and contributor, a nice guy and not less important, just a subscriber to this list as you and I are as well. This is a public mailing list, where anyone can state his

Re: [Geany-devel] [Patch] - Improve PHP parser (call tips)

2010-03-08 Thread Enrico Tröger
On Mon, 8 Mar 2010 11:23:30 -0800 (PST), Can wrote: From: Nick Treleaven nick.trelea...@btinternet.com Subject: Re: [Geany-devel] [Patch] - Improve PHP parser (call tips) To: geany-devel@uvena.de Date: Monday, March 8, 2010, 12:18 PM On Sun, 7 Mar 2010 19:20:37 +0100 Enrico Tröger

Re: [Geany-devel] [Patch] - Improve PHP parser (call tips)

2010-03-05 Thread Can Koy
Ok, here's the patch. From c6b573fa7813969a3fd363bbbac2d6536e684090 Mon Sep 17 00:00:00 2001 From: Can Koy can...@ymail.com Date: Fri, 5 Mar 2010 22:14:12 +0200 Subject: [PATCH] Improve PHP parser (call tips) This patch adds call tips for functions in PHP code. --- tagmanager/php.c |