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
Gentlemen please, no flame wars. @Can, Thomas is correct, a commit can't be undone, even if its revented the message is still in the records. Better to concentrate on explaining why the regex needs changing. Everyone makes mistakes. @Enrico, Nick and Can are right, the regex [abc|def] matches

Re: [Geany-devel] Scintilla 2.03 Update

2010-03-08 Thread Colomban Wendling
Enrico Tröger a écrit : Hey guys, I just updated our Scintilla copy to its latest version 2.03. This brings some bugfixes but most importantly it adds a new feature: virtual spaces. There is a new preference in the Preferences dialog, Editor-Display tab to enable and disable it. […]

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] Scintilla 2.03 Update

2010-03-08 Thread Enrico Tröger
On Mon, 08 Mar 2010 23:22:08 +0100, Colomban wrote: Hey, Interesting stuff indeed! But there's a major (small, but I use it often) change that can (is, for me) be very annoying: middle-click somewhere /always/ places the cursor on the click position, even if virtual spaces are disabled. Why is

Re: [Geany-devel] Scintilla 2.03 Update

2010-03-08 Thread Colomban Wendling
Hi, Enrico Tröger wrote: On Mon, 08 Mar 2010 23:22:08 +0100, Colomban wrote: Hey, Interesting stuff indeed! But there's a major (small, but I use it often) change that can (is, for me) be very annoying: middle-click somewhere /always/ places the cursor on the click position, even if