Hi Nick,

On Thu, 23 Sep 2010 13:43:41 +0100
Nick Treleaven <[email protected]> wrote:

> I still can't reproduce this with a clean config. Can you give a code
> example of what doesn't work?

Today, I've installed a fresh Geany (with GTK) onto a Vista notebook.
After the installation, I've started Geany, created a new C-Source and
typed a "foo" function. Than I marked the content of the scope of the
function end pressed Ctrl-E. This is the result:


void foo (void)
{
        //~ int i;
        
        for (i = 0; i <3; i++)
        //~ {
                //~ printf("%d\n",i);
        //~ }
}

As you can see, the "for (" isn't commented out. If I remove the empty
line, all works as expected.

-- 
Email: Joerg Desch <jd DOT vvd AT web DOT de>
_______________________________________________
Geany mailing list
[email protected]
http://lists.uvena.de/cgi-bin/mailman/listinfo/geany

Reply via email to