Re: [Geany-devel] Function Definition

2010-04-17 Thread jordan
On 04/16/2010 02:39 PM, Colomban Wendling wrote: jordan a écrit : As Enzo said, there is the scope to determine if a particular line is part of a function or not, but its is not supported by every tag generator used by Geany. What I personally chose was to walk the tag list and find the

Re: [Geany-devel] Function Definition

2010-04-17 Thread Colomban Wendling
jordan a écrit : […] however this method seems broken as after the first comment block is inserted any tags below the insertion no longer have a valid line number until the application is saved. I notice this behavior is also present in the symbol browser of Geany, if you add some lines

Re: [Geany-devel] newcomer

2010-04-17 Thread Ariel Haviv
I checked out https://geany.svn.sourceforge.net/svnroot/geany how do i make it locally without installing it instead of my working geany? Ariel Haviv On Thu, Apr 15, 2010 at 11:17 PM, Liviu Andronic landronim...@gmail.comwrote: Hello And welcome to Geany! On Thu, Apr 15, 2010 at 5:57 PM,

Re: [Geany-devel] newcomer

2010-04-17 Thread Thomas Martitz
Am 17.04.2010 15:39, schrieb Ariel Haviv: I checked out https://geany.svn.sourceforge.net/svnroot/geany how do i make it locally without installing it instead of my working geany? Ariel Haviv $ ./waf confgure ./waf build $ _build_/default/geany Best regards.

Re: [Geany-devel] txt2tags tagmanager patch

2010-04-17 Thread Enrico Tröger
On Mon, 7 Sep 2009 12:49:23 +0100, Nick wrote: On Sun, 6 Sep 2009 22:57:24 +0200 Enrico Tröger enrico.troe...@uvena.de wrote: One question: in txt2tags,c line 89, there is a check ... if (line[0] == '°') ... which doesn't make much sense as you check line[0] which is one byte long (8bit)

Re: [Geany-devel] newcomer

2010-04-17 Thread Frank Lanitz
On Sat, 17 Apr 2010 15:49:30 +0200 Thomas Martitz thomas.mart...@student.htw-berlin.de wrote: Am 17.04.2010 15:39, schrieb Ariel Haviv: I checked out https://geany.svn.sourceforge.net/svnroot/geany how do i make it locally without installing it instead of my working geany? $ ./waf

[Geany-devel] Auto-completion of struct/class (C/C++) members overriden by normal auto-completion

2010-04-17 Thread Thomas Martitz
Hey, I think I found a bug. If you have a struct completition list open (e.g. after typing the dot after foo where foo is an instance of a struct) you normally get a completion list with only the members. If you then type further until you typed the number of characters needed for the normal

Re: [Geany-devel] newcomer

2010-04-17 Thread Frank Lanitz
On Thu, 15 Apr 2010 23:17:19 +0300 Liviu Andronic landronim...@gmail.com wrote: Hello And welcome to Geany! On Thu, Apr 15, 2010 at 5:57 PM, Ariel Haviv ariel.ha...@gmail.com wrote: Total beginner in the oss field. But enthusiastic about beginning !!! I will need lots of guidance at the

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] newcomer

2010-04-17 Thread Dominic Hopf
Am Samstag, den 17.04.2010, 17:43 +0200 schrieb Frank Lanitz: On Sat, 17 Apr 2010 15:49:30 +0200 Thomas Martitz thomas.mart...@student.htw-berlin.de wrote: Am 17.04.2010 15:39, schrieb Ariel Haviv: I checked out https://geany.svn.sourceforge.net/svnroot/geany how do i make it locally

[Geany-devel] Set breakpoint in Geany

2010-04-17 Thread Lai Hoang Nam
Hi, I'm trying to set a breakpoint as a marker in Geany, I'm studying the mecanism of using the notification SCN_MARGINCLICK of scintilla to be able to set a breakpoint whenever the user clicks into the margin. But I don't know how to use the notification and SCNotification. Could anyone give me

Re: [Geany-devel] newcomer

2010-04-17 Thread Frank Lanitz
On Sat, 17 Apr 2010 20:33:06 +0200 Dominic Hopf dma...@googlemail.com wrote: Am Samstag, den 17.04.2010, 17:43 +0200 schrieb Frank Lanitz: On Sat, 17 Apr 2010 15:49:30 +0200 Thomas Martitz thomas.mart...@student.htw-berlin.de wrote: Am 17.04.2010 15:39, schrieb Ariel Haviv: I