[Geany] IRC #geany

2008-03-09 Thread Frank Lanitz
Hi, I just wanted to remember you about #geany at freenode.net Channel is open for everybody who wants to chat about Geany or topics related to ;) See you there, Frank -- Frank Lanitz <[EMAIL PROTECTED]> pgpX2w491HCih.pgp Description: PGP signature _

Re: [Geany] Geany button image for websites

2008-03-09 Thread Enrico Tröger
On Fri, 7 Mar 2008 22:40:59 +0100, Frank Lanitz <[EMAIL PROTECTED]> wrote: > On Fri, 7 Mar 2008 16:59:27 +0100 > Enrico Tröger <[EMAIL PROTECTED]> wrote: > > > while I was working on a website and added some of these little neat > > button images, I thought it would be cool to have one for Geany,

Re: [Geany] Column mode editing

2008-03-09 Thread Enrico Tröger
On Fri, 07 Mar 2008 14:28:47 -0800, chuck <[EMAIL PROTECTED]> wrote: > OK, so I'll just use Geany to prepare a patch file for me. (duh!) Nice > plugin! Thanks for the patch. But could you give some more information about how to use? I'm not really sure what column mode editing means and how to

[Geany] RegExp help needed - HTML parser

2008-03-09 Thread Enrico Tröger
Hi, since my knowledge in writing good regular expressions is very limited, I wasn't able to write one to parse something like the following: Some Text or Some Text */ In tagmanager/html.c you can find the relevant code (INNER_HEADING macro) and there is one regexp for each case of the above exam

Re: [Geany] Geany button image for websites

2008-03-09 Thread Frank Lanitz
Hi, On Sun, 9 Mar 2008 16:45:07 +0100 Enrico Tröger <[EMAIL PROTECTED]> wrote: > On Fri, 7 Mar 2008 22:40:59 +0100, Frank Lanitz <[EMAIL PROTECTED]> > wrote: > > > On Fri, 7 Mar 2008 16:59:27 +0100 > > Enrico Tröger <[EMAIL PROTECTED]> wrote: > > > > > while I was working on a website and adde

Re: [Geany] Column mode editing

2008-03-09 Thread chuck
Given a possibly stupid example of some code: char *fill_1 = "Chapter 1"; char *bill_2 = "Chapter 2"; int yy; char *fooo_3 = "Chapter 3"; char *best_4 = "Chapter 4"; char *back_5 = "Chapter 5"; Suppose you want to change the variable names so they all have 2-digit numbers leading with a zero; so