On Tue, 23 Feb 2010 01:46:08 +0300, Eugene wrote:
>Hi all.
>
>I have a bunch of little questions, some of them are not even related
>to Geany. Here they are:
>
>1. There is a little issue with "Automatically continue block comments"
>turned on. It inserts comment symbols even if a block comment, which
>includes the beginning of the prev. line, is already closed. An
>example:
>
>class A {
> virtual void a() = 0;
>};
>class B {
> /* override */ void a() = {}
> * <<< comment symbol was inserted here
>
>The attached patch checks whether the comment is still active before
>automatically continuing it. It seems to work fine for me.Patch committed, many thanks for this one. This closed an open Debian bug report, yay. Regards, Enrico -- Get my GPG key from http://www.uvena.de/pub.asc
pgpbewrLtBn2J.pgp
Description: PGP signature
_______________________________________________ Geany-devel mailing list [email protected] http://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel
